From: Enrico Scholz Date: Tue, 15 Feb 2005 22:24:52 +0000 (+0000) Subject: added information where the 'ip' and 'vconfig' programs can be found X-Git-Tag: IPSENTINEL_VERSION_0_12~133 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb457f07cbdae05f9b99eee803f851e26df0ad71;p=util-vserver.git added information where the 'ip' and 'vconfig' programs can be found git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1861 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 6bbb04c..22267ba 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -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, [:])