Don't cause autogen.sh to run configure.
authorYann Dirson <ydirson@free.fr>
Tue, 8 Oct 2013 18:45:16 +0000 (20:45 +0200)
committerYann Dirson <ydirson@free.fr>
Tue, 8 Oct 2013 20:33:49 +0000 (22:33 +0200)
autogen.sh

index 51d3f89..5735df7 100755 (executable)
@@ -2,7 +2,4 @@
 
 autoreconf -f -i
 
-if [ -z "$NOCONFIGURE" ]; then
-    ./configure "$@"
-fi
-
+echo "You may now run ./configure"