From: Eric Blake Date: Thu, 24 Jan 2008 04:08:37 +0000 (+0000) Subject: Add proper quoting to doc examples. X-Git-Tag: release-2-1b~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f3505202c47311318cc1335193f7d7da6d613b2;p=thirdparty%2Flibtool.git Add proper quoting to doc examples. * doc/libtool.texi: Use m4 quotes where appropriate. (Test descriptions): Fix truncated sentence. --- diff --git a/ChangeLog b/ChangeLog index d82dafcc7..8779e1d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-24 Eric Blake + + 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 * Makefile.am (DISTCLEANFILES): Remove libtool.dvi generated diff --git a/doc/libtool.texi b/doc/libtool.texi index 271912dbe..843754eab 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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