summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-06-09 22:43:06 +0000
committerTheodore Tso <tytso@mit.edu>1995-06-09 22:43:06 +0000
commit2474718b6abb1a3121ec85d26a7890a2eb24346f (patch)
tree673885d67df684fa9a7a30ab2aa20e9074f56e71 /src/include
parent06ebb729b85fe6edc1d31177bae66e063188f87b (diff)
configure.in: Remove standardized set of autoconf macros, which are
now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6009 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/configure.in8
2 files changed, 6 insertions, 7 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 16b1e6316..e084b54f4 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 9 18:42:30 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES.
+
Thu Jun 8 14:41:00 EDT 1995 Paul Park (pjpark@mit.edu)
* adm_proto.h - Add prototypes for logging routines. Also, if
kdb.h has not been included, add null structure for entry
diff --git a/src/include/krb5/configure.in b/src/include/krb5/configure.in
index 69ce4f580..2444c5fb3 100644
--- a/src/include/krb5/configure.in
+++ b/src/include/krb5/configure.in
@@ -1,7 +1,4 @@
AC_INIT(ext-proto.h)
-WITH_CCOPTS
-WITH_KRB5ROOT
-AC_SET_BUILDTOP
CONFIG_RULES
AC_CONFIG_HEADER(autoconf.h)
AC_PROG_LEX
@@ -149,10 +146,7 @@ AC_ARG_ENABLE([athena],
[ --enable-athena build with MIT Project Athena configuration],
AC_DEFINE(KRB5_ATHENA_COMPAT),)
-AC_ARG_WITH([krb4],,
-dnl leave out help string, see top level for that
-,withval=yes)dnl
-if test $withval = no; then
+if test "$KRB4_LIB" = ''; then
AC_MSG_RESULT(No Kerberos 4 compatibility)
else
AC_MSG_RESULT(Kerberos 4 compatibility enabled)