Changeset 8ee73f8d for configure


Ignore:
Timestamp:
Jun 30, 2002, 2:54:22 AM (23 years ago)
Author:
Erik Nygren <nygren@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:
039213e
Parents:
d36f2cb
Message:
	Fixed a memory reference bug in delete and undelete commands.
	Added support for perl to call directly back into owl.
	Changed the implementation of owl::command("...") to immediately
	        call back into owl.  This allows perl to get the return
		value of strings returned by owl commands.
	Added the getview command which returns the name of the current
	        view's filter.
	Added the getvar command which returns the value of a variable.
	Added an example to examples/owlconf.erik which uses TAB to
		narrow and restore the view.
	Added an example to examples/owlconf.erik which uses M-c to
		color messages matching the current one green.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r7d4fbcd r8ee73f8d  
    15611561CFLAGS=${CFLAGS}\ ${FOO}
    15621562
     1563echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6
     1564echo "configure:1565: checking for the perl xsubpp precompiler" >&5
     1565XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep ^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
     1566if test -n "${XSUBPPDIR}"; then
     1567   echo "$ac_t""${XSUBPPDIR}" 1>&6
     1568else
     1569   { echo "configure: error: not found" 1>&2; exit 1; }
     1570fi
     1571
    15631572FOO=`perl -MExtUtils::Embed -e ldopts`
    15641573echo Adding perl LDFLAGS ${FOO}
     
    15681577ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'`
    15691578echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6
    1570 echo "configure:1571: checking for /usr/share/terminfo" >&5
     1579echo "configure:1580: checking for /usr/share/terminfo" >&5
    15711580if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    15721581  echo $ac_n "(cached) $ac_c" 1>&6
     
    15931602ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'`
    15941603echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6
    1595 echo "configure:1596: checking for /usr/share/lib/terminfo" >&5
     1604echo "configure:1605: checking for /usr/share/lib/terminfo" >&5
    15961605if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
    15971606  echo $ac_n "(cached) $ac_c" 1>&6
     
    16191628
    16201629fi
     1630
     1631
    16211632
    16221633
     
    17561767s%@CC@%$CC%g
    17571768s%@CPP@%$CPP%g
     1769s%@XSUBPPDIR@%$XSUBPPDIR%g
    17581770
    17591771CEOF
Note: See TracChangeset for help on using the changeset viewer.