autogen.sh: Pass --foreign option to automake so that it doesn't

complain that ChangeLog does not exist.
(cherry picked from d0e02a948e commit)
This commit is contained in:
Carl Worth 2006-02-24 09:18:17 -08:00 committed by Behdad Esfahbod
parent 35d7810f7b
commit 286cfe2c9e

View file

@ -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