mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
- Switch to using the supplied autoconf.sh, because it is required on 10.3 to create nt/gnulib.mk. - Patch to accept makeinfo versions as far back as 4.8, which is the version in 10.3 base. Approved by: ashish (maintainer) swills (mentor) Differential Revision: https://reviews.freebsd.org/D9287
12 lines
413 B
Text
12 lines
413 B
Text
--- configure.ac.orig 2017-01-22 02:35:42 UTC
|
|
+++ configure.ac
|
|
@@ -1225,7 +1225,8 @@ if test "$MAKEINFO" != "no"; then
|
|
MAKEINFO=makeinfo
|
|
fi
|
|
case `($MAKEINFO --version) 2>/dev/null` in
|
|
- *' (GNU texinfo) '4.1[[3-9]]* | \
|
|
+ *' (GNU texinfo) '4.[[8-9]]* | \
|
|
+ *' (GNU texinfo) '4.1[[0-9]]* | \
|
|
*' (GNU texinfo) '[[5-9]]* | \
|
|
*' (GNU texinfo) '[[1-9][0-9]]* ) ;;
|
|
*) MAKEINFO=no;;
|