]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.165
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.165
CommitLineData
d02ad552
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.165
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.165
11Problem: The configure checks hang when using autoconf 2.57.
12Solution: Invoke AC_PROGRAM_EGREP to set $EGREP. (Aron Griffis)
13Files: src/auto/configure, src/configure.in
14
15
16*** ../vim-6.2.164/src/auto/configure Mon Dec 29 20:27:03 2003
17--- src/auto/configure Wed Dec 24 14:10:23 2003
18***************
19*** 943,950 ****
20 ac_cv_prog_CPP="$CPP"
21 fi
22 echo "$ac_t""$CPP" 1>&6
23! echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
24! echo "configure:944: checking for POSIXized ISC" >&5
25 if test -d /etc/conf/kconfig.d &&
26 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
27 then
28--- 943,960 ----
29 ac_cv_prog_CPP="$CPP"
30 fi
31 echo "$ac_t""$CPP" 1>&6
32! cat > conftest.$ac_ext <<EOF
33! #line 948 "configure"
34! #include "confdefs.h"
35!
36! EOF
37! if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
38! egrep "" >/dev/null 2>&1; then
39! :
40! fi
41! rm -f conftest*
42! echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
43! echo "configure:958: checking for POSIXized ISC" >&5
44 if test -d /etc/conf/kconfig.d &&
45 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
46 then
47*** ../vim-6.2.164/src/configure.in Mon Dec 29 20:27:03 2003
48--- src/configure.in Wed Dec 24 14:09:32 2003
49***************
50*** 13,18 ****
51--- 13,19 ----
52 dnl Checks for programs.
53 AC_PROG_CC dnl required by almost everything
54 AC_PROG_CPP dnl required by header file checks
55+ AC_PROGRAM_EGREP dnl required by AC_EGREP_CPP
56 AC_ISC_POSIX dnl required by AC_C_CROSS
57 AC_PROG_AWK dnl required for "make html" in ../doc
58
59*** ../vim-6.2.164/src/version.c Mon Dec 29 20:49:00 2003
60--- src/version.c Mon Dec 29 20:51:56 2003
61***************
62*** 639,640 ****
63--- 639,642 ----
64 { /* Add new patch number below this line */
65+ /**/
66+ 165,
67 /**/
68
69--
70From "know your smileys":
71 :.-( Crying
72
73 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
74/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
75\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
76 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.037987 seconds and 4 git commands to generate.