mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* configure.in: Check for sys/time.h and sys/timeb.h. Use
AC_HEADER_TIME.
This commit is contained in:
parent
cde914f99a
commit
4681719095
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user