From: Enrico Scholz Date: Wed, 18 Feb 2004 04:39:22 +0000 (+0000) Subject: do not redefine 'LIBTOOL'; the '--tag' causes problems on install X-Git-Tag: VERSION_0_10~631 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6731dc6b9ee0d414281b156317e5b95c622acdd3;p=util-vserver.git do not redefine 'LIBTOOL'; the '--tag' causes problems on install git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@930 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/Makefile.am b/util-vserver/Makefile.am index 6ad63d6..9f36248 100644 --- a/util-vserver/Makefile.am +++ b/util-vserver/Makefile.am @@ -93,7 +93,6 @@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = $(src_OPTIONS_EXEMPT) \ LIBTOOL_CC = @LIBTOOL@ --tag CC LIBTOOL_CXX = @LIBTOOL@ --tag CXX -LIBTOOL = $(LIBTOOL_CC) if USE_DIETLIBC DIET = diet diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index f019ce6..5494f88 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -182,13 +182,13 @@ AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile]) AC_OUTPUT ensc_cxx_affected=" (affected: vbuild, vcheck)" -ensc_c99_affected=" (affected: vunify)" +ensc_c99_affected=" (affected: vunify, vcopy)" ensc_diet_msg=" (you have been warned)" -ensc_diet_compat_msg=" (use -lcompat)" +ensc_diet_compat_msg=" (using -lcompat)" test x"$ensc_cv_cxx_cxxcompiler" = xno || ensc_cxx_affected= test x"$ensc_cv_c99_c99compiler" = xno || ensc_c99_affected= test x"$ensc_have_dietlibc" = xno || ensc_diet_msg= -test x"$ensc_cv_c_dietlibc_compat" != xno || ensc_diet_compat_msg= +test x"$ensc_have_dietlibc$ensc_cv_c_dietlibc_compat" = xyesyes || ensc_diet_compat_msg= AC_MSG_NOTICE([