From be3bd771e172b5e4e885caa83851eb373f58f25e Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 17 Mar 2004 16:53:29 +0000 Subject: [PATCH] Do not specify maintainer mode or enable compiler warnings. (Logical change 1.338) --- autogen.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index 3a624c31..6d9db571 100755 --- a/autogen.sh +++ b/autogen.sh @@ -34,11 +34,8 @@ if test -z "$*"; then echo fi -conf_flags="--enable-maintainer-mode --enable-compile-warnings" - -echo Running $srcdir/configure $conf_flags "$@" ... -$srcdir/configure $conf_flags "$@" \ - && echo Now type \`make\' to compile ntfsprogs. || err=1 +echo Running $srcdir/configure "$@" ... +$srcdir/configure "$@" && echo Now type \`make\' to compile ntfsprogs. || err=1 if test "$srcdir" != "."; then popd > /dev/null