source: trunk/essentials/sys-devel/automake-1.9/m4/obsolete.m4

Last change on this file was 3086, checked in by bird, 18 years ago

automake 1.9.6

File size: 1.6 KB
Line 
1## -*- Autoconf -*-
2# Copyright (C) 2002, 2003, 2005 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# serial 2
9
10# Obsolete Automake macros.
11
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).
17
18AU_DEFUN([AC_FEATURE_CTYPE], [AC_HEADER_STDC])
19AU_DEFUN([AC_FEATURE_ERRNO], [AC_REPLACE_FUNCS([strerror])])
20AU_DEFUN([AM_CYGWIN32], [AC_CYGWIN])
21AU_DEFUN([AM_EXEEXT], [AC_EXEEXT])
22AU_DEFUN([AM_FUNC_MKTIME], [AC_FUNC_MKTIME])
23AU_DEFUN([AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL],
24 [AC_HEADER_TIOCGWINSZ])
25AU_DEFUN([AM_MINGW32], [AC_MINGW32])
26AU_DEFUN([AM_PROG_INSTALL], [AC_PROG_INSTALL])
27AU_DEFUN([AM_SANITY_CHECK_CC], [AC_PROG_CC])
28AU_DEFUN([AM_SYS_POSIX_TERMIOS], [AC_SYS_POSIX_TERMIOS])
29AU_DEFUN([fp_FUNC_FNMATCH], [AC_FUNC_FNMATCH])
30AU_DEFUN([fp_PROG_INSTALL], [AC_PROG_INSTALL])
31AU_DEFUN([md_TYPE_PTRDIFF_T], [AC_CHECK_TYPES([ptrdiff_t])])
32
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.
36# AC_FEATURE_EXIT
37# AC_SYSTEM_HEADER
Note: See TracBrowser for help on using the repository browser.