From: John Ellson Date: Wed, 7 Dec 2016 15:26:40 +0000 (-0500) Subject: remove the AR_FLAGS over-ride which broke on Macs (#84) X-Git-Tag: 2.42.0~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fa161dc7bf80ca3d91a805d0d8f348d8d5d9381;p=graphviz remove the AR_FLAGS over-ride which broke on Macs (#84) --- diff --git a/autogen.sh b/autogen.sh index 30971ea0a..a0a06ab2f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -32,10 +32,6 @@ m4_define(graphviz_collection, development) m4_define(graphviz_version_commit, $GRAPHVIZ_VERSION_COMMIT) 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