* Makefile.in (Makefile): add dependency on config.status

* configure.in: support --with-gcc[=value], --without-gcc
* configure.in, acconfig.h, config.h.in: check for clock_t
This commit is contained in:
Guido van Rossum 1994-07-01 15:28:52 +00:00
parent 6dc31a1740
commit 32d8ba4b08
3 changed files with 24 additions and 0 deletions

View file

@ -9,6 +9,9 @@
(as it does on SCI ODT 3.0) */
#undef BAD_STATIC_FORWARD
/* Define to `long' if <time.h> doesn't define. */
#undef clock_t
/* Define if getpgrp() must be called as getpgrp(0)
and (consequently) setpgrp() as setpgrp(0, 0). */
#undef GETPGRP_HAVE_ARG