Remove irritating warning on configure

pull/1/head
Timothy Pearson 12 years ago
parent a7f223eb92
commit 4af57bf229

@ -11,13 +11,6 @@ unset MAKEFLAGS
call_and_fix_autoconf() call_and_fix_autoconf()
{ {
$AUTOCONF || exit 1 $AUTOCONF || exit 1
if test -r configure.in.in ; then
perl -pi -e "print \"if test \\\"x\\\$with_fast_perl\\\" = \\\"xyes\\\"; then\
\\n perl -i.bak \\\$ac_aux_dir/conf.change.pl \\\$CONFIG_STATUS\
\\\\\\n || mv \\\$CONFIG_STATUS.bak \\\$CONFIG_STATUS\
\\n rm -f \\\$CONFIG_STATUS.bak\\nfi\
\\n\" if /^\\s*chmod\\s+.*\\+x\\s+.*CONFIG_STATUS/; s,^#line.*LINENO.*\$,/* \$& */, ;" configure
fi
} }
strip_makefile() strip_makefile()

Loading…
Cancel
Save