Remove ISODE references from configure and aclocal.m4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4896
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Feb 3 06:47:24 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * acconfig.h: Remove BITS* definitions altogether.
+
+ * aclocal.m4:
+ * configure.in: Remove ISODE defines
+
Fri Dec 30 17:05:12 1994 Richard Basch (probe@tardis)
* aclocal.m4
#undef ANSI_STDIO
#undef HAS_SETVBUF
-#undef BITS32
#undef HAS_ANSI_CONST
#undef HAS_ANSI_VOLATILE
#undef HAS_STDLIB_H
dnl
dnl allow for compilation with isode (yuck!)
dnl
-define(ISODE_DEFS,
-[AC_ARG_ENABLE([isode],
-[ --enable-isode build and use ISODE to generate ASN.1 stubs],
-[ADD_DEF(-DKRB5_USE_ISODE)],)])dnl
+define(ISODE_DEFS,)dnl
dnl
dnl make this one deeper...
dnl
AC_SET_BUILDTOP
WITH_KRB5ROOT
WITH_KRB4
-AC_ARG_ENABLE([isode],
-[ --enable-isode build and use ISODE to generate ASN.1 stubs],
-isode=isode,)
AC_ARG_ENABLE([athena],
[ --enable-athena build with MIT Project Athena configuration],,)
CONFIG_DIRS(util include $isode lib kdc admin kadmin slave clients appl tests)