diff options
author | Eric Warmenhoven <warmenhoven@yahoo.com> | 2001-05-20 00:01:55 +0000 |
---|---|---|
committer | Eric Warmenhoven <warmenhoven@yahoo.com> | 2001-05-20 00:01:55 +0000 |
commit | 5b4cc7c6e4ad9586767487758c3351bd23157f8b (patch) | |
tree | aace78008004ac74f426d2330fb3d0f6d9990437 /HACKING | |
parent | 53716c122aa5c618421e76b97e84334db4e5269f (diff) | |
download | pidgin-5b4cc7c6e4ad9586767487758c3351bd23157f8b.tar.gz |
[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.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ $ cvs login (hit enter as the password) $ cvs co gaim (you'll see it getting all of the files) $ cd gaim -$ ./gen +$ ./autogen.sh You'll now have your normal gaim tree with ./configure and all. (If you want to make your life really simple, learn how CVS works. CVS is your @@ -33,7 +33,7 @@ when you're ready to make your patch, simply run 'cvs diff -u >my.patch' and send it off. This file was last modified by $Author: warmenhoven $ on -$Date: 2001-04-13 06:50:33 -0400 (Fri, 13 Apr 2001) $. +$Date: 2001-05-19 20:01:55 -0400 (Sat, 19 May 2001) $. PROGRAM FLOW |