added getxidtype.c
[util-vserver.git] / util-vserver / configure.ac
index a33d760..438aaf0 100644 (file)
@@ -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.30.199, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.30.204, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])
 
@@ -34,7 +34,7 @@ AM_MAINTAINER_MODE
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
-AC_SUBST(GPG_KEY, "0x7AE5D4B5922F7AF9!")
+AC_SUBST(GPG_KEY, "0xFFD316AC53ACA43A!")
 
 # Checks for programs.
 AC_PROG_CXX
@@ -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,  [:])
@@ -182,6 +182,8 @@ AC_CHECK_DECLS(MS_MOVE,,,[#include <linux/fs.h>])
 AC_CHECK_TYPES(xid_t,,,[#include <sys/types.h>])
 AC_CHECK_TYPES(nid_t,,,[#include <sys/types.h>])
 
+AC_CHECK_HEADERS([sys/capability.h])
+
 dnl BIG HACK! Do some autodetection here!
 AC_DEFINE(UTMP_GID, [22], [The utmp gid-number])