Reverting to revision 1.143, by mistake I had checked in wrong file.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7487 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bd050b97b4
commit
b427bb6f70
1 changed files with 4 additions and 2 deletions
|
|
@ -435,7 +435,8 @@ if test x"${with_tclconfig}" != x ; then
|
|||
fi
|
||||
# check in a few common install locations
|
||||
if test x"${TCLCONFIG}" = x ; then
|
||||
for i in `ls -d /usr/lib 2>/dev/null` `ls -d /usr/local/lib 2>/dev/null` ; do
|
||||
for i in `ls -d /usr/lib 2>/dev/null` \
|
||||
`ls -d /usr/local/lib 2>/dev/null` ; do
|
||||
if test -f "$i/tclConfig.sh" ; then
|
||||
TCLCONFIG=`(cd $i; pwd)`
|
||||
break
|
||||
|
|
@ -1225,7 +1226,8 @@ AC_ARG_WITH(pike-config, AS_HELP_STRING([--with-pike-config=path],
|
|||
[PIKECONFIG="$withval"], [PIKECONFIG=""])
|
||||
|
||||
if test -z "$PIKECONFIG" -a -n "$PIKE"; then
|
||||
AC_CHECK_PROGS(PIKECONFIG, $PIKE-config pike-config pike7.6-config pike7.4-config pike7.2-config)
|
||||
AC_CHECK_PROGS(PIKECONFIG, $PIKE-config pike-config \
|
||||
pike7.6-config pike7.4-config pike7.2-config)
|
||||
fi
|
||||
|
||||
# Check for a --with-pikeincl option to configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue