fix xcode5 build
authoramet <amet.nospam@gmail.com>
Fri, 4 Oct 2013 11:17:12 +0000 (15:17 +0400)
committerS. Davilla <davilla@4pi.com>
Sat, 5 Oct 2013 15:22:16 +0000 (11:22 -0400)
tools/depends/native/m4-native/Makefile

index bc0f864..bec6676 100644 (file)
@@ -5,10 +5,13 @@ DEPS= ../../Makefile.include.in Makefile
 
 # lib name, version
 LIBNAME=m4
-VERSION=1.4.9
+VERSION=1.4.17
 SOURCE=$(LIBNAME)-$(VERSION)
 ARCHIVE=$(SOURCE).tar.gz
 
+
+BASE_URL=http://ftp.gnu.org/gnu/m4
+
 # configuration settings
 CONFIGURE=./configure --prefix=$(PREFIX)