From: Ossama Othman Date: Sun, 19 Aug 2001 20:20:25 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Corrected and improved X-Git-Tag: release-1-4d~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=354927a468561d160462214d283f050eb5bc20cd;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 4df4c6a7c..6d70bd69f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-08-19 Ossama Othman + + * 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 * ltmain.in: Do not remove -lm from deplibs for OpenBSD. diff --git a/doc/libtool.texi b/doc/libtool.texi index 3973564f3..9217abf2c 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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. diff --git a/libtool.m4 b/libtool.m4 index fc0c24b9c..62aa59101 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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