]> granicus.if.org Git - graphviz/commitdiff
remove non-standard ./configure step in autogen.sh
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Jul 2020 02:25:16 +0000 (19:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Jul 2020 02:25:16 +0000 (19:25 -0700)
Closes #1630.

autogen.sh

index f845b2f4a93f7500ef92422fc777077965dcd0d6..1f833604bbf3ea34f9bf554362db10e3003c4f3a 100755 (executable)
@@ -63,10 +63,3 @@ autoreconf -v --install --force || exit 1
 # ensure config/depcomp exists even if still using automake-1.4
 # otherwise "make dist" fails.
 touch config/depcomp
-
-# suppress automatic ./configure  if "./autogen.sh NOCONFIG"
-if test "$1" != "NOCONFIG"; then
-    # don't use any old cache, but create a new one
-    rm -f config.cache
-    ./configure -C "$@"
-fi