summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-02-24 09:18:17 -0800
committerCarl Worth <cworth@cworth.org>2006-02-24 09:18:17 -0800
commitd0e02a948e83e3b1b330c9cb0aa4930b42bf485c (patch)
tree6814141d14396f1805a0f4b097f895a25a1489a2 /autogen.sh
parent0354956a09cf5a45feed256c1d880bbb9b7c7c42 (diff)
autogen.sh: Pass --foreign option to automake so that it doesn't
complain that ChangeLog does not exist.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 88ad4f74b..57bf60111 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