IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2005, 2:39:49 PM (21 years ago)
Author:
jhoblitt
Message:

add parseErrorCodes.pl
add probe for perl binary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/configure.ac

    r3821 r3829  
    2121AC_SUBST([pois_CFLAGS])
    2222
    23 AC_PROG_SWIG(1.3.24)
     23AC_PROG_SWIG(1.3.21)
    2424SWIG_MULTI_MODULE_SUPPORT
    2525SWIG_PYTHON
     26
     27dnl lifted from autoconf 2.59's configure.ac
     28AC_PATH_PROG([PERL], perl, no)
     29AC_SUBST([PERL])dnl
     30if test "$PERL" = no; then
     31  AC_MSG_ERROR([perl is not found])
     32fi
     33$PERL -e 'require 5.005_03;' || {
     34   AC_MSG_ERROR([Perl 5.005_03 or better is required])
     35}
    2636
    2737AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.