]> granicus.if.org Git - graphviz/commitdiff
suppres ar warning for 'u' with 'D' default
authorJohn Ellson <ellson@research.att.com>
Tue, 12 Jan 2016 00:33:15 +0000 (19:33 -0500)
committerJohn Ellson <ellson@research.att.com>
Tue, 12 Jan 2016 00:33:15 +0000 (19:33 -0500)
autogen.sh

index 78f2b63d53acf763a725013b6679004946afe8d8..a6a04b8b3e2cb62d03a180a85c8a3b908717099a 100755 (executable)
@@ -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