summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-10-04 16:51:17 +0200
committerJavier Jardón <jjardon@gnome.org>2010-10-04 16:52:27 +0200
commitfc27eb8c8063d6d3e240e9c490db5b4643212655 (patch)
tree178530cc338c7ba9a88e724c8e426805d93770e3 /configure.ac
parent0cc327a74a98da50f855e0d8d9c4470b4725ccbe (diff)
downloadgnome-backgrounds-fc27eb8c8063d6d3e240e9c490db5b4643212655.tar.gz
Update autotools configuration a bit
New requirements: automake >= 1.10 intltool >= 0.40
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 13 insertions, 7 deletions
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