From bd6f1b62a8df9bd12da16ea58477f41aaf1c19b5 Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Fri, 23 Sep 2005 02:10:07 +0000 Subject: [PATCH] Added my name. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7486 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/README | 1 + SWIG/configure.in | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/SWIG/README b/SWIG/README index 4750d00c2..07a6c04b8 100644 --- a/SWIG/README +++ b/SWIG/README @@ -28,6 +28,7 @@ Active Developers: Ahmon Dancy (dancy@franz.com) (Allegro CL) Marcelo Matus (Python, Evil C++ testing) John Lenz (Guile, MzScheme updates, Chicken module) + Surendra Singhi (efuzzyone@netscape.net) (CLISP) Major contributors include: Lyle Johnson (lyle@users.sourceforge.net) (Ruby) diff --git a/SWIG/configure.in b/SWIG/configure.in index 9feb9833f..b96e52373 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -435,8 +435,7 @@ 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 @@ -1226,8 +1225,7 @@ 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