Changeset 6794f72 for configure


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

    r8ee73f8d r6794f72  
    15631563echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6
    15641564echo "configure:1565: checking for the perl xsubpp precompiler" >&5
    1565 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep ^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
     1565XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    15661566if test -n "${XSUBPPDIR}"; then
    15671567   echo "$ac_t""${XSUBPPDIR}" 1>&6
Note: See TracChangeset for help on using the changeset viewer.