mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* lib/autoconf/c.m4:
(AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN. * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): Do not pass a first argument with leading '-' to expr, by parenthesizing initial integers that might be negative.
This commit is contained in:
parent
99ba592715
commit
307d40fa4f
@ -1,5 +1,12 @@
|
||||
2001-09-18 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* lib/autoconf/c.m4:
|
||||
(AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
|
||||
|
||||
* lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
|
||||
Do not pass a first argument with leading '-'
|
||||
to expr, by parenthesizing initial integers that might be negative.
|
||||
|
||||
* doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
|
||||
now merely checks whether it is an error to pass an argument
|
||||
to getpgrp.
|
||||
|
Loading…
Reference in New Issue
Block a user