aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-23 08:02:08 +0000
committerWerner Koch <[email protected]>2002-08-23 08:02:08 +0000
commit277a9a3755b255173ba122d4f574f2b3400477b3 (patch)
treef155b30f54c6564dbc1085481a048f8bfd47da1a /scripts/autogen.sh
parent* gpg.sgml: Clarify meaning of keyserver option include-revoked. (diff)
downloadgnupg-277a9a3755b255173ba122d4f574f2b3400477b3.tar.gz
gnupg-277a9a3755b255173ba122d4f574f2b3400477b3.zip
Include intl/ in the CVS again; otherwise we are not able to
re-recreate a distribution from CVS. Some minor other fixes.
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-xscripts/autogen.sh9
1 files changed, 3 insertions, 6 deletions
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\"."