add '#include "compat.h'" at bottom of config.h
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 17 Oct 2003 21:07:30 +0000 (21:07 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 17 Oct 2003 21:07:30 +0000 (21:07 +0000)
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

index 277a70c..a486373 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.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