Commit 1ce6c073 authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Rafaël Carré

build: set automake flavour to foreign to avoid dirty tricks.

Using the foreign flavour you can forego the ABOUT-NLS file as well as
keep the custom INSTALL file.
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 0752b93c
...@@ -75,14 +75,8 @@ set -x ...@@ -75,14 +75,8 @@ set -x
### classic bootstrap stuff ### classic bootstrap stuff
### ###
# Automake complains if these are not present
echo > ABOUT-NLS
cp -f INSTALL INSTALL.git
autoreconf --install --force --verbose ${ACLOCAL_ARGS} autoreconf --install --force --verbose ${ACLOCAL_ARGS}
rm -f po/Makevars.template ABOUT-NLS rm -f po/Makevars.template
echo > ABOUT-NLS
mv -f INSTALL.git INSTALL
## ##
## files which need to be regenerated ## files which need to be regenerated
......
...@@ -24,7 +24,7 @@ AC_CANONICAL_BUILD ...@@ -24,7 +24,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_PRESERVE_HELP_ORDER AC_PRESERVE_HELP_ORDER
AM_INIT_AUTOMAKE(tar-ustar color-tests) AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
# Disable with "./configure --disable-silent-rules" or "make V=1" # Disable with "./configure --disable-silent-rules" or "make V=1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment