Skip to content

Commit

Permalink
Omit the --quiet flag, which is libtool 2 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanjacques committed Mar 1, 2011
1 parent 3f60d6b commit c3c330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -111,7 +111,7 @@ xlc )
esac

if test -z "$NO_LIBTOOLIZE" ; then
libtoolflags="--force --copy --quiet"
libtoolflags="--force --copy"
echo "Running libtoolize ${libtoolflags} ..."
rm -fr macros/libtool.m4 macros/ltoptions.m4
rm -fr macros/ltsugar.m4 macros/ltversion.m4 macros/lt~obsolete.m4
Expand Down

0 comments on commit c3c330a

Please sign in to comment.