summaryrefslogtreecommitdiffstats
path: root/patches/binutils-2.18/generic/gentoo/18_all_binutils-makeinfo-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/binutils-2.18/generic/gentoo/18_all_binutils-makeinfo-version.patch')
-rw-r--r--patches/binutils-2.18/generic/gentoo/18_all_binutils-makeinfo-version.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/patches/binutils-2.18/generic/gentoo/18_all_binutils-makeinfo-version.patch b/patches/binutils-2.18/generic/gentoo/18_all_binutils-makeinfo-version.patch
deleted file mode 100644
index bdbc340..0000000
--- a/patches/binutils-2.18/generic/gentoo/18_all_binutils-makeinfo-version.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-http://bugs.gentoo.org/195074
-
-2007-09-15 Alan Modra <amodra@bigpond.net.au>
-
- * configure.ac: Correct makeinfo version check.
- * configure: Regenerate.
-
----
- configure | 2 +-
- configure.ac | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-Index: binutils-2.18/configure.ac
-===================================================================
---- binutils-2.18.orig/configure.ac
-+++ binutils-2.18/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"
-Index: binutils-2.18/configure
-===================================================================
---- binutils-2.18.orig/configure
-+++ binutils-2.18/configure
-@@ -6129,7 +6129,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"