Ticket #2998 (closed defect: fixed)
configure.ac cleanups
Reported by: | Adrian Bunk | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 4.8.9 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Remove tests whose results are not used:
- AC_CHECK_HEADERS of unistd.h, fcntl.h, sys/time.h, sys/types.h
- AC_HEADER_MAJOR
- AC_HEADER_TIME
- AC_HEADER_DIRENT
- AC_CHECK_FUNCS of isascii, statfs, sysconf, tcgetattr,
tcsetattr, ftruncate
- AC_FUNC_STRCOLL
AC_C_CONST is obsolete, today it is safe to assume all C compilers
support at least C89.
The INTERACTIVE UNIX that needed AC_ISC_POSIX is long dead.
Attachments
Change History
Changed 12 years ago by Adrian Bunk
- Attachment 0001-configure.ac-cleanups.patch added
comment:3 Changed 11 years ago by slavazanko
- Status changed from new to closed
- Resolution set to fixed
Applied as part of #2990.
changeset:73588a1a59eb22fc02d7f6a1b7951e60ed4d6641
Note: See
TracTickets for help on using
tickets.
patch