Ticket #2998 (closed defect: fixed)

Opened 11 years ago

Last modified 11 years ago

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

0001-configure.ac-cleanups.patch (2.3 KB) - added by Adrian Bunk 11 years ago.
patch

Change History

Changed 11 years ago by Adrian Bunk

patch

comment:1 Changed 11 years ago by andrew_b

  • Keywords patch removed
  • Blocked By 2990 added

comment:2 Changed 11 years ago by slavazanko

  • Blocked By 2990 removed

comment:3 Changed 11 years ago by slavazanko

  • Status changed from new to closed
  • Resolution set to fixed
Last edited 11 years ago by andrew_b (previous) (diff)

comment:4 Changed 11 years ago by andrew_b

  • Milestone changed from Future Releases to 4.8.9
Note: See TracTickets for help on using tickets.