Do not specify maintainer mode or enable compiler warnings.

(Logical change 1.338)
edge.strict_endians
cantab.net!aia21 2004-03-17 16:53:29 +00:00
parent 8f51b1fdcd
commit be3bd771e1
1 changed files with 2 additions and 5 deletions

View File

@ -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