]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
remove lxc-config file
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 10 Jun 2009 17:04:41 +0000 (19:04 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 10 Jun 2009 17:04:41 +0000 (19:04 +0200)
Remove this file as it is not used.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc-config.in [deleted file]

diff --git a/src/lxc/lxc-config.in b/src/lxc/lxc-config.in
deleted file mode 100644 (file)
index 547e649..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@DATADIR@/pkgconfig
-
-echo "lxc version: $(pkg-config --modversion lxc)"
-echo "libdir     : $(pkg-config --variable=libdir lxc)"
-echo "bindir     : $(pkg-config --variable=bindir lxc)"
-echo "includedir : $(pkg-config --variable=includedir lxc)"
-echo "statedir   : $(pkg-config --variable=localstatedir lxc)"
-echo "libs       : $(pkg-config --libs lxc)"
-
-if [ "$(pkg-config --cflags lxc)" != " " ]; then
-    echo "cflags     : $(pkg-config --cflags lxc)"
-fi
\ No newline at end of file