Do not specify maintainer mode or enable compiler warnings.
(Logical change 1.338)edge.strict_endians
parent
8f51b1fdcd
commit
be3bd771e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue