From: Enrico Scholz Date: Fri, 17 Oct 2003 21:07:30 +0000 (+0000) Subject: add '#include "compat.h'" at bottom of config.h X-Git-Tag: VERSION_0_10~1200 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39faf15bb15637f94b61211e25b04bd2308349c7;p=util-vserver.git add '#include "compat.h'" at bottom of config.h version 0.23.191 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@210 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 277a70c..a486373 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.23.190.1, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.23.191, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -146,6 +146,6 @@ if false; then AC_DEFINE(HAVE_GROWING_STACK, [1], [Define to 1 if the stack is on growing addresses]) fi - +AH_BOTTOM([#include "compat.h"]) AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile]) AC_OUTPUT