need to look harder for tclConfig.sh
authorKen Raeburn <raeburn@mit.edu>
Wed, 19 Jul 2006 16:14:57 +0000 (16:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 19 Jul 2006 16:14:57 +0000 (16:14 +0000)
commitc90f8a668ee109367c2558b4f1bba7e2dd90fb0a
tree584f1d58c567f733139de5041dfaae4d918c1fc5
parent263528772958edf1a7987dce0fe974227a9fd5ce
need to look harder for tclConfig.sh

Our current scheme doesn't find tclConfig.sh as installed by NetBSD's
pkg system, even if it finds tclsh and gets the library pathname from
it.  The problem is that tclConfig.sh is one directory up.

* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Check $tcl_dir/.. for tclConfig.sh.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18342 dc483132-0cff-0310-8789-dd5450dbe970
src/aclocal.m4