From 9fa161dc7bf80ca3d91a805d0d8f348d8d5d9381 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 7 Dec 2016 10:26:40 -0500 Subject: [PATCH] remove the AR_FLAGS over-ride which broke on Macs (#84) --- autogen.sh | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.40.0