X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2Fautogen.sh;h=0b1cfcafc285fa92d7ed35c7af0248363f9d967f;hb=fab941686fdd4e40d973c8aa881f93e7ba88057a;hp=bce3a516ee66adcc1229be328b1e74d1a60ebc03;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/eglib/autogen.sh b/eglib/autogen.sh index bce3a516ee6..0b1cfcafc28 100755 --- a/eglib/autogen.sh +++ b/eglib/autogen.sh @@ -82,7 +82,7 @@ if test "$DIE" -eq 1; then exit 1 fi -if test -z "$*"; then +if test x$NOCONFIGURE = x && test -z "$*"; then echo "**Warning**: I am going to run \`configure' with no arguments." echo "If you wish to pass any to it, please specify them on the" echo \`$0\'" command line." @@ -125,7 +125,7 @@ echo "Running autoconf ..." autoconf || { echo "**Error**: autoconf failed."; exit 1; } -conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c +conf_flags="--enable-maintainer-mode" #--enable-compile-warnings --enable-iso-c if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ...