changeset 2770:24ebd5e321e4

[gaim-migrate @ 2783] hm. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 19:43:07 +0000
parents a5ad38b70145
children 450f4f9d2f23
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 $@