summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-04-13 10:36:27 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-04-13 10:36:27 +0000
commitd3f7910e7e8e789e11438e55a09cd11a562cfd48 (patch)
tree19a2a701bc3c6220ec4ae36532de238ce9794b6f
parentb06fe6f72867dc1318645b212a25a373fa22f086 (diff)
downloadpango-d3f7910e7e8e789e11438e55a09cd11a562cfd48.tar.gz
AC_INIT should be the first statement in the file. Also, use
2001-04-13 James Henstridge <james@daa.com.au> * configure.in: AC_INIT should be the first statement in the file. Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version passed to AM_INIT_AUTOMAKE.
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-1-06
-rw-r--r--ChangeLog.pre-1-106
-rw-r--r--ChangeLog.pre-1-26
-rw-r--r--ChangeLog.pre-1-46
-rw-r--r--ChangeLog.pre-1-66
-rw-r--r--ChangeLog.pre-1-86
-rw-r--r--configure.in5
8 files changed, 45 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9723b1de..e642409c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-13 James Henstridge <james@daa.com.au>
+
+ * configure.in: AC_INIT should be the first statement in the file.
+ Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version
+ passed to AM_INIT_AUTOMAKE.
+
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 9723b1de..e642409c 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,9 @@
+2001-04-13 James Henstridge <james@daa.com.au>
+
+ * configure.in: AC_INIT should be the first statement in the file.
+ Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version
+ passed to AM_INIT_AUTOMAKE.
+
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 9723b1de..e642409c 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,9 @@
+2001-04-13 James Henstridge <james@daa.com.au>
+
+ * configure.in: AC_INIT should be the first statement in the file.
+ Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version
+ passed to AM_INIT_AUTOMAKE.
+
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 9723b1de..e642409c 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,9 @@
+2001-04-13 James Henstridge <james@daa.com.au>
+
+ * configure.in: AC_INIT should be the first statement in the file.
+ Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version
+ passed to AM_INIT_AUTOMAKE.
+
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 9723b1de..e642409c 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,9 @@
+2001-04-13 James Henstridge <james@daa.com.au>
+
+ * configure.in: AC_INIT should be the first statement in the file.
+ Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version
+ passed to AM_INIT_AUTOMAKE.
+
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 9723b1de..e642409c 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,9 @@
+2001-04-13 James Henstridge <james@daa.com.au>
+
+ * configure.in: AC_INIT should be the first statement in the file.
+ Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version
+ passed to AM_INIT_AUTOMAKE.
+
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 9723b1de..e642409c 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,9 @@
+2001-04-13 James Henstridge <james@daa.com.au>
+
+ * configure.in: AC_INIT should be the first statement in the file.
+ Also, use $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION as the version
+ passed to AM_INIT_AUTOMAKE.
+
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
diff --git a/configure.in b/configure.in
index c85ec222..26be3446 100644
--- a/configure.in
+++ b/configure.in
@@ -1,13 +1,14 @@
dnl Process this file with autoconf to create configure.
+AC_INIT(ChangeLog)
+
PANGO_MAJOR_VERSION=0
PANGO_MINOR_VERSION=14
AC_SUBST(PANGO_MAJOR_VERSION)
AC_SUBST(PANGO_MINOR_VERSION)
-AC_INIT(ChangeLog)
-AM_INIT_AUTOMAKE(pango, 0.14)
+AM_INIT_AUTOMAKE(pango, $PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION)
AM_CONFIG_HEADER(config.h)