diff options
author | Jakub Steiner <jimmac@gmail.com> | 2013-09-03 17:58:04 +0200 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2013-09-03 17:58:04 +0200 |
commit | 982e1eab5e9f37534ef3cd158619b08ad0cfd8d5 (patch) | |
tree | 83cfcbb0789586afc6f461cf22c90d325471c9b8 /Makefile.am | |
parent | c2f166f58677b5a5c5492afc19f289efa02923a4 (diff) | |
download | adwaita-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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 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) |