From bab077357ba8b225cfed84351722c881ab757267 Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 26 Nov 2007 01:16:32 +0000 Subject: [PATCH 1/1] * epg-package-info.el.in (epg-bug-report-address): New constant. --- ChangeLog | 2 ++ configure.ac | 2 +- epg-package-info.el.in | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4