summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-18 18:25:22 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-18 18:25:22 +0000
commit35a7cdb867f1b4377092055be6dd51cf88ca1a68 (patch)
tree54b481d75cc7eac6de34cab02a37ce4b35b93e1a /src/ChangeLog
parentb12d8a18662a4c44d42e2a381e3410b073a0207c (diff)
downloadkrb5-35a7cdb867f1b4377092055be6dd51cf88ca1a68.tar.gz
krb5-35a7cdb867f1b4377092055be6dd51cf88ca1a68.tar.xz
krb5-35a7cdb867f1b4377092055be6dd51cf88ca1a68.zip
* acconfig.h: Add HAVE_REGCOMP
* aclocal.m4 (KRB5_AC_NEED_LIBGEN): Determins if libgen is really needed to be linked with executables by determining if regcomp() is missing or non-functionl and then if compile/step will be used. (KRB5_AC_REGEX_FUNCS): Rewritten to require KRB5_AC_NEED_LIBGEN. (KRB5_BUILD_PROGRAM): Use KRB5_AC_NEED_LIBGEN instead of testing for compile in libgen. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13365 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0325cd6790..2211db0e12 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2001-06-18 Ezra Peisach <epeisach@mit.edu>
+
+ * acconfig.h: Add HAVE_REGCOMP.
+
+ * aclocal.m4 (KRB5_AC_NEED_LIBGEN): Determins if libgen is really
+ needed to be linked with executables by determining if regcomp()
+ is missing or non-functionl and then if compile/step will be used.
+ (KRB5_AC_REGEX_FUNCS): Rewritten to require KRB5_AC_NEED_LIBGEN.
+ (KRB5_BUILD_PROGRAM): Use KRB5_AC_NEED_LIBGEN instead of testing
+ for compile in libgen.
+
2001-06-11 Ezra Peisach <epeisach@mit.edu>
* aclocal.m4 (KRB5_NEED_PROTO): Determines if the OS provides a