Changeset 3829 for trunk/pois/configure.ac
- Timestamp:
- May 2, 2005, 2:39:49 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/pois/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/configure.ac
r3821 r3829 21 21 AC_SUBST([pois_CFLAGS]) 22 22 23 AC_PROG_SWIG(1.3.2 4)23 AC_PROG_SWIG(1.3.21) 24 24 SWIG_MULTI_MODULE_SUPPORT 25 25 SWIG_PYTHON 26 27 dnl lifted from autoconf 2.59's configure.ac 28 AC_PATH_PROG([PERL], perl, no) 29 AC_SUBST([PERL])dnl 30 if test "$PERL" = no; then 31 AC_MSG_ERROR([perl is not found]) 32 fi 33 $PERL -e 'require 5.005_03;' || { 34 AC_MSG_ERROR([Perl 5.005_03 or better is required]) 35 } 26 36 27 37 AC_CONFIG_FILES([
Note:
See TracChangeset
for help on using the changeset viewer.
