summaryrefslogtreecommitdiffstats
path: root/recipes-extended/grep/grep-2.5.1a/autoconf270.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/grep/grep-2.5.1a/autoconf270.patch')
-rw-r--r--recipes-extended/grep/grep-2.5.1a/autoconf270.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/grep/grep-2.5.1a/autoconf270.patch b/recipes-extended/grep/grep-2.5.1a/autoconf270.patch
new file mode 100644
index 0000000..954ae14
--- /dev/null
+++ b/recipes-extended/grep/grep-2.5.1a/autoconf270.patch
@@ -0,0 +1,19 @@
1Update to work with autoconf 2.71
2
3The script needs CPP so add the appropriate macro.
4
5Upstream-Status: Inappropriate [needed for old GPLv2 version only]
6RP - 2021/1/28
7
8Index: grep-2.5.1a/configure.in
9===================================================================
10--- grep-2.5.1a.orig/configure.in
11+++ grep-2.5.1a/configure.in
12@@ -27,6 +27,7 @@ AC_PROG_AWK
13 AC_PROG_CC
14 AC_PROG_INSTALL
15 AC_PROG_RANLIB
16+AC_PROG_CPP
17
18 dnl Checks for typedefs, structures, and compiler characteristics.
19 AC_SYS_LARGEFILE