summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-02-24 09:18:17 -0800
committerBehdad Esfahbod <behdad@home.(none)>2006-03-15 10:32:49 -0500
commit286cfe2c9ea308a99ff48dcd33708f686e0fc7b8 (patch)
tree2def4e9e5be5098e547ae480ffa77802665630e1
parent35d7810f7bb43dd72675207a2f4d379a76c34e5f (diff)
autogen.sh: Pass --foreign option to automake so that it doesn't
complain that ChangeLog does not exist. (cherry picked from d0e02a948e83e3b1b330c9cb0aa4930b42bf485c commit)
-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