X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=autogen.sh;h=fc34bd55c443ebf0e4feded3f6bd85d390c3d4c6;hb=ee71d96c83ec86aeb0227f259c03ed3752cc04b3;hp=904cd6746c8734b2c33e3f80773d4759715d2f6e;hpb=cb188ab9d7afb737a459d4d8105ce15fa00fdf0d;p=free-sw%2Fxcb%2Fproto diff --git a/autogen.sh b/autogen.sh index 904cd67..fc34bd5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,4 +9,6 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure --enable-maintainer-mode "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi