runlibcgrouptest have to set the path to config.h properly thus it have
to be configurable
CHANGELOG v1:
* remove obsolete TODO comment
* add runlibcgrouptest.sh to configure.in
Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-By: Jan Safranek <jsafrane@redhat.com>
tests/tools/cgconfigparser/Makefile
tests/tools/cgclassify/Makefile
tests/tools/multimount/Makefile
+ tests/runlibcgrouptest.sh
src/Makefile
src/daemon/Makefile
src/tools/Makefile
#
# TODO path to config.h have to be set properly
-OPAQUE_HIERARCHY=`grep "OPAQUE_HIERARCHY" ../config.h |\
+OPAQUE_HIERARCHY=`grep "OPAQUE_HIERARCHY" @abs_top_srcdir@/config.h |\
cut -d" " -f3 | sed 's|\"||g'`
DEBUG=false; # for debug messages
FS_MOUNTED=0; # 0 for not mounted, 1 for mounted, 2 for multimounted