Changeset 16613 for gs2runtime/configure


Ignore:
Timestamp:
2008-07-31T09:59:24+12:00 (16 years ago)
Author:
davidb
Message:

configure regenerated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2runtime/configure

    r16612 r16613  
    69716971
    69726972
    6973 
    6974 echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
    6975 echo $ECHO_N "checking that Perl 5 is available... $ECHO_C" >&6
    6976 success="no"
    6977 pl_path="$PATH"
    6978 IFS="${IFS=   }"; pl_save_ifs="$IFS"; IFS=":"
    6979 for pl_dir in $pl_path; do
    6980   test -z "$pl_dir" && pl_dir=.
    6981   if test -x $pl_dir/perl; then
    6982     success="yes"
    6983     break
    6984   fi
    6985 done
    6986 IFS="$pl_save_ifs"
    6987 
    6988 if test $success = "yes"; then
    6989 try=`perl configtest.pl` || try="0"
    6990 try=`expr $try \> 5.000`
    6991 if test $try = "1"; then
    6992 echo "$as_me:$LINENO: result: \"yes\"" >&5
    6993 echo "${ECHO_T}\"yes\"" >&6
    6994 else
    6995 success="no"
    6996 fi
    6997 fi
    6998 
    6999 if test $success = "no"; then
    7000 echo "$as_me:$LINENO: result: \"no\"" >&5
    7001 echo "${ECHO_T}\"no\"" >&6
    7002 { { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    7003 echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    7004    { (exit 1); exit 1; }; }
    7005 fi
    70066973
    70076974success=no
Note: See TracChangeset for help on using the changeset viewer.