diff options
author | Carl Worth <cworth@cworth.org> | 2006-02-24 09:18:17 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-02-24 09:18:17 -0800 |
commit | d0e02a948e83e3b1b330c9cb0aa4930b42bf485c (patch) | |
tree | 6814141d14396f1805a0f4b097f895a25a1489a2 /autogen.sh | |
parent | 0354956a09cf5a45feed256c1d880bbb9b7c7c42 (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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |