]> git.pld-linux.org Git - packages/vim.git/commitdiff
- replaced undefined macro with some working code
authorankry <ankry@pld-linux.org>
Fri, 11 Oct 2002 22:13:57 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-egrep.patch -> 1.2

vim-egrep.patch

index 69a6285a04fb876ca026a973421865949ee257ad..db7669a488ea512de6465a5480e375e1f703cf30 100644 (file)
@@ -1,10 +1,11 @@
---- 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 @@
+--- vim61/src/configure.in.orig        Fri Oct 11 23:57:55 2002
++++ vim61/src/configure.in     Sat Oct 12 00:04:37 2002
+@@ -12,6 +12,8 @@
+ dnl Checks for programs.
+ AC_PROG_CC    dnl required by almost everything
++AC_CHECK_TOOL(EGREP, egrep)
++test -z "$EGREP" && AC_MSG_ERROR([egrep is required but not found in \$PATH])
  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.315383 seconds and 4 git commands to generate.