* doc/autoconf.texi (Conditional constructs) <m4_ifblank>: Fix
typo.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-03-02 Eric Blake <eblake@redhat.com>
+
+ Fix typo in docs.
+ * doc/autoconf.texi (Conditional constructs) <m4_ifblank>: Fix
+ typo.
+
2010-03-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix AS_ERROR for FreeBSD sh.
sense when using only two parameters. Note that this is more efficient
than the equivalent behavior of:
@example
-m4_ifval(m4_normalize([@var{cond}]), @var{if-text}, @var{if-cond})
+m4_ifval(m4_normalize([@var{cond}]), @var{if-text}, @var{if-blank})
@end example
@end defmac