Edit

kc3-lang/automake/m4/protos.m4

Branch :

  • Show log

    Commit

  • Author : Stefano Lattarini
    Date : 2012-02-16 10:46:23
    Hash : 641a5a4b
    Message : maint: run "make update-copyright"

  • m4/protos.m4
  • #  -*- Autoconf -*-
    # Obsolete (and now removed) automatic de-ANSI-fiction support.
    #
    # Copyright (C) 1996-2012 Free Software Foundation, Inc.
    #
    # This file is free software; the Free Software Foundation
    # gives unlimited permission to copy and/or distribute it,
    # with or without modifications, as long as this notice is preserved.
    
    # serial 6
    
    AC_DEFUN([AM_C_PROTOTYPES],
             [AC_FATAL([automatic de-ANSI-fication support has been removed])])
    
    AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])