Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-29 11:06:28 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-29 11:06:28 (GMT)
commitcddc25da2eaadc5b285d3b5c7a6702b7c9e2de26 (patch)
tree87c98386b959714815f53b672ef6e5d49060d02e /configure.ac
parent8ec525b54a891a41c5d1a9c5b7c757eceb5d92f0 (diff)
Get rid of intltool support, it's unused and break stuff.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 83480d2..b8d1383 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,6 @@ AM_DISABLE_STATIC
AC_PROG_CC
AC_HEADER_STDC
AC_PROG_LIBTOOL
-AC_PROG_INTLTOOL
PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.0,,
AC_MSG_ERROR([GTK+-2.0 is required to compile redhat-artwork]))
@@ -24,8 +23,6 @@ PKG_CHECK_MODULES(ENGINE, gtk+-2.0 >= 2.0 gobject-2.0 >= 2.0 cairo >= 0.1.1)
GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
AC_SUBST(GTK_VERSION)
-AM_GLIB_GNU_GETTEXT
-
AC_OUTPUT([
Makefile
cursor/Makefile
@@ -42,5 +39,4 @@ gtk/Makefile
gtk/engine/Makefile
gtk/theme/Makefile
matchbox/Makefile
-po/Makefile.in
])