]> git.meshlink.io Git - catta/blobdiff - autogen.sh
* Allow setting of NOCONFIGURE when running autogen.sh to bypass configure/make...
[catta] / autogen.sh
index a416dbe78eabc9d8a4e9b47e18ebebabbd327b35..9205c57c6c4cbe6285ff2a62d6e080854c73acf6 100755 (executable)
@@ -43,7 +43,8 @@ else
     autoheader
     run_versioned automake "$VERSION" -a -c --foreign
 
-    ./configure "$@"
-
-    make clean
+    if test "x$NOCONFIGURE" = "x"; then
+        ./configure "$@"
+        make clean
+    fi
 fi