diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:42 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-27 23:10:42 +0200 |
commit | 54a0887f1a0a889a4b1afc5ebb30dcddcb2d9b3e (patch) | |
tree | 7d4b2f5f83d022330293bcced36a327a6c59e1ae | |
parent | de58e99aa569ed936db3e04047f970d6bad10af6 (diff) | |
download | mcron-54a0887f1a0a889a4b1afc5ebb30dcddcb2d9b3e.tar.gz mcron-54a0887f1a0a889a4b1afc5ebb30dcddcb2d9b3e.tar.bz2 mcron-54a0887f1a0a889a4b1afc5ebb30dcddcb2d9b3e.zip |
Revert "Fix package name and bug reports email address."
This reverts commit df4fa60a031e30eff00c2fa06b0ea23d4e50b057.
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 1 insertions, 21 deletions
@@ -1,22 +1,3 @@ -2015-07-01 Mathieu Lirzin <mthl@openmailbox.org> - - * configure.ac: Fix package name and bug reports email address. - - -2015-06-27 Mathieu Lirzin <mthl@openmailbox.org> - - 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 <mthl@openmailbox.org> Fix build of the manual. diff --git a/configure.ac b/configure.ac index a3b84e6..b4ec9f6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,7 @@ AC_PREREQ(2.61) -AC_INIT([GNU Mcron], [1.0.8], [bug-mcron@gnu.org]) -AC_CONFIG_AUX_DIR([build-aux]) +AC_INIT([mcron], [1.0.8], [dale_mellor@users.sourceforge.net]) AM_INIT_AUTOMAKE |