From 39faf15bb15637f94b61211e25b04bd2308349c7 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 17 Oct 2003 21:07:30 +0000 Subject: [PATCH] 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 --- util-vserver/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.1.5