Diff for /embedaddon/lighttpd/m4/lt~obsolete.m4 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2016/11/02 10:35:00
Line 1 Line 1
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-  # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 #  #
#   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.#   Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
 #   Foundation, Inc.
 #   Written by Scott James Remnant, 2004.  #   Written by Scott James Remnant, 2004.
 #  #
 # This file is free software; the Free Software Foundation gives  # This file is free software; the Free Software Foundation gives
Line 11 Line 12
   
 # These exist entirely to fool aclocal when bootstrapping libtool.  # These exist entirely to fool aclocal when bootstrapping libtool.
 #  #
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
 # which have later been changed to m4_define as they aren't part of the  # which have later been changed to m4_define as they aren't part of the
 # exported API, or moved to Autoconf or Automake where they belong.  # exported API, or moved to Autoconf or Automake where they belong.
 #  #
Line 25 Line 26
 # included after everything else.  This provides aclocal with the  # included after everything else.  This provides aclocal with the
 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything  # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
 # because those macros already exist, or will be overwritten later.  # because those macros already exist, or will be overwritten later.
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
 #  #
 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.  # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
 # Yes, that means every name once taken will need to remain here until  # Yes, that means every name once taken will need to remain here until

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>