diff src/Makefile @ 5757:4b78922d557c v7.4.223

updated for version 7.4.223 Problem: Still using an older autoconf version. Solution: Switch to autoconf 2.69.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 17:40:59 +0100
parents 2f225a17c26b
children 0a295a3c9e47
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -586,6 +586,9 @@ CClink = $(CC)
 # as root: sysctl -w vm.max_proc_mmap=30000
 #EXTRA_LIBS = /usr/local/lib/libefence.a
 
+# Autoconf binary.
+AUTOCONF = autoconf
+
 # PURIFY - remove the # to use the "purify" program (hoi Nia++!)
 #PURIFY = purify
 
@@ -1713,7 +1716,7 @@ reconfig: scratch clean
 # - Uses ">config.log" instead of "./config.log".
 autoconf:
 	if test ! -f configure.save; then mv configure configure.save; fi
-	autoconf
+	$(AUTOCONF)
 	sed -e 's+>config.log+>auto/config.log+' -e 's+\./config.log+auto/config.log+' configure > auto/configure
 	chmod 755 auto/configure
 	mv -f configure.save configure