Remove this file as it is not used.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
+++ /dev/null
-#!/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