summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2013-09-03 17:58:04 +0200
committerJakub Steiner <jimmac@gmail.com>2013-09-03 17:58:04 +0200
commit982e1eab5e9f37534ef3cd158619b08ad0cfd8d5 (patch)
tree83cfcbb0789586afc6f461cf22c90d325471c9b8
parentc2f166f58677b5a5c5492afc19f289efa02923a4 (diff)
downloadadwaita-icon-theme-982e1eab5e9f37534ef3cd158619b08ad0cfd8d5.tar.gz
Revert "build: build was failing due to missing IT_PROG_INTLTOOL"
This reverts commit c2f166f58677b5a5c5492afc19f289efa02923a4. The patch fails to copy the intltoolize macros locally here.
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index be78945d5..6e7bb1dc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping
SUBDIRS = po $(SVGSRCDIR)
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
theme_in_files = index.theme.in.in
theme_DATA = $(theme_in_files:.theme.in.in=.theme)
diff --git a/configure.ac b/configure.ac
index 97a751d81..d2fa3ff35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,6 @@ AC_PREREQ(2.53)
AC_INIT([gnome-icon-theme], [3.9.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
-AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([index.theme.in.in])
AM_INIT_AUTOMAKE([1.9 dist-xz no-dist-gzip tar-ustar foreign])