# HG changeset patch # User Eric Warmenhoven # Date 1002089084 0 # Node ID 88e35feb75f82693efdd5f4c21de5e9034742011 # Parent 70cb0ce6991ac16920306bddce5c2fa3a114d258 [gaim-migrate @ 2428] this fixes distcheck for automake 1.5 and doesn't break it for 1.4. committer: Tailor Script diff -r 70cb0ce6991a -r 88e35feb75f8 autogen.sh --- a/autogen.sh Wed Oct 03 03:11:37 2001 +0000 +++ b/autogen.sh Wed Oct 03 06:04:44 2001 +0000 @@ -47,5 +47,6 @@ autoheader; automake --add-missing --copy; autoconf; +automake; ./configure $@ diff -r 70cb0ce6991a -r 88e35feb75f8 src/protocols/Makefile.am --- a/src/protocols/Makefile.am Wed Oct 03 03:11:37 2001 +0000 +++ b/src/protocols/Makefile.am Wed Oct 03 06:04:44 2001 +0000 @@ -1,6 +1,8 @@ +DIST_SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr + if PRPLS -SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr +SUBDIRS = $(DIST_SUBDIRS) else