summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e228f051b..1d54576df 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -231,7 +231,7 @@ run_aclocal () {
echo $_echo_n " + Running aclocal: $_echo_c"
- aclocal -I m4
+ aclocal -I m4 -I m4/gettext
echo "done."
}