From b78a6481837a249c22d9fa1fd91484a4eda92365 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 4 Feb 2004 03:17:08 +0000 Subject: [PATCH] added check for wget version 0.28.193 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@790 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 f173828..4535451 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.28.192, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.28.193, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -55,6 +55,7 @@ AC_PATH_PROGS(PS, [ps], [/bin/ps], [ $check_paths ]) AC_PATH_PROGS(XSLTPROC, [xsltproc], [xsltproc]) AC_PATH_PROGS(SED, [sed], [sed]) AC_PATH_PROGS(CMP, [cmp], [cmp]) +AC_PATH_PROGS(WGET, [wget], [wget]) ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W]) ENSC_CHECK_CXX_FLAG([-ansi -Wall -pedantic -W -fmessage-length=0]) -- 1.8.1.5