diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ if test -z "$*"; then fi echo "+ running aclocal ..." -aclocal -I m4 $ACLOCAL_FLAGS || { +cat m4/*.m4 >acinclude.m4;aclocal $ACLOCAL_FLAGS || { echo echo "aclocal failed - check that all needed development files are present on system" exit 1 |