aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
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"