* configure.in: Add KRB5_LIB_AUX so configure --help gives info on
authorEzra Peisach <epeisach@mit.edu>
Mon, 13 Oct 1997 14:15:06 +0000 (14:15 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 13 Oct 1997 14:15:06 +0000 (14:15 +0000)
        shared libraries.

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

src/ChangeLog
src/configure.in

index 39fa07bf464a3a7457cdeccf36a39685ac9a4e4a..f4bd8cac51fb67a612fe60fa5079a682ef428e56 100644 (file)
@@ -1,4 +1,9 @@
-Tue Oct  7 08:05:43 1997  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+Mon Oct 13 10:14:06 1997  Ezra Peisach  <epeisach@mit.edu>
+
+       * configure.in: Add KRB5_LIB_AUX so configure --help gives info on
+        shared libraries.
+
+Tue Oct  7 08:05:43 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENV
         change as the dejagnu/Makefile.in can now deal with the older
index 546b73e478702847d954ec060192d82181d6f023..68fafd24d0e7b8eb3db85d9c446fb7441943383d 100644 (file)
@@ -241,9 +241,13 @@ krb5_cv_shlibs_tail_comp=
 krb5_cv_staticlibs_enabled=yes
 krb5_cv_shlibs_enabled=])
 ])
+dnl The following lines are so that configure --help gives some global 
+dnl configuration options.
+KRB5_LIB_AUX
 AC_KRB5_TCL
 AC_ARG_ENABLE([athena],
 [  --enable-athena         build with MIT Project Athena configuration],,)
+dnl
 if test -z "$KRB4_LIB"; then
 kadminv4=""
 krb524=""