X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fconfigure.ac;h=438aaf0ff8e59430ae1c4ca61566ea54afc32a92;hb=4d2c4b39698f7d18cde9329ebd2030d458c6eaa9;hp=be726e597922c985e18bb03847c843338642282a;hpb=758e648db4100f42ea1e05b7f118994e91930e53;p=util-vserver.git diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index be726e5..438aaf0 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.200, 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]) @@ -34,7 +34,7 @@ AM_MAINTAINER_MODE AC_CANONICAL_BUILD AC_CANONICAL_HOST -AC_SUBST(GPG_KEY, "0x7AE5D4B5922F7AF9!") +AC_SUBST(GPG_KEY, "0xFFD316AC53ACA43A!") # Checks for programs. AC_PROG_CXX @@ -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, [:])