freebsd-ports/editors/emacs-devel/files/patch-configure.ac
Ashish SHUKLA 733ddbfbe5 - Update to git snapshot 49a42fb
- Remove the workaround added in previous commit

Security:	https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html
2017-09-13 13:15:55 +00:00

12 lines
502 B
Text

--- configure.ac.orig 2017-09-03 12:54:18 UTC
+++ configure.ac
@@ -1251,7 +1251,8 @@ AC_SUBST([PAXCTL_notdumped])
## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals.
if test "${MAKEINFO:=makeinfo}" != "no"; then
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;;