]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.123
- use new bonobo patch (20040115)
[packages/vim.git] / 6.2.123
CommitLineData
5f6937f1
AM
1To: vim-dev@vim.org
2Subject: Patch 6.2.123
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.123 (after 6.2.118)
11Problem: Running configure fails. (Tony Leneis)
12Solution: Change "==" to "=" for a test.
13Files: 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--
65hundred-and-one symptoms of being an internet addict:
66269. 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.225861 seconds and 4 git commands to generate.