Changeset 8ee73f8d for configure.in
- Timestamp:
- Jun 30, 2002, 2:54:22 AM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 039213e
- Parents:
- d36f2cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r1aee7d9 r8ee73f8d 83 83 CFLAGS=${CFLAGS}\ ${FOO} 84 84 85 dnl Find the location of XSUBPP 86 AC_MSG_CHECKING(for the perl xsubpp precompiler) 87 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep ^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 88 if test -n "${XSUBPPDIR}"; then 89 AC_MSG_RESULT(${XSUBPPDIR}) 90 else 91 AC_MSG_ERROR(not found) 92 fi 93 85 94 dnl Add LDFLAGS for embeded perl 86 95 FOO=`perl -MExtUtils::Embed -e ldopts` … … 97 106 dnl AC_CHECK_FUNCS(gethostname strdup) 98 107 108 AC_SUBST(XSUBPPDIR) 109 99 110 AC_OUTPUT(Makefile)
Note: See TracChangeset
for help on using the changeset viewer.