summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-06 03:57:11 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:21 +0200
commit52e228ef142c08b80e00372fbb4134cd82c0b923 (patch)
treeec68e2ac3f8612f85b38b7afe22e3cf4e750c6ba
parentddea231ef6de1d3f4cc989eab8b5cb7d16b6322b (diff)
.
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59523318..ff0fe5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-03-05 Roland McGrath <roland@redhat.com>
+
+ * configure.in: Require 2.54 and use new form of AC_INIT.
+ Add descriptions to all AC_DEFINE and AC_DEFINE_UNQUOTED.
+ Punt AC_PROG_CC_LOCAL, just use vanilla AC_PROG_CC.
+ AC_TRY_CPP -> AC_PREPROC_IFELSE for oskit version check.
+ AC_LINK_FILES -> AC_CONFIG_LINKS.
+ Use new form of AC_OUTPUT with AC_CONFIG_FILES.
+ * acconfig.h, aclocal.m4: Files removed.
+ * configure. config.h.in: Regenerated with version 2.57.
+ * Makefile.in ($(srcdir)/config.h.in): Depend on configure.in
+ instead of acconfig.h.
+
2003-03-05 Roland McGrath <roland@frob.com>
* configure.in (HAVE_I8042): New check for oskit_dev_init_i8042.