summaryrefslogtreecommitdiff
path: root/m4macros/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [gaim-migrate @ 13521]Stu Tomlinson2005-08-201-1/+1
| | | | | | | | | | | | | | | | | | Bits and pieces all over the place. I was hunting down compiler warnings all over the place, with crazy CFLAGS. I think I might have got a bit carried away. I made the perl stuff compile with gcc 2.x (which don't support mixed declerations and statements), I think what I did was safe but readily admit I have no clue how all the perl stuff works. Rename gaim_presence_add_presence() to gaim_presence_add_list() (to match the header file - obviously nothing actually _uses_ this) Implement gaim_savedstatus_get_handle() because it's in the header file. Remove gaim_account_set_presence() from account.h - it's not actually implemented anywhere, so it can't be that important.
* [gaim-migrate @ 13226]Gary Kramlich2005-07-231-0/+6
I started this a long time ago, and decided to finish it. This adds a AM_PATH_GAIM macro to aclocal. Very useful for plugin developers. It works alright so far, but isn't tolerant of an non major.minor.micro version being passed to it. I'm still considering moving the meat of this to a compile test, but this will do it for now.