From: Daiki Ueno Date: Mon, 26 Nov 2007 01:16:32 +0000 (+0000) Subject: * epg-package-info.el.in (epg-bug-report-address): New constant. X-Git-Url: http://git.osdn.net/view?p=epg%2Fepg.git;a=commitdiff_plain;h=25cf713f5e11bd648e383aaf7a0ed20364784213 * epg-package-info.el.in (epg-bug-report-address): New constant. --- diff --git a/ChangeLog b/ChangeLog index 8f54c55..8488c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-26 Daiki Ueno + * epg-package-info.el.in (epg-bug-report-address): New constant. + * configure.ac: Use modern AC_INIT. 2007-09-05 Daiki Ueno diff --git a/configure.ac b/configure.ac index 9205111..303f65d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/epg-package-info.el.in b/epg-package-info.el.in index f36432d..a77410a 100644 --- a/epg-package-info.el.in +++ b/epg-package-info.el.in @@ -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