From e8e01acc8e7235e6524aa3d04f197a0b1e3ccebf Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 11 Jun 2009 17:46:12 +0000 Subject: [PATCH] when running automake copy missing files instead of symlinking them --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 4e49b3ee..f290a41a 100755 --- a/buildconf +++ b/buildconf @@ -42,4 +42,4 @@ ${libtoolize} --copy --automake --force ${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS ${AUTOHEADER:-autoheader} ${AUTOCONF:-autoconf} -${AUTOMAKE:-automake} --add-missing +${AUTOMAKE:-automake} --add-missing --copy