From: Daniel Lezcano Date: Wed, 12 May 2010 21:44:28 +0000 (+0200) Subject: whitespace cleanup in configure.ac X-Git-Tag: lxc-0.7.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288063bd0756250ffb9a736fa075acba2249202e;p=thirdparty%2Flxc.git whitespace cleanup in configure.ac Mindless changes by removing whitespace. Signed-off-by: Daniel Lezcano --- diff --git a/configure.ac b/configure.ac index 4c8c50f4b..c6cac115d 100644 --- a/configure.ac +++ b/configure.ac @@ -55,9 +55,9 @@ AC_DEFINE_UNQUOTED(LXCPATH, "$LXCPATH") AC_DEFINE_UNQUOTED(LXCLIBEXECDIR, "$LIBEXECDIR") AC_CHECK_HEADERS([linux/netlink.h linux/genetlink.h], - [], - AC_MSG_ERROR([netlink headers not found. Please install the linux kernel headers.]), - [#include + [], + AC_MSG_ERROR([netlink headers not found. Please install the linux kernel headers.]), + [#include ]) AC_CHECK_HEADERS([sys/capability.h], [], AC_MSG_ERROR([please install libcap-devel.]), @@ -76,12 +76,12 @@ if test "x$GCC" = "xyes"; then fi AC_CONFIG_FILES([ - Makefile + Makefile lxc.pc lxc.spec - config/Makefile + config/Makefile - doc/Makefile + doc/Makefile doc/lxc-create.sgml doc/lxc-destroy.sgml doc/lxc-execute.sgml @@ -116,7 +116,7 @@ AC_CONFIG_FILES([ scripts/lxc-fedora scripts/lxc-sshd - src/Makefile + src/Makefile src/lxc/Makefile src/lxc/lxc-ps src/lxc/lxc-ls