From 1aef436272f90b41e4141c847d3ac0f53ddebae9 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 23 Jan 2004 20:51:55 +0000 Subject: [PATCH] version 0.27.199 added check for xsltproc git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@708 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 7ad09b7..8f6afd3 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -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.198, 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]) -- 1.8.1.5