summarylogtreecommitdiffstats
path: root/makeinfo411.patch
diff options
context:
space:
mode:
authorABDULLATIF Mouhamadi2017-05-24 01:17:24 +0200
committerABDULLATIF Mouhamadi2017-05-24 01:17:24 +0200
commitbfc311800883cbcfc3a373e483c3184d73a186c5 (patch)
treed32f4365c957a126854db7f978e55455cd7efb09 /makeinfo411.patch
downloadaur-bfc311800883cbcfc3a373e483c3184d73a186c5.tar.gz
first commit
Diffstat (limited to 'makeinfo411.patch')
-rw-r--r--makeinfo411.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/makeinfo411.patch b/makeinfo411.patch
new file mode 100644
index 000000000000..178102398cc9
--- /dev/null
+++ b/makeinfo411.patch
@@ -0,0 +1,12 @@
+diff -ruN binorig/configure binutils-2.17/configure
+--- configure 2011-05-30 17:08:13.986437974 +0200
++++ configure 2006-04-06 23:49:25.000000000 +0200
+@@ -3637,7 +3637,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\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"