]> granicus.if.org Git - icinga2/commitdiff
el5 libtoolize does not support --quiet flag.
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 7 Oct 2013 15:23:57 +0000 (17:23 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 7 Oct 2013 15:23:57 +0000 (17:23 +0200)
autogen.sh

index c127371d7f11f261c55764cef7c7a4556839a04e..62eab3a6c7caabd3ac9dce86d6c0f854b196a7ed 100755 (executable)
@@ -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 ""