Ignore:
Timestamp:
2008-07-28T17:15:29+12:00 (16 years ago)
Author:
davidb
Message:

Further tailoring of directories for new build/runtime split

Location:
gsdl/trunk/runtime-src
Files:
1 edited
1 moved

Legend:

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

    r16568 r16571  
    341341
    342342dnl
    343 dnl Perl actually can be run; now we see if it is version 5 by
    344 dnl running a sample script (which returns a "clean" version number
    345 dnl and then tests the result using expr.  If perl errors in some
    346 dnl way (eg. broken Perl executable, missing script), we set a failure
    347 dnl value ("0") and then proceed as best we can
    348 dnl
    349 if test $success = "yes"; then
    350 try=`perl configtest.pl` || try="0"
    351 try=`expr $try \> 5.000`
    352 if test $try = "1"; then
    353 AC_MSG_RESULT("yes")
    354 else
    355 success="no"
    356 fi
    357 fi
    358 
    359 if test $success = "no"; then
    360 AC_MSG_RESULT("no")
    361 AC_MSG_ERROR("Perl 5 not available - cannot install")
    362 fi
    363 
    364 dnl
    365343dnl Check if the STL library has any known faults;
    366344dnl In GCC 2.7.2.x series, some STL library headers are missing
Note: See TracChangeset for help on using the changeset viewer.