]> gcc.gnu.org Git - gcc.git/commit - gcc/configure.in
Patches from Fred Fish for systems with sys/varargs.h but not varargs.h.
authorFred Fish <fnf@ninemoons.com>
Fri, 12 Sep 1997 00:39:10 +0000 (00:39 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 12 Sep 1997 00:39:10 +0000 (17:39 -0700)
commit70988851ef04fed01f1e52527e654fff9196714b
tree9967e62cae8c7aa4d2496aab83dab8ebbff68935
parentf401679ee13670ae1201150c0ac1ff22b7b64f0a
Patches from Fred Fish for systems with sys/varargs.h but not varargs.h.

* protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
defined.  If not defined, include <sys/varargs.h> if
HAVE_SYS_VARARGS_H is defined.
* configure.in: Test for varargs.h and sys/varargs.h.
* configure: Regenerate with autoconf.
* config.in: Regenerate with autoheader.

From-SVN: r15420
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/protoize.c
This page took 0.059645 seconds and 5 git commands to generate.