mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
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:
parent
cffdc39470
commit
dcd879464e
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user