+Thu Jun 23 01:13:20 1994 Tom Yu (tlyu at dragons-lair)
+
+ * aclocal.m4 (CONFIG_RULES): make --with-cc= dtrt and default to
+ CC=cc
+
Wed Jun 22 16:34:46 1994 Mark Eichin (eichin at tweedledumber.cygnus.com)
* aclocal.m4 (CONFIG_RULES): add AC_SUBST([CC]) so that CC gets
dnl drop in standard configure rebuild rules -- CONFIG_RULES
dnl
define(CONFIG_RULES,[
+AC_WITH([cc],
+echo CC=$withval
+CC=$withval,
+echo CC defaults to cc
+CC=cc)dnl
AC_SUBST([CC])dnl
divert(9)dnl
[