mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 19:30:10 +01:00
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>
This commit is contained in:
parent
f3a1ee5edd
commit
25317dbd88
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue