summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-24
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--configure.in1
7 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4db71827..14fdd7bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 12 13:59:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Require autoconf-2.53.
+
2002-12-11 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/text-attributes.sgml:
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 4db71827..14fdd7bc 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Thu Dec 12 13:59:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Require autoconf-2.53.
+
2002-12-11 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/text-attributes.sgml:
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 4db71827..14fdd7bc 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,7 @@
+Thu Dec 12 13:59:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Require autoconf-2.53.
+
2002-12-11 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/text-attributes.sgml:
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 4db71827..14fdd7bc 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+Thu Dec 12 13:59:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Require autoconf-2.53.
+
2002-12-11 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/text-attributes.sgml:
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 4db71827..14fdd7bc 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Thu Dec 12 13:59:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Require autoconf-2.53.
+
2002-12-11 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/text-attributes.sgml:
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 4db71827..14fdd7bc 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Thu Dec 12 13:59:43 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Require autoconf-2.53.
+
2002-12-11 Matthias Clasen <maclas@gmx.de>
* docs/tmpl/text-attributes.sgml:
diff --git a/configure.in b/configure.in
index d55dbf38..57ea903f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,6 @@
dnl Process this file with autoconf to create configure.
+AC_PREREQ(2.53)
AC_INIT(ChangeLog)
dnl ==========================================================================