From d0e02a948e83e3b1b330c9cb0aa4930b42bf485c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 24 Feb 2006 09:18:17 -0800 Subject: autogen.sh: Pass --foreign option to automake so that it doesn't complain that ChangeLog does not exist. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 88ad4f74..57bf6011 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ PACKAGE=cairo LIBTOOLIZE=${LIBTOOLIZE-libtoolize} LIBTOOLIZE_FLAGS="--copy --force" AUTOHEADER=${AUTOHEADER-autoheader} -AUTOMAKE_FLAGS="--add-missing" +AUTOMAKE_FLAGS="--add-missing --foreign" AUTOCONF=${AUTOCONF-autoconf} # automake 1.8 requires autoconf 2.58 -- cgit v1.2.3