From d7c92846076c7c0538d89dfbac4dfc3b2c66efd0 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Wed, 15 Dec 1999 01:03:19 +0000 Subject: [PATCH] More autoconf updates --- ChangeLog | 4 +++- config.h.bot | 4 ++++ configure.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8dde0fb..65e3b220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ Wed Dec 15 00:18:30 CET 1999 Wichert Akkerman - * Add option to disable building dselect + * configure.in: Add option to disable building dselect + * configure.in: Test for ptrdiff_t and stddef.h + * config.h.bot: iclude stddef.h if it exists * Add config.sub and config.guess Tue Dec 14 20:08:58 CET 1999 Wichert Akkerman diff --git a/config.h.bot b/config.h.bot index c62fdbd6..9c6e9ec5 100644 --- a/config.h.bot +++ b/config.h.bot @@ -5,6 +5,10 @@ #include #endif +#ifdef HAVE_STDDEF_H +#include +#endif + /* Use the definitions: */ /* Give us an unsigned 32-bit data type. */ diff --git a/configure.in b/configure.in index bca3fcfc..b1e15115 100644 --- a/configure.in +++ b/configure.in @@ -85,7 +85,7 @@ AC_CHECK_SIZEOF(unsigned long) AC_CHECK_SIZEOF(unsigned int) AC_CHECK_TYPE(ptrdiff_t,int) AC_CHECK_FUNCS(unsetenv alphasort scandir strerror strsignal strtoul vsnprintf lchown) -AC_CHECK_HEADERS(sys/cdefs.h sys/sysinfo.h syslog.h) +AC_CHECK_HEADERS(sys/cdefs.h sys/sysinfo.h syslog.h stddef.h) AC_CHECK_HEADERS(error.h hurd.h ps.h hurd/ihash.h) AC_CHECK_LIB(shouldbeinlibc, fmt_past_time) -- 2.39.5