summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-04-29 12:37:24 +0200
committerWerner Koch <wk@gnupg.org>2003-04-29 12:37:24 +0200
commit8cdc83cdb5c81404e46a699f52be68d6728a16b0 (patch)
treed7b1804db37320d3c017607a7e6c67f3a36366d6 /autogen.sh
parentCopied wrong files. Fixed. (diff)
downloadgnupg2-8cdc83cdb5c81404e46a699f52be68d6728a16b0.tar.xz
gnupg2-8cdc83cdb5c81404e46a699f52be68d6728a16b0.zip
* configure.ac (ALL_LINUGAS): Removed.
* Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 29f4b7ae5..bf958dbcb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -150,11 +150,11 @@ fi
#echo "Running libtoolize... Ignore non-fatal messages."
#echo "no" | libtoolize
-echo "Running gettextize... Ignore non-fatal messages."
-echo "no" | gettextize
+echo "Running autopoint"
+autopoint
-echo "Running $aclocal"
-$aclocal
+echo "Running $aclocal -I m4"
+$aclocal -I m4
echo "Running autoheader..."
autoheader
echo "Running $automake --gnu -a"