mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
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…
x
Reference in New Issue
Block a user