From: Enrico Scholz Date: Wed, 4 Feb 2004 03:17:08 +0000 (+0000) Subject: added check for wget X-Git-Tag: VERSION_0_10~755 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b78a6481837a249c22d9fa1fd91484a4eda92365;p=util-vserver.git 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 --- 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])