Changes in configure.ac [06e04a9:eb5e8fc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r06e04a9 reb5e8fc 100 100 dnl Find the location of perl XSUBPP 101 101 AC_MSG_CHECKING(for the perl xsubpp precompiler) 102 XSUBPPDIR="` (perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;')| grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"102 XSUBPPDIR="`cd "$srcdir" && perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;' | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" 103 103 if test -n "${XSUBPPDIR}"; then 104 104 AC_MSG_RESULT(${XSUBPPDIR})
Note: See TracChangeset
for help on using the changeset viewer.