aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-04-09 15:40:57 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-04-09 15:40:57 +0000
commit3ac4fba13e4919cbeb26057e56d358a71ce42c0a (patch)
treecf812f05fa40e67e3b642a1fb867df47a81ea8fa
parent45449169f5c26ee265c1146e2fb14d99c46d562d (diff)
downloadnewlib-3ac4fba13e4919cbeb26057e56d358a71ce42c0a.zip
newlib-3ac4fba13e4919cbeb26057e56d358a71ce42c0a.tar.gz
newlib-3ac4fba13e4919cbeb26057e56d358a71ce42c0a.tar.bz2
2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10039 * configure.ac: Require texinfo 4.7. * configure: Regenerated.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a35099..a788305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/10039
+ * configure.ac: Require texinfo 4.7.
+ * configure: Regenerated.
+
2009-04-09 Steve Ellcey <sje@cup.hp.com>
* Makefil.def (languages): New entries.
diff --git a/configure b/configure
index ecbbce6..87b0187 100755
--- a/configure
+++ b/configure
@@ -6665,10 +6665,10 @@ case " $build_configdirs " in
*" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
*)
- # 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"
diff --git a/configure.ac b/configure.ac
index a34cbe1..04ccfd5 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"