Changeset 6794f72 for configure.in


Ignore:
Timestamp:
Jun 30, 2002, 12:31:01 PM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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:
1c7a4e0
Parents:
039213e
Message:
Refixed 'login or login' typo in help
Fixed M-u description
Removed 'first' and 'last' from basic command help
Added M-N to basic key help
Added M-D, M-u to basic key help
Fixed a quoting problem in configure.in
Changed top of help to use 'show' instead of M-x
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    r8ee73f8d r6794f72  
    8585dnl Find the location of XSUBPP
    8686AC_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;'`"
     87XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    8888if test -n "${XSUBPPDIR}"; then
    8989   AC_MSG_RESULT(${XSUBPPDIR})
Note: See TracChangeset for help on using the changeset viewer.