diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-03-24 02:50:35 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-03-24 02:50:35 +0100 |
commit | 0210e65f3b2c7fa773633f7c48a871a3995b762a (patch) | |
tree | e3540276e9e66000012154c78025a418887d676c | |
parent | build: use libtool for linking the library, and link lxc-init statically. (diff) | |
download | lxc-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.
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | NEWS | 0 | ||||
-rw-r--r-- | RELEASE-NOTES | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 887e300..4ca04a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,13 +4,10 @@ ACLOCAL_AMFLAGS = -I config SUBDIRS = src templates doc DIST_SUBDIRS = config src templates doc -EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog +EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS pcdatadir = $(datadir)/pkgconfig pcdata_DATA = lxc.pc -ChangeLog:: - @touch ChangeLog - rpm: dist rpmbuild --clean -ta --define "ksrc ${LINUX_DIR}" ${distdir}.tar.gz diff --git a/RELEASE-NOTES b/RELEASE-NOTES deleted file mode 100644 index e69de29..0000000 --- a/RELEASE-NOTES +++ /dev/null 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 |