Fix typo in docs.

* doc/autoconf.texi (Conditional constructs) <m4_ifblank>: Fix
typo.

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eric Blake 2010-03-02 12:15:56 -07:00
parent cffdc39470
commit dcd879464e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -11682,7 +11682,7 @@ variants exist, in order to make it easier to select the correct logical
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