mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-13 14:36:50 +08:00
Fix typo.
* doc/autoconf.texi (Shell Substitutions): Drop at_ prefix. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
cc73f00e18
commit
684d299c1d
@ -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.
|
||||
|
||||
|
@ -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 "$@@"`
|
||||
@}
|
||||
|
Loading…
x
Reference in New Issue
Block a user