cleanups
[util-vserver.git] / util-vserver / configure.ac
index 5cf6d32..8f6afd3 100644 (file)
@@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program.
 dnl  
 
 AC_PREREQ(2.57)
-AC_INIT(util-vserver, 0.27.197, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.27.199, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -51,6 +51,7 @@ AC_PATH_PROGS(NICE,    [nice],    [nice],        [ $check_paths ])
 AC_PATH_PROGS(VCONFIG, [vconfig], [vconfig],     [ $check_paths ])
 AC_PATH_PROGS(WC,      [wc],      [wc],          [ $check_paths ])
 AC_PATH_PROGS(PS,      [ps],      [/bin/ps],     [ $check_paths ])
+AC_PATH_PROGS(XSLTPROC, [xsltproc], [xsltproc],  [ $check_paths ])
 
 
 ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W])