Ignore:
Timestamp:
2008-07-28T20:23:27+12:00 (16 years ago)
Author:
davidb
Message:

Renaming of gs2build to build-src, gs2common to common-src etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/configure

    r16568 r16572  
    69876987done
    69886988IFS="$pl_save_ifs"
    6989 
    6990 if test $success = "yes"; then
    6991 try=`perl configtest.pl` || try="0"
    6992 try=`expr $try \> 5.000`
    6993 if test $try = "1"; then
    6994 echo "$as_me:$LINENO: result: \"yes\"" >&5
    6995 echo "${ECHO_T}\"yes\"" >&6
    6996 else
    6997 success="no"
    6998 fi
    6999 fi
    7000 
    7001 if test $success = "no"; then
    7002 echo "$as_me:$LINENO: result: \"no\"" >&5
    7003 echo "${ECHO_T}\"no\"" >&6
    7004 { { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    7005 echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    7006    { (exit 1); exit 1; }; }
    7007 fi
    70086989
    70096990success=no
Note: See TracChangeset for help on using the changeset viewer.