mirror of https://github.com/Icinga/icinga2.git
el5 libtoolize does not support --quiet flag.
This commit is contained in:
parent
8c71007b60
commit
bed3cecd3a
|
@ -134,7 +134,7 @@ esac
|
||||||
|
|
||||||
# verify that libtool-ltdl-devel is installed
|
# verify that libtool-ltdl-devel is installed
|
||||||
echo "Running libtoolize dry-run..."
|
echo "Running libtoolize dry-run..."
|
||||||
if ! $LIBTOOLIZE --quiet --copy --force ; then
|
if ! $LIBTOOLIZE --copy --force ; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "**Error**: $LIBTOOLIZE cannot detect necessary files."
|
echo "**Error**: $LIBTOOLIZE cannot detect necessary files."
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue