From 4af57bf22967e6ad80ab898980ed505df6eae5b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 May 2012 00:41:49 -0500 Subject: [PATCH] Remove irritating warning on configure --- cvs.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cvs.sh b/cvs.sh index 930f852..ba97c99 100644 --- a/cvs.sh +++ b/cvs.sh @@ -11,13 +11,6 @@ unset MAKEFLAGS call_and_fix_autoconf() { $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()