From bb457f07cbdae05f9b99eee803f851e26df0ad71 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 15 Feb 2005 22:24:52 +0000 Subject: [PATCH] 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 --- util-vserver/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, [:]) -- 1.8.1.5