mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-29 16:00:39 +02:00
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:
parent
35d7810f7b
commit
286cfe2c9e
1 changed files with 1 additions and 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue