comparison HACKING @ 1863:bf2434d36e54

[gaim-migrate @ 1873] removing lots of auto-generated files. this should help when things like gettext and libtool are upgraded (like they are in debian). remember, don't run ./gen anymore, run ./autogen.sh. it'll also run ./configure for you with any options you pass it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 20 May 2001 00:01:55 +0000
parents f42ce672c560
children a9940cdb86ee
comparison
equal deleted inserted replaced
1862:fd60aa357882 1863:bf2434d36e54
21 $ export CVSROOT=:pserver:anonymous@cvs.gaim.sourceforge.net:/cvsroot/gaim 21 $ export CVSROOT=:pserver:anonymous@cvs.gaim.sourceforge.net:/cvsroot/gaim
22 $ cvs login (hit enter as the password) 22 $ cvs login (hit enter as the password)
23 $ cvs co gaim 23 $ cvs co gaim
24 (you'll see it getting all of the files) 24 (you'll see it getting all of the files)
25 $ cd gaim 25 $ cd gaim
26 $ ./gen 26 $ ./autogen.sh
27 27
28 You'll now have your normal gaim tree with ./configure and all. (If you 28 You'll now have your normal gaim tree with ./configure and all. (If you
29 want to make your life really simple, learn how CVS works. CVS is your 29 want to make your life really simple, learn how CVS works. CVS is your
30 friend.) To make a patch, just edit the files right there in that tree 30 friend.) To make a patch, just edit the files right there in that tree
31 (don't bother with two trees, or even two copies of the same file). Then 31 (don't bother with two trees, or even two copies of the same file). Then
32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch' 32 when you're ready to make your patch, simply run 'cvs diff -u >my.patch'
33 and send it off. 33 and send it off.
34 34
35 This file was last modified by $Author: warmenhoven $ on 35 This file was last modified by $Author: warmenhoven $ on
36 $Date: 2001-04-13 06:50:33 -0400 (Fri, 13 Apr 2001) $. 36 $Date: 2001-05-19 20:01:55 -0400 (Sat, 19 May 2001) $.
37 37
38 38
39 PROGRAM FLOW 39 PROGRAM FLOW
40 ============ 40 ============
41 41