]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.123
- initial import
[packages/vim.git] / 6.2.123
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.123
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 6.2.123 (after 6.2.118)
11 Problem:    Running configure fails. (Tony Leneis)
12 Solution:   Change "==" to "=" for a test.
13 Files:      src/auto/configure, src/configure.in
14
15
16 *** ../vim-6.2.122/src/auto/configure   Mon Oct 13 22:21:06 2003
17 --- src/auto/configure  Thu Oct 16 10:32:05 2003
18 ***************
19 *** 1571,1577 ****
20       fi
21     fi
22   
23 !   if test "x$MACOSX" == "xyes"; then 
24           dir=/System/Library/Perl
25       darwindir=$dir/darwin
26       if test -d $darwindir; then 
27 --- 1571,1577 ----
28       fi
29     fi
30   
31 !   if test "x$MACOSX" = "xyes"; then 
32           dir=/System/Library/Perl
33       darwindir=$dir/darwin
34       if test -d $darwindir; then 
35 *** ../vim-6.2.122/src/configure.in     Mon Oct 13 22:21:06 2003
36 --- src/configure.in    Thu Oct 16 10:31:42 2003
37 ***************
38 *** 321,327 ****
39       fi
40     fi
41   
42 !   if test "x$MACOSX" == "xyes"; then 
43       dnl Mac OS X 10.2 or 10.3
44       dir=/System/Library/Perl
45       darwindir=$dir/darwin
46 --- 321,327 ----
47       fi
48     fi
49   
50 !   if test "x$MACOSX" = "xyes"; then 
51       dnl Mac OS X 10.2 or 10.3
52       dir=/System/Library/Perl
53       darwindir=$dir/darwin
54 *** ../vim-6.2.122/src/version.c        Fri Oct 17 11:55:09 2003
55 --- src/version.c       Fri Oct 17 11:59:58 2003
56 ***************
57 *** 639,640 ****
58 --- 639,642 ----
59   {   /* Add new patch number below this line */
60 + /**/
61 +     123,
62   /**/
63
64 -- 
65 hundred-and-one symptoms of being an internet addict:
66 269. You wonder how you can make your dustbin produce Sesame Street's
67      Oscar's the Garbage Monster song when you empty it.
68
69  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
70 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
71 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
72  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.034609 seconds and 3 git commands to generate.