]> git.pld-linux.org Git - packages/vim.git/blame - vim-egrep.patch
obsolete syntax packages bundled into vim-rt
[packages/vim.git] / vim-egrep.patch
CommitLineData
49f932ea 1--- vim61/src/configure.in.orig Fri Oct 11 23:57:55 2002
2+++ vim61/src/configure.in Sat Oct 12 00:04:37 2002
3@@ -12,6 +12,8 @@
4
5 dnl Checks for programs.
6 AC_PROG_CC dnl required by almost everything
7+AC_CHECK_TOOL(EGREP, egrep)
8+test -z "$EGREP" && AC_MSG_ERROR([egrep is required but not found in \$PATH])
7e0e13d2
AF
9 AC_PROG_CPP dnl required by header file checks
10 AC_ISC_POSIX dnl required by AC_C_CROSS
11 AC_PROG_AWK dnl required for "make html" in ../doc
This page took 0.640075 seconds and 4 git commands to generate.