OSDN Git Service

* epg-package-info.el.in (epg-bug-report-address): New constant.
authorDaiki Ueno <ueno@unixuser.org>
Mon, 26 Nov 2007 01:16:32 +0000 (01:16 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Mon, 26 Nov 2007 01:16:32 +0000 (01:16 +0000)
ChangeLog
configure.ac
epg-package-info.el.in

index 8f54c55..8488c60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-26  Daiki Ueno  <ueno@unixuser.org>
 
+       * epg-package-info.el.in (epg-bug-report-address): New constant.
+
        * configure.ac: Use modern AC_INIT.
 
 2007-09-05  Daiki Ueno  <ueno@unixuser.org>
index 9205111..303f65d 100644 (file)
@@ -1,6 +1,6 @@
+AC_PREREQ(2.61)
 AC_INIT([epg], [0.0.15], [ueno@unixuser.org])
 AC_CONFIG_SRCDIR([configure.ac])
-AC_PREREQ(2.59)
 AM_INIT_AUTOMAKE
 
 AC_CHECK_EMACS
index f36432d..a77410a 100644 (file)
@@ -29,6 +29,9 @@
 (defconst epg-version-number "@VERSION@"
   "Version number of this package.")
 
+(defconst epg-bug-report-address "@PACKAGE_BUGREPORT@"
+  "Report bugs to this address.")
+
 (provide 'epg-package-info)
 
 ;;; epg-package-info.el ends here