Fix typo.

* doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.

Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
Eric Blake 2008-05-06 09:57:48 -06:00
parent cc73f00e18
commit 684d299c1d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-05-06 Eric Blake <ebb9@byu.net>
Fix typo.
* doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
Avoid overfull \hbox.
* doc/autoconf.texi (Versioning): Reword to fit line size.

View File

@ -13234,7 +13234,7 @@ if ( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then
func_arith_result=$(( $* ))
@}'
else
at_func_arith ()
func_arith ()
@{
func_arith_result=`expr "$@@"`
@}