summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1544c2129..b1d0c43b6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -227,9 +227,14 @@ run_aclocal () {
echo
fi
+ echo $_echo_n " + Running autopoint: $_echo_c"
+
+ autopoint
+ echo "done."
+
echo $_echo_n " + Running aclocal: $_echo_c"
- aclocal -I m4 -I m4/gettext
+ aclocal -I m4
echo "done."
}