From: Ezra Peisach Date: Mon, 13 Oct 1997 14:15:06 +0000 (+0000) Subject: * configure.in: Add KRB5_LIB_AUX so configure --help gives info on X-Git-Tag: krb5-1.1-beta1~1003 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97121f87414ec1db04064f69e2d3553373291b28;p=krb5.git * configure.in: Add KRB5_LIB_AUX so configure --help gives info on shared libraries. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10222 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 39fa07bf4..f4bd8cac5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,9 @@ -Tue Oct 7 08:05:43 1997 Ezra Peisach +Mon Oct 13 10:14:06 1997 Ezra Peisach + + * configure.in: Add KRB5_LIB_AUX so configure --help gives info on + shared libraries. + +Tue Oct 7 08:05:43 1997 Ezra Peisach * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENV change as the dejagnu/Makefile.in can now deal with the older diff --git a/src/configure.in b/src/configure.in index 546b73e47..68fafd24d 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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=""