[gnome-backgrounds] Update autotools configuration a bit



commit fc27eb8c8063d6d3e240e9c490db5b4643212655
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Oct 4 16:51:17 2010 +0200

    Update autotools configuration a bit
    
    New requirements:
    automake >= 1.10
    intltool >= 0.40

 autogen.sh   |    4 +---
 configure.ac |   20 +++++++++++++-------
 2 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index c9dc0aa..34d75b3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,6 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="gnome-backgrounds"
-REQUIRED_AUTOMAKE_VERSION=1.9
-
 
 (test -f $srcdir/configure.in \
   && test -d $srcdir/abstract ) || {
@@ -22,7 +20,7 @@ echo "Running intltoolize"
 intltoolize --copy --force --automake
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common package"
     exit 1
 }
 USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index 96b273c..13461cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,22 +1,28 @@
-AC_INIT([gnome-backgrounds], [2.29.92])
+AC_INIT([gnome-backgrounds],
+        [2.29.92],
+        [http://bugzilla.gnome.org/browse.cgi?product=gnome-backgrounds],
+        [gnome-backgrounds])
+
+
+AM_INIT_AUTOMAKE([1.10])
+AM_MAINTAINER_MODE([enable])
+
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AM_INIT_AUTOMAKE
-AM_INIT_AUTOMAKE([1.9])
 
 # Internationalization:
+IT_PROG_INTLTOOL([0.40.0])
+
 GETTEXT_PACKAGE=gnome-backgrounds
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [The domain name to use with gettext.])
 
 AM_GLIB_GNU_GETTEXT()
-IT_PROG_INTLTOOL([0.35.0])
-
 
-AM_MAINTAINER_MODE
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 abstract/Makefile
 nature/Makefile
 po/Makefile.in
 ])
+AC_OUTPUT



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