1 --- configure 2010-06-03 05:42:36.000000000 -0500
2 +++ configure.new 2010-08-31 04:35:43.803333636 -0500
3 @@ -15464,67 +15464,6 @@
11 - # Extract the first word of "perl", so it can be a program name with args.
12 -set dummy perl; ac_word=$2
13 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14 -$as_echo_n "checking for $ac_word... " >&6; }
15 -if test "${ac_cv_prog_PERL+set}" = set; then
16 - $as_echo_n "(cached) " >&6
18 - if test -n "$PERL"; then
19 - ac_cv_prog_PERL="$PERL" # Let the user override the test.
21 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25 - test -z "$as_dir" && as_dir=.
26 - for ac_exec_ext in '' $ac_executable_extensions; do
27 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28 - ac_cv_prog_PERL="`which perl`"
29 - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38 -PERL=$ac_cv_prog_PERL
39 -if test -n "$PERL"; then
40 - { $as_echo "$as_me:$LINENO: result: $PERL" >&5
41 -$as_echo "$PERL" >&6; }
43 - { $as_echo "$as_me:$LINENO: result: no" >&5
50 - perl_ver=`$PERL -v 2>&1 | awk '/This is perl/ {print}'`
51 - perl_ver=`echo $perl_ver | sed 's/This is perl,[^0-9]*\([0-9._]*\).*/\1/'`
52 - perl_ver_main=`echo $perl_ver | sed 's/\([0-9]*\).*/\1/'`
53 - if test -n "$perl_ver" && test $perl_ver_main -ge 5
55 - { $as_echo "$as_me:$LINENO: result: Found perl version ${perl_ver}." >&5
56 -$as_echo "Found perl version ${perl_ver}." >&6; }
58 - { { $as_echo "$as_me:$LINENO: error: perl version: found ${perl_ver} should be at least 5.000." >&5
59 -$as_echo "$as_me: error: perl version: found ${perl_ver} should be at least 5.000." >&2;}
60 - { (exit 1); exit 1; }; }
64 - { $as_echo "$as_me:$LINENO: WARNING: perl is required." >&5
65 -$as_echo "$as_me: WARNING: perl is required." >&2;}