* configure.in: Don't use the canonical host name to decide
authorJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 08:01:41 +0000 (08:01 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 08:01:41 +0000 (08:01 +0000)
commit777b022a9e840b0ecd600e8b81cbfc4e1e492605
tree7f33e2e8cb1f6402465da329874cbf09947482be
parent83d1c666c3ed05be47c1cd819223419f4b942350
* configure.in: Don't use the canonical host name to decide
whether `bzero' and `usleep' have declarations --- that's going
back to the bad old days before autoconf.  Remove the call to
AC_CANONICAL_HOST and the subsequent case statement.
(GUILE_FUNC_DECLARED): New m4 macro.  Use it to check for
declarations for `bzero', `usleep', and (new!) `strptime'.
* acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
(MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
Added.  I think this naming convention is more consistent with the
rest of autoconf; names generally describes the system, not what
the package should do to accomodate the system.
* configure: Regenerated.
acconfig.h
configure
configure.in