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

Further tailoring of directories for new build/runtime split

Location:
gsdl/trunk/common-src
Files:
1 edited
1 copied

Legend:

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

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