]> git.meshlink.io Git - catta/commitdiff
./configure doesn't belong in autogen.sh
authorSven M. Hallberg <pesco@khjk.org>
Mon, 18 Aug 2014 15:00:56 +0000 (17:00 +0200)
committerSven M. Hallberg <pesco@khjk.org>
Mon, 18 Aug 2014 15:00:56 +0000 (17:00 +0200)
autogen.sh

index 708caecef861dfdb630b49069eb2beeda59e96ba..6aebf96d372ad2a111e018b3a5bc69e47618e9c5 100755 (executable)
@@ -57,9 +57,4 @@ else
     run_versioned autoconf "$AC_VERSION" -Wall
     run_versioned autoheader "$AC_VERSION"
     run_versioned automake "$AM_VERSION" -a -c --foreign
-
-    if test "x$NOCONFIGURE" = "x"; then
-        ./configure "$@"
-        make clean
-    fi
 fi