From: Enrico Scholz Date: Tue, 3 Feb 2004 12:59:25 +0000 (+0000) Subject: use ENSC_C99COMPILER X-Git-Tag: VERSION_0_10~786 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49dfcf2339206e84b63f4061ea6721ff2ec9b94;p=util-vserver.git use ENSC_C99COMPILER give out summary at end of ./configure git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@759 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index e68f35c..03cd33e 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -40,6 +40,7 @@ dnl AC_PROG_RANLIB AC_PROG_LIBTOOL AM_PROG_CC_C_O ENSC_CXXCOMPILER +ENSC_C99COMPILER check_paths=$PATH:/sbin:/usr/sbin:/usr/local/sbin AC_PATH_PROGS(AWK, [awk], [awk], [ $check_paths ]) @@ -162,3 +163,23 @@ fi AH_BOTTOM([#include "compat.h"]) AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile]) AC_OUTPUT + +AC_MSG_NOTICE([ + +$PACKAGE_STRING + +Features: + Use dietlibc: $ensc_have_dietlibc + Build C++ programs: $ensc_cv_cxx_cxxcompiler + Build C99 programs: $ensc_cv_c99_c99compiler + Available APIs: $enable_apis + ext2fs Source: $ensc_cv_test_ext2fs_header + +Paths: + prefix: $prefix + sysconf-Directory: $sysconfdir + cfg-Directory: $sysconfdir/vservers + initrd-Directory: $initrddir + Kernelheaders: $kernelincludedir + vserver-Rootdir: $vserverdir +])