+Fri Jul 1 13:01:19 1994 Mark Eichin (eichin@cygnus.com)
+
+ * aclocal.m4: added WITH_CC for use when CONFIG_RULES isn't safe.
+ added EXTRA_RULES_IN for chosing the file that the extra rules get
+ appended to (particularly for lib/krb5/asn.1).
+ made CONFIG_RULES use WITH_CC directly.
+
Fri Jul 1 02:21:51 1994 Tom Yu (tlyu at dragons-lair)
* aclocal.m4: fixes for dealing with new version of autoconf, in
SUBDIREOF
])dnl
dnl
+dnl take saved makefile stuff and put it in the Makeile
+dnl
+define(EXTRA_RULES_IN,[
+cat >> $1 <<"SUBDIREOF"
+undivert(9)
+SUBDIREOF
+])dnl
+dnl
dnl drop in standard configure rebuild rules -- CONFIG_RULES
dnl
define(CONFIG_RULES,[
-AC_WITH([cc],
-echo CC=$withval
-CC=$withval,
-if test -z "$CC" ; then CC=cc; fi
-echo CC defaults to $CC)dnl
-AC_SUBST([CC])dnl
+WITH_CC dnl
divert(9)dnl
[
Makefile: $(srcdir)/Makefile.in config.status
KRB4=)dnl
AC_SUBST(KRB4)])dnl
dnl
+dnl set $(CC) from --with-cc=value
+dnl
+define(WITH_CC,[
+AC_WITH([cc],
+echo CC=$withval
+CC=$withval,
+if test -z "$CC" ; then CC=cc; fi
+echo CC defaults to $CC)dnl
+AC_SUBST([CC])])dnl
+dnl
dnl set $(CCOPTS) from --with-ccopts=value
dnl
define(WITH_CCOPTS,[