Files
PX4-Autopilot/misc/buildroot/toolchain/binutils/2.17/400-makeinfo-version-check.patch
T
patacongo 57623d42eb Resync new repository with old repo r5166
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:18:44 +00:00

13 lines
626 B
Diff

diff -up binutils-2.17/configure~ binutils-2.17/configure
--- binutils-2.17/configure~ 2007-12-02 16:56:59.000000000 +0100
+++ binutils-2.17/configure 2007-12-02 16:56:59.000000000 +0100
@@ -3637,7 +3637,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]*([1-3][0-9]|4\.[4-9]|4\.[1-3][0-9]|[5-9])' >/dev/null 2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"