* tests/txinfo24.test, tests/txinfo25.test, tests/txinfo28.test:
[automake.git] / m4 / obsolete.m4
blob872ab6b22c322d8b3ef787187bb6eab4cd439984
1 # Helper functions for option handling.                    -*- Autoconf -*-
3 # Copyright (C) 2002, 2003  Free Software Foundation, Inc.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2, or (at your option)
8 # any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18 # 02111-1307, USA.
20 # serial 1
22 # Obsolete Automake macros.
24 # We put here only the macros whose substitution is not an Automake
25 # macro; otherwise including this file would trigger dependencies for
26 # all the substitutions.  Generally, obsolete Automake macros are
27 # better AU_DEFUNed in the same file as their replacement, or alone in
28 # a separate file (see obsol-gt.m4 or obsol-lt.m4 for instance).
30 AU_DEFUN([AC_FEATURE_CTYPE],     [AC_HEADER_STDC])
31 AU_DEFUN([AC_FEATURE_ERRNO],     [AC_REPLACE_FUNCS([strerror])])
32 AU_DEFUN([AM_CYGWIN32],          [AC_CYGWIN])
33 AU_DEFUN([AM_EXEEXT],            [AC_EXEEXT])
34 AU_DEFUN([AM_FUNC_MKTIME],       [AC_FUNC_MKTIME])
35 AU_DEFUN([AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL],
36                                  [AC_HEADER_TIOCGWINSZ])
37 AU_DEFUN([AM_MINGW32],           [AC_MINGW32])
38 AU_DEFUN([AM_PROG_INSTALL],      [AC_PROG_INSTALL])
39 AU_DEFUN([AM_SANITY_CHECK_CC],   [AC_PROG_CC])
40 AU_DEFUN([AM_SYS_POSIX_TERMIOS], [AC_SYS_POSIX_TERMIOS])
41 AU_DEFUN([fp_FUNC_FNMATCH],      [AC_FUNC_FNMATCH])
42 AU_DEFUN([fp_PROG_INSTALL],      [AC_PROG_INSTALL])
43 AU_DEFUN([md_TYPE_PTRDIFF_T],    [AC_CHECK_TYPES([ptrdiff_t])])
45 # Don't know how to translate these.
46 # If used, Autoconf will complain that they are possibly unexpended;
47 # this seems a good enough error message.
48 # AC_FEATURE_EXIT
49 # AC_SYSTEM_HEADER