From: John Ellson Date: Tue, 12 Jan 2016 00:33:15 +0000 (-0500) Subject: suppres ar warning for 'u' with 'D' default X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7167c7fa7517556f331ae78c192a9c636bfbdf32;p=graphviz suppres ar warning for 'u' with 'D' default --- diff --git a/autogen.sh b/autogen.sh index 78f2b63d5..a6a04b8b3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -36,6 +36,10 @@ m4_define(graphviz_collection, test) m4_define(graphviz_version_commit, unknown) EOF +# attempt to suppress ar messages for 'u' when 'D' present. +# need to be set during libtoolize +export AR_FLAGS=crD + autoreconf -v --install --force || exit 1 # ensure config/depcomp exists even if still using automake-1.4