diff options
-rw-r--r-- | tools/depends/native/m4-native/Makefile | 5 |
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) |