mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4605 311d38ba-8fff-0310-9ca6-ca027cbcb966
23 lines
1.0 KiB
Diff
23 lines
1.0 KiB
Diff
--- /tmp/configure 2008-05-18 12:57:11.378648834 +0200
|
|
+++ gcc-4.2/configure 2008-05-18 12:58:38.309478684 +0200
|
|
@@ -3776,7 +3776,7 @@
|
|
# 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\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
|
|
:
|
|
else
|
|
MAKEINFO="$MISSING makeinfo"
|
|
--- /tmp/configure.in 2008-05-18 12:57:32.665314708 +0200
|
|
+++ gcc-4.2/configure.in 2008-05-18 12:59:03.000000000 +0200
|
|
@@ -2271,7 +2271,7 @@
|
|
# 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\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
|
|
:
|
|
else
|
|
MAKEINFO="$MISSING makeinfo"
|