mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
configure.ac: Correct makeinfo version check.
* configure.ac: Correct makeinfo version check. * configure: Regenerate. From-SVN: r128497
This commit is contained in:
parent
6593a73e79
commit
fa9a3f31a0
@ -1,3 +1,8 @@
|
||||
2007-09-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.ac: Correct makeinfo version check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
|
||||
|
||||
* MAINTAINERS: Update my email address.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -6192,7 +6192,7 @@ case " $build_configdirs " in
|
||||
# For an installed makeinfo, we require it to be from texinfo 4.4 or
|
||||
# higher, else we use the "missing" dummy.
|
||||
if ${MAKEINFO} --version \
|
||||
| egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
|
||||
| egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
|
||||
:
|
||||
else
|
||||
MAKEINFO="$MISSING makeinfo"
|
||||
|
@ -2462,7 +2462,7 @@ changequote(,)
|
||||
# For an installed makeinfo, we require it to be from texinfo 4.4 or
|
||||
# higher, else we use the "missing" dummy.
|
||||
if ${MAKEINFO} --version \
|
||||
| egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
|
||||
| egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
|
||||
:
|
||||
else
|
||||
MAKEINFO="$MISSING makeinfo"
|
||||
|
Loading…
Reference in New Issue
Block a user