Compute reltopdir at autoconf time instead of at configure time. This has the
authorKen Raeburn <raeburn@mit.edu>
Wed, 20 Apr 2005 03:10:12 +0000 (03:10 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 20 Apr 2005 03:10:12 +0000 (03:10 +0000)
commit8cdb52cb9598c2b029851f7ca97310a81e1bc6ad
tree8a507cd7777a2021faa04791176bdc4f35de969f
parent681fa0f938f9a1b6639a72c76c45ea09e8fcd17e
Compute reltopdir at autoconf time instead of at configure time.  This has the
happy side effect of stopping autoreconf from creating directories named
"$ac_config_fragdir" all over the source tree.

* aclocal.m4 (fileexists, K5_TOPDIR): New macros.
(V5_SET_TOPDIR): Don't test for AC_LOCALDIR any more.  Use K5_TOPDIR computed
at autoconf time, but still verify that the contents are what we expect.  Don't
use shell variables in the argument to AC_CONFIG_AUX_DIR.

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