aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-03-24 02:50:35 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-03-24 02:50:35 +0100
commit0210e65f3b2c7fa773633f7c48a871a3995b762a (patch)
treee3540276e9e66000012154c78025a418887d676c /configure.ac
parentbuild: use libtool for linking the library, and link lxc-init statically. (diff)
downloadlxc-0210e65f3b2c7fa773633f7c48a871a3995b762a.tar.gz
lxc-0210e65f3b2c7fa773633f7c48a871a3995b762a.tar.bz2
lxc-0210e65f3b2c7fa773633f7c48a871a3995b762a.zip
build: use foreign automake flavor.
This allows to stop keeping 0-sized files around just for the sake of automake not complaining about them missing.
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 8c0864a..9dc1c75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([lxc], [0.8.0-rc2])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([config])
AM_CONFIG_HEADER([src/config.h])
-AM_INIT_AUTOMAKE([-Wno-portability])
+AM_INIT_AUTOMAKE([-Wno-portability foreign])
AC_CANONICAL_HOST
AM_PROG_CC_C_O
AC_GNU_SOURCE