]> git.meshlink.io Git - catta/blobdiff - autogen.sh
./configure doesn't belong in autogen.sh
[catta] / 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