summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYuanhan Liu <yuanhan.liu@linux.intel.com>2012-05-30 20:55:22 +0800
committerChris Wilson <chris@chris-wilson.co.uk>2012-05-30 14:02:21 +0100
commit25317dbd88e96bb49fa760b50fe705a6a79ee2ec (patch)
tree2c5d6c91c89ddcd010f3dcae0a30e5a3feaa9fee /configure.ac
parentf3a1ee5edd1a46e3c316d8555262bce556bc1480 (diff)
configure.ac: remove annoying change of INSTALL file
Every time we run ./autogen.sh, the INSTALL file would be replace by /usr/share/automake-1.11/INSTALL, which changes the file. This is very annoying since it messes up the result of 'git diff' and git always wants to commit it. Declare it as foreign would fix this annoying issue. Since it's not a GNU project, it makes sense to do so. Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b1f3c4b..0fd1da1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_SRCDIR(src/cairo.h)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([1.11 -Wall no-define no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([1.11 foreign -Wall no-define no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])
# Initialize libtool