tizen 2.4 release
[framework/uifw/xorg/lib/libxpm.git] / autogen.sh
old mode 100644 (file)
new mode 100755 (executable)
index 904cd67..fc34bd5
@@ -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