From 517aad5ca97b8ed3a62dcbeca921bb930e897fbf Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 25 Sep 2012 21:59:27 +0300 Subject: Some housekeeping. * README: Update * README-hacking: New file. * bootstrap: Create a placeholder for ChangeLog, if it doesn't exist. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b0aba5e..5850232 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,8 @@ # along with Eclat. If not, see . AC_PREREQ(2.63) -AC_INIT([eclat], 0.1, [gray+eclat@gnu.org.ua]) +AC_INIT([eclat], 0.1, [gray+eclat@gnu.org.ua],, + [http://www.gnu.org/software/eclat]) AC_CONFIG_SRCDIR([src/eclat.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADER([config.h]) -- cgit v1.2.1