sync: update files from upstream with "make fetch"
[platform/upstream/automake.git] / m4 / obsolete-err.m4
1 #  -*- Autoconf -*-
2 # Obsolete and "removed" macros, that must however still report explicit
3 # error messages when used, to smooth transition.
4 #
5 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
6 #
7 # This file is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 AC_DEFUN([AM_CONFIG_HEADER],
12 [AC_FATAL(['$0': this macro is obsolete.
13     You should use the 'AC][_CONFIG_HEADERS' macro instead.])])
14
15 AC_DEFUN([AM_C_PROTOTYPES],
16          [AC_FATAL([automatic de-ANSI-fication support has been removed])])
17 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])