diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 44a6bc1be..b1d0c43b6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -234,7 +234,7 @@ run_aclocal () { echo $_echo_n " + Running aclocal: $_echo_c" - aclocal -I m4 -I m4/gettext + aclocal -I m4 echo "done." } |