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/common-src/configure

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