do not redefine 'LIBTOOL'; the '--tag' causes problems on install
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 18 Feb 2004 04:39:22 +0000 (04:39 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 18 Feb 2004 04:39:22 +0000 (04:39 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@930 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/Makefile.am
util-vserver/configure.ac

index 6ad63d6..9f36248 100644 (file)
@@ -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
index f019ce6..5494f88 100644 (file)
@@ -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([