]> git.pld-linux.org Git - packages/vim.git/commitdiff
- check for egrep unconditionaly (fix compilation with gcc 3.2) vim-6_1_212-2
authorArtur Frysiak <artur@frysiak.net>
Fri, 11 Oct 2002 10:54:15 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-egrep.patch -> 1.1

vim-egrep.patch [new file with mode: 0644]

diff --git a/vim-egrep.patch b/vim-egrep.patch
new file mode 100644 (file)
index 0000000..69a6285
--- /dev/null
@@ -0,0 +1,10 @@
+--- vim61/src/configure.in.egrep       Fri Oct 11 12:25:32 2002
++++ vim61/src/configure.in     Fri Oct 11 12:28:52 2002
+@@ -15,6 +15,7 @@
+ AC_PROG_CPP   dnl required by header file checks
+ AC_ISC_POSIX  dnl required by AC_C_CROSS
+ AC_PROG_AWK   dnl required for "make html" in ../doc
++AC_PROG_EGREP
+ dnl Don't strip if we don't have it
+ AC_CHECK_PROG(STRIP, strip, strip, :)
This page took 0.21443 seconds and 4 git commands to generate.