Mercurial > pidgin
diff Makefile.am @ 11147:616feca04ada
[gaim-migrate @ 13226]
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.
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Sat, 23 Jul 2005 20:28:17 +0000 |
| parents | ed397b13f4d7 |
| children | f8cd06753755 |
line wrap: on
line diff
--- a/Makefile.am Fri Jul 22 19:47:29 2005 +0000 +++ b/Makefile.am Sat Jul 23 20:28:17 2005 +0000 @@ -38,7 +38,7 @@ appsdir = $(datadir)/applications apps_DATA = gaim.desktop -SUBDIRS = doc intl pixmaps plugins po sounds src +SUBDIRS = doc intl m4macros pixmaps plugins po sounds src docs: Doxyfile if HAVE_DOXYGEN
