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-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.
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.
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.
# 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