maint: post-release minor version bump
[platform/upstream/automake.git] / m4 / obsolete.m4
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
3 #
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.
7
8 # Obsolete Automake macros.
9
10 # We put here only the macros whose substitution is not an Automake
11 # macro; otherwise including this file would trigger dependencies for
12 # all the substitutions.  Generally, obsolete Automake macros are
13 # better AU_DEFUNed in the same file as their replacement, or alone in
14 # a separate file (see obsol-gt.m4 or obsol-lt.m4 for instance).
15
16 AU_DEFUN([AC_FEATURE_CTYPE],     [AC_HEADER_STDC])
17 AU_DEFUN([AC_FEATURE_ERRNO],     [AC_REPLACE_FUNCS([strerror])])
18 AU_DEFUN([AM_CYGWIN32],          [AC_CYGWIN])
19 AU_DEFUN([AM_EXEEXT],            [AC_EXEEXT])
20 AU_DEFUN([AM_FUNC_MKTIME],       [AC_FUNC_MKTIME])
21 AU_DEFUN([AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL],
22                                  [AC_HEADER_TIOCGWINSZ])
23 AU_DEFUN([AM_MINGW32],           [AC_MINGW32])
24 AU_DEFUN([AM_PROG_INSTALL],      [AC_PROG_INSTALL])
25 AU_DEFUN([AM_SANITY_CHECK_CC],   [AC_PROG_CC])
26 AU_DEFUN([AM_SYS_POSIX_TERMIOS], [AC_SYS_POSIX_TERMIOS])
27 AU_DEFUN([fp_FUNC_FNMATCH],      [AC_FUNC_FNMATCH])
28 AU_DEFUN([fp_PROG_INSTALL],      [AC_PROG_INSTALL])
29 AU_DEFUN([md_TYPE_PTRDIFF_T],    [AC_CHECK_TYPES([ptrdiff_t])])
30
31 # Don't know how to translate these.
32 # If used, Autoconf will complain that they are possibly unexpended;
33 # this seems a good enough error message.
34 # AC_FEATURE_EXIT
35 # AC_SYSTEM_HEADER