2 # Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
10 # Obsolete Automake macros.
12 # We put here only the macros whose substitution is not an Automake
13 # macro; otherwise including this file would trigger dependencies for
14 # all the substitutions. Generally, obsolete Automake macros are
15 # better AU_DEFUNed in the same file as their replacement, or alone in
16 # a separate file (see obsol-gt.m4 or obsol-lt.m4 for instance).
18 AU_DEFUN([AC_FEATURE_CTYPE], [AC_HEADER_STDC])
19 AU_DEFUN([AC_FEATURE_ERRNO], [AC_REPLACE_FUNCS([strerror])])
20 AU_DEFUN([AM_CYGWIN32], [AC_CYGWIN])
21 AU_DEFUN([AM_EXEEXT], [AC_EXEEXT])
22 AU_DEFUN([AM_FUNC_MKTIME], [AC_FUNC_MKTIME])
23 AU_DEFUN([AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL],
24 [AC_HEADER_TIOCGWINSZ])
25 AU_DEFUN([AM_MINGW32], [AC_MINGW32])
26 AU_DEFUN([AM_PROG_INSTALL], [AC_PROG_INSTALL])
27 AU_DEFUN([AM_SANITY_CHECK_CC], [AC_PROG_CC])
28 AU_DEFUN([AM_SYS_POSIX_TERMIOS], [AC_SYS_POSIX_TERMIOS])
29 AU_DEFUN([fp_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
30 AU_DEFUN([fp_PROG_INSTALL], [AC_PROG_INSTALL])
31 AU_DEFUN([md_TYPE_PTRDIFF_T], [AC_CHECK_TYPES([ptrdiff_t])])
33 # Don't know how to translate these.
34 # If used, Autoconf will complain that they are possibly unexpended;
35 # this seems a good enough error message.