From bed3cecd3a1aeff93c3f357918ee813ec49574ac Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 7 Oct 2013 17:23:57 +0200 Subject: [PATCH] el5 libtoolize does not support --quiet flag. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c127371d7..62eab3a6c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 ""