ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/aclocal.m4
(Generate patch)

Comparing hopm/trunk/aclocal.m4 (file contents):
Revision 5144 by michael, Thu Dec 25 18:51:51 2014 UTC vs.
Revision 5145 by michael, Fri Dec 26 14:11:07 2014 UTC

# Line 9763 | Line 9763 | else
9763   fi
9764   ])
9765  
9766 #  -*- Autoconf -*-
9767 # Obsolete and "removed" macros, that must however still report explicit
9768 # error messages when used, to smooth transition.
9769 #
9770 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
9771 #
9772 # This file is free software; the Free Software Foundation
9773 # gives unlimited permission to copy and/or distribute it,
9774 # with or without modifications, as long as this notice is preserved.
9775
9776 AC_DEFUN([AM_CONFIG_HEADER],
9777 [AC_DIAGNOSE([obsolete],
9778 ['$0': this macro is obsolete.
9779 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
9780 AC_CONFIG_HEADERS($@)])
9781
9782 AC_DEFUN([AM_PROG_CC_STDC],
9783 [AC_PROG_CC
9784 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
9785 AC_DIAGNOSE([obsolete],
9786 ['$0': this macro is obsolete.
9787 You should simply use the 'AC][_PROG_CC' macro instead.
9788 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
9789 but upon 'ac_cv_prog_cc_stdc'.])])
9790
9791 AC_DEFUN([AM_C_PROTOTYPES],
9792         [AC_FATAL([automatic de-ANSI-fication support has been removed])])
9793 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
9794
9766   # Helper functions for option handling.                     -*- Autoconf -*-
9767  
9768   # Copyright (C) 2001-2013 Free Software Foundation, Inc.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)