From ede91ec061021ddf22c4c6e9e9c283f8dd25a133 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 13 Mar 2009 09:11:44 -0700 Subject: [PATCH] Add --copy to automake to break configure phase dependency on automake. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 0fecdf8b38..e5614cf326 100644 --- a/autogen.sh +++ b/autogen.sh @@ -3,6 +3,6 @@ aclocal -I config && libtoolize --automake --copy autoheader && -automake --add-missing --include-deps +automake --add-missing --include-deps --copy 2>/dev/null autoconf rm -rf autom4te.cache aclocal.m4