* configure.in: Check for sys/time.h and sys/timeb.h. Use

AC_HEADER_TIME.
This commit is contained in:
Pavel Roskin 2001-02-20 16:29:23 +00:00
parent cde914f99a
commit 4681719095
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-02-20 Pavel Roskin <proski@gnu.org>
* configure.in: Check for sys/time.h and sys/timeb.h. Use
AC_HEADER_TIME.
2001-02-07 Pavel Roskin <proski@gnu.org> 2001-02-07 Pavel Roskin <proski@gnu.org>
* autogen.sh: Create vfs/samba/include/stamp-h.in. * autogen.sh: Create vfs/samba/include/stamp-h.in.

View File

@ -75,9 +75,11 @@ aux*)
esac esac
AC_PROG_INSTALL AC_PROG_INSTALL
AC_CHECK_HEADERS(unistd.h string.h memory.h crypt.h grp.h limits.h malloc.h) AC_CHECK_HEADERS([unistd.h string.h memory.h crypt.h grp.h limits.h \
AC_CHECK_HEADERS(stdlib.h termios.h utime.h fcntl.h sys/statfs.h) malloc.h stdlib.h termios.h utime.h fcntl.h sys/statfs.h \
sys/time.h timeb.h])
AC_HEADER_TIME
AC_HEADER_SYS_WAIT AC_HEADER_SYS_WAIT
AC_HEADER_DIRENT AC_HEADER_DIRENT
AC_SHORT_D_NAME_LEN AC_SHORT_D_NAME_LEN