From 277a9a3755b255173ba122d4f574f2b3400477b3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 23 Aug 2002 08:02:08 +0000 Subject: Include intl/ in the CVS again; otherwise we are not able to re-recreate a distribution from CVS. Some minor other fixes. --- scripts/autogen.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'scripts/autogen.sh') diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 2751a6205..5dfe1c6a6 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -14,8 +14,8 @@ PGM=GnuPG lib_config_files="" autoconf_vers=2.52 -automake_vers=1.5 -aclocal_vers=1.5 +automake_vers=1.6 +aclocal_vers=1.6 DIE=no @@ -132,9 +132,6 @@ if test "$DIE" = "yes"; then exit 1 fi -echo "Running gettextize... Ignore non-fatal messages." -echo "no" | gettextize --force - echo "Running aclocal..." aclocal echo "Running autoheader..." @@ -144,5 +141,5 @@ automake --gnu; echo "Running autoconf..." autoconf -echo "You can now run \"./configure\" and then \"make\"." +echo "You can now run \"./configure --enable-maintainer-mode\" and then \"make\"." -- cgit v1.2.3