]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.246
- updated to 7.1.285
[packages/vim.git] / 7.1.246
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.246
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.246
11 Problem:    Configure hangs when the man pager is something strange. (lorien)
12 Solution:   Set MANPAGER and PAGER to "cat". (Micah Cowan)
13 Files:      src/auto/configure, src/configure.in
14
15
16 *** ../vim-7.1.245/src/auto/configure   Tue Jan  1 16:25:33 2008
17 --- src/auto/configure  Wed Feb 13 10:22:56 2008
18 ***************
19 *** 14259,14265 ****
20   echo "$as_me:$LINENO: checking how to run man with a section nr" >&5
21   echo $ECHO_N "checking how to run man with a section nr... $ECHO_C" >&6
22   MANDEF="man"
23 ! (eval man -s 2 read) < /dev/null > /dev/null 2>&5 && MANDEF="man -s"
24   echo "$as_me:$LINENO: result: $MANDEF" >&5
25   echo "${ECHO_T}$MANDEF" >&6
26   if test "$MANDEF" = "man -s"; then
27 --- 14259,14265 ----
28   echo "$as_me:$LINENO: checking how to run man with a section nr" >&5
29   echo $ECHO_N "checking how to run man with a section nr... $ECHO_C" >&6
30   MANDEF="man"
31 ! (eval MANPAGER=cat PAGER=cat man -s 2 read) < /dev/null > /dev/null 2>&5 && MANDEF="man -s"
32   echo "$as_me:$LINENO: result: $MANDEF" >&5
33   echo "${ECHO_T}$MANDEF" >&6
34   if test "$MANDEF" = "man -s"; then
35 *** ../vim-7.1.245/src/configure.in     Tue Jan  1 16:25:33 2008
36 --- src/configure.in    Fri Jan 25 20:51:51 2008
37 ***************
38 *** 2726,2732 ****
39   dnl Check how we can run man with a section number
40   AC_MSG_CHECKING(how to run man with a section nr)
41   MANDEF="man"
42 ! (eval man -s 2 read) < /dev/null > /dev/null 2>&AC_FD_CC && MANDEF="man -s"
43   AC_MSG_RESULT($MANDEF)
44   if test "$MANDEF" = "man -s"; then
45     AC_DEFINE(USEMAN_S)
46 --- 2726,2732 ----
47   dnl Check how we can run man with a section number
48   AC_MSG_CHECKING(how to run man with a section nr)
49   MANDEF="man"
50 ! (eval MANPAGER=cat PAGER=cat man -s 2 read) < /dev/null > /dev/null 2>&AC_FD_CC && MANDEF="man -s"
51   AC_MSG_RESULT($MANDEF)
52   if test "$MANDEF" = "man -s"; then
53     AC_DEFINE(USEMAN_S)
54 *** ../vim-7.1.245/src/version.c        Sun Feb 10 22:25:12 2008
55 --- src/version.c       Wed Feb 13 10:26:47 2008
56 ***************
57 *** 668,669 ****
58 --- 668,671 ----
59   {   /* Add new patch number below this line */
60 + /**/
61 +     246,
62   /**/
63
64 -- 
65 Anyone who is capable of getting themselves made President should on no
66 account be allowed to do the job.
67                 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
68
69  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
70 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
71 \\\        download, build and distribute -- http://www.A-A-P.org        ///
72  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.024739 seconds and 3 git commands to generate.