From 073bcc43c46e26bba491c4b869841235c0d307f8 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 18 Mar 2004 05:26:08 +0000 Subject: [PATCH] look for tar git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1286 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 7ba5043..d4ddba8 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.29.202, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.29.203, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -57,6 +57,7 @@ AC_PATH_PROGS(SED, [sed], [sed]) AC_PATH_PROGS(CMP, [cmp], [cmp]) AC_PATH_PROGS(WGET, [wget], [wget]) AC_PATH_PROGS(DOXYGEN, [doxygen], [:]) +AC_PATH_PROGS(TAR, [tar]) ENSC_CHECK_CC_FLAG([-std=c99 -Wall -pedantic -W]) ENSC_CHECK_CXX_FLAG([-ansi -Wall -pedantic -W -fmessage-length=0]) -- 1.8.1.5