* configure.in: Fix up somewhat (SRCTOP -> SRCTOPDIR) and also get
authorTom Yu <tlyu@mit.edu>
Sun, 1 Mar 1998 00:44:27 +0000 (00:44 +0000)
committerTom Yu <tlyu@mit.edu>
Sun, 1 Mar 1998 00:44:27 +0000 (00:44 +0000)
directory correct.  (`pwd`/..)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10483 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/configure.in

index e849ccc87b5e9d337836a3fbe8cd110f34e52236..597b8cdc2151701746a5af2c45d5648623d9f53b 100644 (file)
@@ -24,7 +24,8 @@ if test "$have_PERL" = perl -a "$have_RUNTEST" = runtest -a "$TCL_LIBS" != ""; t
 fi
 AC_SUBST(DO_TEST) 
 dnl The following are substituted into testing/scripts/env-setup.sh
-AC_SUBST(SRCTOP)
+SRCTOPDIR=`pwd`/$srcdir/..
+AC_SUBST(SRCTOPDIR)
 RBUILD=`pwd`/..
 AC_SUBST(RBUILD)
 AC_PATH_PROG(PERL,perl)