[gtkhtml] Require automake 1.9.



commit 7f8d9f8894193f9d6cd75502fc2bec395ff020f8
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jun 30 17:36:05 2009 -0400

    Require automake 1.9.

 autogen.sh   |    2 +-
 configure.ac |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 2115cdb..a675b6d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
-REQUIRED_AUTOMAKE_VERSION=1.6
+REQUIRED_AUTOMAKE_VERSION=1.9
 
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
diff --git a/configure.ac b/configure.ac
index 895e730..e19581c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,10 @@
 dnl Initialization
 
-AC_INIT(gtkhtml/gtkhtml.c)
+AC_PREREQ(2.54)
+AC_INIT(gtkhtml, [3.27.4], http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml)
+AM_INIT_AUTOMAKE([gnu 1.9])
 AM_CONFIG_HEADER(config.h)
+AC_CONFIG_SRCDIR(README)
 
 PACKAGE=gtkhtml
 
@@ -30,8 +33,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettex
 I18N_LIB_CFLAGS="-DGNOME_EXPLICIT_TRANSLATION_DOMAIN=\\\"${GTKHTML_RELEASE_STRING}\\\""
 AC_SUBST(I18N_LIB_CFLAGS)
 
-AM_INIT_AUTOMAKE($PACKAGE, 3.27.4)
-
 # Automake 1.11 - Silent Build Rules
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]