* libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Corrected and improved

error message that is displayed when there was a problem
  compiling the C++ test program.  It still mentioned the now
  non-existent `ltcf-cxx.sh' file.

* doc/libtool.texi (LTDL_SET_PRELOADED_SYMBOLS): Removed
  parentheses at end of starting "defmac" line, as pointed out by
  makeinfo.
This commit is contained in:
Ossama Othman 2001-08-19 20:20:25 +00:00 committed by Ossama Othman
parent d950a2a308
commit 354927a468
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
2001-08-19 Ossama Othman <ossama@uci.edu>
* libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Corrected and improved
error message that is displayed when there was a problem
compiling the C++ test program. It still mentioned the now
non-existent `ltcf-cxx.sh' file.
* doc/libtool.texi (LTDL_SET_PRELOADED_SYMBOLS): Removed
parentheses at end of starting "defmac" line, as pointed out by
makeinfo.
2001-08-18 Brad <brad@comstyle.com>
* ltmain.in: Do not remove -lm from deplibs for OpenBSD.

View File

@ -2811,7 +2811,7 @@ macro @code{LTDL_SET_PRELOADED_SYMBOLS}.
Return 0 on success.
@end deftypefun
@defmac LTDL_SET_PRELOADED_SYMBOLS()
@defmac LTDL_SET_PRELOADED_SYMBOLS
Set the default list of preloaded symbols.
Should be used in your program to initialize libltdl's
list of preloaded modules.

4
libtool.m4 vendored
View File

@ -1422,7 +1422,7 @@ if test -f "$ltmain" && test -n "$tagnames"; then
if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
then
AC_MSG_ERROR([tag name $tagname already exists])
AC_MSG_ERROR([tag name \"$tagname\" already exists])
fi
# Update the list of available tags.
@ -3049,7 +3049,7 @@ if AC_TRY_EVAL(ac_compile); then
# Clean up.
rm -f a.out
else
echo "ltcf-cxx.sh: error: problem compiling test program"
echo "libtool.m4: error: problem compiling C++ test program"
fi
$rm -f confest.$objext