From d3f7910e7e8e789e11438e55a09cd11a562cfd48 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Fri, 13 Apr 2001 10:36:27 +0000 Subject: AC_INIT should be the first statement in the file. Also, use 2001-04-13 James Henstridge * 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. --- ChangeLog | 6 ++++++ ChangeLog.pre-1-0 | 6 ++++++ ChangeLog.pre-1-10 | 6 ++++++ ChangeLog.pre-1-2 | 6 ++++++ ChangeLog.pre-1-4 | 6 ++++++ ChangeLog.pre-1-6 | 6 ++++++ ChangeLog.pre-1-8 | 6 ++++++ configure.in | 5 +++-- 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 + + * 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 * 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 + + * 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 * 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 + + * 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 * 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 + + * 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 * 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 + + * 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 * 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 + + * 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 * 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 + + * 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 * 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) -- cgit v1.2.1