1 | # Helper functions for option handling. -*- Autoconf -*-
|
---|
2 |
|
---|
3 | # Copyright 2002 Free Software Foundation, Inc.
|
---|
4 |
|
---|
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.
|
---|
9 |
|
---|
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.
|
---|
14 |
|
---|
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.
|
---|
19 |
|
---|
20 | # serial 1
|
---|
21 |
|
---|
22 | # Obsolete Automake macros.
|
---|
23 |
|
---|
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).
|
---|
29 |
|
---|
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])])
|
---|
44 |
|
---|
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
|
---|