]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Revamp AC_FUNC_SELECT_ARGTYPES.
authorAkim Demaille <akim@epita.fr>
Wed, 15 Mar 2000 09:55:21 +0000 (09:55 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 15 Mar 2000 09:55:21 +0000 (09:55 +0000)
commitcbccb222a2cfbcf9bcf35d71baed9c80cdfb19e8
tree385848d6a9a602d8c2496abd3520a1e05db6cb51
parentdab489eba677107a4785f92e9e8c70e6f3d9213b
Revamp AC_FUNC_SELECT_ARGTYPES.

* acspecific.m4 (AC_FUNC_SELECT_ARGTYPES): Use a single cache
variable instead of three.
Use AC_CACHE_CHECK.
Shorten the name of the var loops, they are no longer cached.
Include sys/types.h unconditionally.
`select' returns an int, fixes Autoconf/46.
Don't display parens in the user messages.
ChangeLog
acspecific.m4
lib/autoconf/specific.m4