summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-07-15 00:13:39 +0000
committerRodney Dawes <dobey@src.gnome.org>2005-07-15 00:13:39 +0000
commitf40018dc3026ce0a433f7d97c97bb3c58d8be462 (patch)
tree23429ec259c0250f2aef175962ecce8f908043b3 /configure.in
parent6493b763595ea5bdd06633d4d3b895ee86c1c1a9 (diff)
downloadadwaita-icon-theme-GNOME_ICON_THEME_2_11_5.tar.gz
Updated for releaseGNOME_ICON_THEME_2_11_5
2005-07-14 Rodney Dawes <dobey@novell.com> * NEWS: Updated for release * autogen.sh: Require automake 1.9 * configure.in: Up version to 2.11.5 Require automake 1.9 and use tar-ustar
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index eab26619f..c1d93f807 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([gnome-icon-theme], [2.11.4],
+AC_INIT([gnome-icon-theme], [2.11.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([1.9 tar-ustar])
AC_PROG_INTLTOOL
AC_PROG_LN_S