[cairo-commit] Changes to 'master'
Carl Worth
cworth at kemper.freedesktop.org
Fri Feb 24 09:19:49 PST 2006
autogen.sh | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree d0e02a948e83e3b1b330c9cb0aa4930b42bf485c (from 0354956a09cf5a45feed256c1d880bbb9b7c7c42)
Author: Carl Worth <cworth at cworth.org>
Date: Fri Feb 24 09:18:17 2006 -0800
autogen.sh: Pass --foreign option to automake so that it doesn't
complain that ChangeLog does not exist.
diff --git a/autogen.sh b/autogen.sh
index 88ad4f7..57bf601 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
More information about the cairo-commit
mailing list