mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Fix overquoting in gl_SET_MAKEINFO
This commit is contained in:
parent
ee1092aaac
commit
5c36f6c228
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ AC_DEFUN([gl_SET_MAKEINFO],[dnl
|
|||
[## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals.
|
||||
: ${MAKEINFO:=makeinfo}
|
||||
case `($MAKEINFO --version) 2>/dev/null` in
|
||||
*' (GNU texinfo) '4.1[[3-9]]* | \
|
||||
*' (GNU texinfo) '[[5-9]]* | \
|
||||
*' (GNU texinfo) '[[1-9][0-9]]* ) ;;
|
||||
*' (GNU texinfo) '4.1[3-9]* | \
|
||||
*' (GNU texinfo) '[5-9]* | \
|
||||
*' (GNU texinfo) '[1-9][0-9]* ) ;;
|
||||
*) MAKEINFO=no;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue