Added my name.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7486 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Surendra Singhi 2005-09-23 02:10:07 +00:00
commit bd6f1b62a8
2 changed files with 3 additions and 4 deletions

View file

@ -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)

View file

@ -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