ports/editors/emacs-devel/files/patch-configure.ac
Joseph Mingrone 8a7d93bd44 editors/emacs-devel: Update to latest commit on master branch.
- 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
2017-01-24 15:27:06 +00:00

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;;