aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2013-10-04 15:17:12 +0400
committerS. Davilla <davilla@4pi.com>2013-10-05 11:22:16 -0400
commita8e38e8553213059c10a702a13644bbd34bc9eb1 (patch)
treee726936e3a17b9193cfdd90f5a15b239df7c15f8
parent97ac49987633ef20eb78fc93ad41263f725e06a9 (diff)
fix xcode5 build
-rw-r--r--tools/depends/native/m4-native/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/depends/native/m4-native/Makefile b/tools/depends/native/m4-native/Makefile
index bc0f8648ce..bec66769f2 100644
--- a/tools/depends/native/m4-native/Makefile
+++ b/tools/depends/native/m4-native/Makefile
@@ -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)