# HG changeset patch # User Eric Warmenhoven # Date 1006198987 0 # Node ID 24ebd5e321e4a96ed203566dd911acb57697498f # Parent a5ad38b70145cb3bc141ec26fa37c492ffb8d2e1 [gaim-migrate @ 2783] hm. committer: Tailor Script diff -r a5ad38b70145 -r 24ebd5e321e4 autogen.sh --- a/autogen.sh Mon Nov 19 16:56:57 2001 +0000 +++ b/autogen.sh Mon Nov 19 19:43:07 2001 +0000 @@ -45,7 +45,7 @@ aclocal -I m4 $ACLOCAL_FLAGS || exit; autoheader || exit; -automake --add-missing --copy || exit; +automake --add-missing --copy; autoconf || exit; automake || exit; ./configure $@