diff options
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/autogen.sh b/misc/autogen.sh index 2d347ee18..f988e5950 100755 --- a/misc/autogen.sh +++ b/misc/autogen.sh @@ -49,7 +49,7 @@ aclocalinclude="$ACLOCAL_FLAGS"; \ aclocal $aclocalinclude; \ echo "done.") && \ (echo -n " + Running libtoolize: "; \ - libtoolize --force; \ + libtoolize --force >/dev/null 2>&1; \ echo "done.") && \ (echo -n " + Running autoheader: "; \ autoheader; \ |