+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
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
@example
LT_INIT
-AC_SUBST(LIBTOOL_DEPS)
+AC_SUBST([LIBTOOL_DEPS])
@end example
and, to @file{Makefile.in} or @file{Makefile.am}:
@example
LT_INIT
-LT_LANG(C++)
+LT_LANG([C++])
@end example
@example
@cindex LTLIBOBJS
@example
LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
-AC_SUBST(LTLIBOBJS)
+AC_SUBST([LTLIBOBJS])
@end example
@noindent
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
@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