cleanups in the verbosity code
[util-vserver.git] / util-vserver / configure.ac
index 7ba5043..d4ddba8 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.29.202, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.29.203, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -57,6 +57,7 @@ AC_PATH_PROGS(SED,      [sed],      [sed])
 AC_PATH_PROGS(CMP,      [cmp],      [cmp])
 AC_PATH_PROGS(WGET,     [wget],     [wget])
 AC_PATH_PROGS(DOXYGEN,  [doxygen],  [:])
+AC_PATH_PROGS(TAR,      [tar])
 
 ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W])
 ENSC_CHECK_CXX_FLAG([-ansi   -Wall -pedantic -W -fmessage-length=0])