]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Corrected and improved
authorOssama Othman <ossama@uci.edu>
Sun, 19 Aug 2001 20:20:25 +0000 (20:20 +0000)
committerOssama Othman <ossama@debian.org>
Sun, 19 Aug 2001 20:20:25 +0000 (20:20 +0000)
  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.

ChangeLog
doc/libtool.texi
libtool.m4

index 4df4c6a7cba573598c9509e9e3a11d812b869370..6d70bd69fa0763974a36e46952a50581d88797f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3973564f388ca6e3cfaaaf8e9653fd12aa06946f..9217abf2c181501b77574f296d099f6a12db75bd 100644 (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.
index fc0c24b9c716d7ae8103b7ce32a5aaa9d582e75f..62aa5910128e8683359725a3ac401bf1566010df 100644 (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