]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/commitdiff
- allow texinfo 4.10+
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Nov 2007 20:36:24 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-4.1-texinfo.patch -> 1.1

gcc-4.1-texinfo.patch [new file with mode: 0644]

diff --git a/gcc-4.1-texinfo.patch b/gcc-4.1-texinfo.patch
new file mode 100644 (file)
index 0000000..1be95b5
--- /dev/null
@@ -0,0 +1,22 @@
+--- gcc-4.1.2/configure.in.orig        2006-11-21 18:48:36.000000000 +0100
++++ gcc-4.1.2/configure.in     2007-11-15 18:59:16.707713108 +0100
+@@ -2134,7 +2134,7 @@
+     # For an installed makeinfo, we require it to be from texinfo 4.2 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([2-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"
+--- gcc-4.1.2/configure.orig   2006-11-21 18:48:36.000000000 +0100
++++ gcc-4.1.2/configure        2007-11-15 18:59:16.707713108 +0100
+@@ -2134,7 +2134,7 @@
+     # For an installed makeinfo, we require it to be from texinfo 4.2 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([2-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"
This page took 0.132014 seconds and 4 git commands to generate.