diff options
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-x | scripts/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 9913d8342..72c54293d 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -250,7 +250,7 @@ if test "$DIE" = "yes"; then fi echo "Running aclocal..." -aclocal +aclocal -I m4 echo "Running autoheader..." autoheader echo "Running automake --gnu ..." |