Changeset 3829
- Timestamp:
- May 2, 2005, 2:39:49 PM (21 years ago)
- Location:
- trunk/pois
- Files:
-
- 1 added
- 2 edited
-
configure.ac (modified) (1 diff)
-
src/Makefile.am (modified) (1 diff)
-
src/parseErrorCodes.pl (added)
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([ -
trunk/pois/src/Makefile.am
r3796 r3829 40 40 # 41 41 poisErrorCodes.h : errorCodes.dat errorCodes-skl.h 42 parseErrorCodes.pl --data=errorCodes.dat --outfile=poisErrorCodes.h \42 $(PERL) parseErrorCodes.pl --data=errorCodes.dat --outfile=poisErrorCodes.h \ 43 43 errorCodes-skl.h 44 44 errorCodes.c : errorCodes.dat errorCodes-skl.c poisErrorCodes.h 45 parseErrorCodes.pl --data=errorCodes.dat --outfile=errorCodes.c \45 $(PERL) parseErrorCodes.pl --data=errorCodes.dat --outfile=errorCodes.c \ 46 46 errorCodes-skl.c 47 47 #
Note:
See TracChangeset
for help on using the changeset viewer.
