]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add proper quoting to doc examples.
authorEric Blake <ebb9@byu.net>
Thu, 24 Jan 2008 04:08:37 +0000 (04:08 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 24 Jan 2008 04:08:37 +0000 (04:08 +0000)
* doc/libtool.texi: Use m4 quotes where appropriate.
(Test descriptions): Fix truncated sentence.

ChangeLog
doc/libtool.texi

index d82dafcc7e639c6d7b17b9c8a97ce4163357009f..8779e1d858179514e6e20478adb26e41ffbd7d09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-24  Eric Blake  <ebb9@byu.net>
+
+       Add proper quoting to doc examples.
+       * doc/libtool.texi: Use m4 quotes where appropriate.
+       (Test descriptions): Fix truncated sentence.
+
 2008-01-18  Gary V. Vaughan  <gary@gnu.org>
 
        * Makefile.am (DISTCLEANFILES): Remove libtool.dvi generated
index 271912dbe420b1f6fc34c63a935b2fdef8f0af12..843754eab7cb121cb603fedc1dce40bb86f48a51 100644 (file)
@@ -1878,7 +1878,7 @@ version of Libtool used for @code{LT_INIT} is earlier than
 error output and exit with failure (exit status is 63).  For example:
 
 @example
-LT_PREREQ(@value{VERSION})
+LT_PREREQ([@value{VERSION}])
 @end example
 @end defmac
 
@@ -1935,7 +1935,7 @@ out-of-date.  In order to do that, add to your @file{configure.ac}:
 
 @example
 LT_INIT
-AC_SUBST(LIBTOOL_DEPS)
+AC_SUBST([LIBTOOL_DEPS])
 @end example
 
 and, to @file{Makefile.in} or @file{Makefile.am}:
@@ -2037,7 +2037,7 @@ language support to Libtool.
 
 @example
 LT_INIT
-LT_LANG(C++)
+LT_LANG([C++])
 @end example
 
 @example
@@ -2453,7 +2453,7 @@ People used to add code like the following to their
 @cindex LTLIBOBJS
 @example
 LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
-AC_SUBST(LTLIBOBJS)
+AC_SUBST([LTLIBOBJS])
 @end example
 
 @noindent
@@ -4462,7 +4462,7 @@ if test "x$with_included_ltdl" != "xyes"; then
   LDFLAGS="$LDFLAGS $LIBLTDL"
   AC_CHECK_LIB([ltdl], [lt_dladvise_init],
                [],
-       [AC_MSG_ERROR(installed libltdl is too old)])
+       [AC_MSG_ERROR([installed libltdl is too old])])
   LDFLAGS="$save_LDFLAGS"
   CFLAGS="$save_CFLAGS"
 fi
@@ -4976,7 +4976,7 @@ Check whether we can actually get help for libtool.
 
 @item objectlist.test
 @pindex objectlist.test
-Check that a nonexistent objectlist file is properly 
+Check that a nonexistent objectlist file is properly detected.
 
 @item pdemo-conf.test
 @itemx pdemo-exec.test