changeset 2991:07a5901747ae

drop intltoolize as dependency (along with dropping scons and yasm in previous changeset)
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2013 14:35:03 -0400
parents 5329f4891fb7
children 4b450c162e39
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu May 23 14:30:06 2013 -0400
+++ b/Makefile	Thu May 23 14:35:03 2013 -0400
@@ -35,8 +35,8 @@
                    --user-agent=$(shell wget --version | \
                    $(SED) -n 's,GNU \(Wget\) \([0-9.]*\).*,\1/\2,p')
 
-REQUIREMENTS := bash bzip2 gcc intltoolize $(MAKE) openssl \
-                $(PATCH) $(PERL) $(SED) unzip wget xz
+REQUIREMENTS := bash bzip2 gcc $(MAKE) openssl $(PATCH) $(PERL) \
+                $(SED) unzip wget xz
 
 LIBTOOL     := libtool
 LIBTOOLIZE  := libtoolize