diff options
author | Ken Raeburn <raeburn@mit.edu> | 2005-04-20 03:10:12 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2005-04-20 03:10:12 +0000 |
commit | 8cdb52cb9598c2b029851f7ca97310a81e1bc6ad (patch) | |
tree | 8a507cd7777a2021faa04791176bdc4f35de969f /src/ChangeLog | |
parent | 681fa0f938f9a1b6639a72c76c45ea09e8fcd17e (diff) | |
download | krb5-8cdb52cb9598c2b029851f7ca97310a81e1bc6ad.tar.gz krb5-8cdb52cb9598c2b029851f7ca97310a81e1bc6ad.tar.xz krb5-8cdb52cb9598c2b029851f7ca97310a81e1bc6ad.zip |
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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index edd4b714c..d0573ef07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2005-04-19 Ken Raeburn <raeburn@mit.edu> + + * 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. + 2005-03-25 Ken Raeburn <raeburn@mit.edu> * configure.in: Don't check for getpwnam_r and getpwuid_r in the |