X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fconfigure.ac;h=d4ddba8c8812ca69169f596121909303585954d7;hb=d1f6700736a2d4a29515e883ddd741b0580ec066;hp=7453a40cff47560ed01ff93fd0af5afe5e497e0f;hpb=c795554b843b6eae8850bd28bc9ce2aa22b94761;p=util-vserver.git diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 7453a40..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.195, 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]) @@ -56,6 +56,8 @@ AC_PATH_PROGS(XSLTPROC, [xsltproc], [xsltproc]) 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]) @@ -187,7 +189,10 @@ test x"$ensc_cv_c99_c99compiler" = xno || ensc_c99_affected= test x"$ensc_have_dietlibc" = xno || ensc_diet_msg= test x"$ensc_have_dietlibc$ensc_cv_c_dietlibc_compat" = xyesyes || ensc_diet_compat_msg= -FEATURES_TXT="Features: +AH_BOTTOM([#include "compat.h"]) +AC_CONFIG_COMMANDS_PRE([ + FEATURES_TXT="\ +Features: CC: $CC, $($CC --version | sed -e '1p;d') CXX: $CXX, $($CXX --version | sed -e '1p;d') CPPFLAGS: '$CPPFLAGS' @@ -207,13 +212,13 @@ Paths: sysconf-Directory: $sysconfdir cfg-Directory: $sysconfdir/vservers initrd-Directory: $initrddir + pkgstate-Directory: $localstatedir/run/vservers Kernelheaders: $kernelincludedir vserver-Rootdir: $vserverdir " - -AH_BOTTOM([#include "compat.h"]) -AC_CONFIG_COMMANDS_PRE([echo "$FEATURES_TXT" >FEATURES.txt]) -AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile]) + echo "$FEATURES_TXT" >FEATURES.txt + ]) +AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile lib/apidoc/Doxyfile]) AC_OUTPUT AC_MSG_NOTICE([