summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-04-09 15:40:57 +0000
committerH.J. Lu <hjl@lucon.org>2009-04-09 15:40:57 +0000
commit56c728254d81aa94cf053346429fb316a4d21758 (patch)
treed77440cb9f51aaef89790514eb9ba4bb01777d9b /configure.ac
parentca17ed0d8f5a3ce133301760ac31c6ec3481a897 (diff)
downloadgdb-56c728254d81aa94cf053346429fb316a4d21758.tar.gz
2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10039 * configure.ac: Require texinfo 4.7. * configure: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a34cbe1175b..04ccfd50b7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2726,10 +2726,10 @@ case " $build_configdirs " in
*" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
*)
changequote(,)
- # For an installed makeinfo, we require it to be from texinfo 4.6 or
+ # For an installed makeinfo, we require it to be from texinfo 4.7 or
# higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \
- | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"