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

complain that ChangeLog does not exist.
This commit is contained in:
Carl Worth 2006-02-24 09:18:17 -08:00
parent 0354956a09
commit d0e02a948e

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