From df4fa60a031e30eff00c2fa06b0ea23d4e50b057 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Wed, 1 Jul 2015 01:05:34 +0200 Subject: Fix package name and bug reports email address. Conflicts: ChangeLog configure.ac --- ChangeLog | 19 +++++++++++++++++++ configure.ac | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 806a03f..9675111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2015-07-01 Mathieu Lirzin + + * configure.ac: Fix package name and bug reports email address. + + +2015-06-27 Mathieu Lirzin + + Use a more conventional build system. + * bootstrap: New convenient build script. + * README--git: Document it. + * makefile.am: Capitalize file name. + * makefile.ed: Likewise. + * scm/mcron/makefile: Likewise. + * Makefile.am: New file. + * Makefile.ed: Likewise. + * scm/mcron/Makefile: Likewise. + * .gitignore: Adapt to them. + + 2015-06-26 Mathieu Lirzin Fix build of the manual. diff --git a/configure.ac b/configure.ac index b4ec9f6..a3b84e6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,8 @@ AC_PREREQ(2.61) -AC_INIT([mcron], [1.0.8], [dale_mellor@users.sourceforge.net]) +AC_INIT([GNU Mcron], [1.0.8], [bug-mcron@gnu.org]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE -- cgit v1.2.3