el5 libtoolize does not support --quiet flag.

This commit is contained in:
Michael Friedrich 2013-10-07 17:23:57 +02:00
parent 8c71007b60
commit bed3cecd3a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ esac
# verify that libtool-ltdl-devel is installed
echo "Running libtoolize dry-run..."
if ! $LIBTOOLIZE --quiet --copy --force ; then
if ! $LIBTOOLIZE --copy --force ; then
echo ""
echo "**Error**: $LIBTOOLIZE cannot detect necessary files."
echo ""