X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fconfigure.ac;h=c59208d956b910e4a1592ac97640460f8c732a9b;hb=b841ac32fb251f6349b4ff18b5a1b7139313b95b;hp=cbe0a30e49bbb81ac714b330924c004322a34cda;hpb=a8399bd9ead457337f37b8f168c21e1e6b3c6cf8;p=util-vserver.git diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index cbe0a30..c59208d 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.30.202, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.30.204, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -50,12 +50,12 @@ ENSC_C99COMPILER ENSC_SET_SEARCHPATH([$PATH:/sbin:/usr/sbin:/usr/local/sbin]) ENSC_PATHPROG_STANDARD_TOOLS -ENSC_PATHPROG(IP, ip) +ENSC_PATHPROG(IP, ip,, [Usually, this tool is shipped in the 'iproute' or 'iproute2' package of your distribution]) ENSC_PATHPROG(IPTABLES, iptables) ENSC_PATHPROG(MODPROBE, modprobe) ENSC_PATHPROG(NAMEIF, nameif) ENSC_PATHPROG(RMMOD, rmmod) -ENSC_PATHPROG(VCONFIG, vconfig) +ENSC_PATHPROG(VCONFIG, vconfig,, [See http://www.candelatech.com/~greear/vlan.html; usually this tool is shipped in the 'vconfig' or 'vlan' package of your distribution]) ENSC_PATHPROG(WGET, wget) ENSC_PATHPROG(DOXYGEN, doxygen, [:])