Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-10-12 18:03:20 +0400
committerDaniel Jacobowitz <drow@false.org>2007-10-12 18:03:20 +0400
commitf2f6d97a07cf09c3bacf20ca884648e0131224a6 (patch)
tree2ab6a87318b36744eb79d291989fa5c7f435ed64
parentee139059c702802b0174b61866b6b132917651a2 (diff)
* configure.ac: Correct makeinfo version check.binutils-2_18-branch
* configure: Regenerate.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a0af2ea4..a829ac0ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-15 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.ac: Correct makeinfo version check.
+ * configure: Regenerate.
+
2007-08-29 M R Swami Reddy <MR.Swami.Redd@nsc.com>
* config.sub: Add support for cr16 target.
diff --git a/configure b/configure
index 1a43f9e69..04464370b 100755
--- a/configure
+++ b/configure
@@ -6128,7 +6128,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"
diff --git a/configure.ac b/configure.ac
index da88113f0..9dccef7e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2403,7 +2403,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"