Diff for /embedaddon/lighttpd/m4/ltsugar.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
 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-  # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 #  #
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
 # Foundation, Inc.
 # Written by Gary V. Vaughan, 2004  # Written by Gary V. Vaughan, 2004
 #  #
 # This file is free software; the Free Software Foundation gives  # This file is free software; the Free Software Foundation gives
Line 33  m4_define([_lt_join], Line 34  m4_define([_lt_join],
 # ------------  # ------------
 # Manipulate m4 lists.  # Manipulate m4 lists.
 # These macros are necessary as long as will still need to support  # These macros are necessary as long as will still need to support
# Autoconf-2.59 which quotes differently.# Autoconf-2.59, which quotes differently.
 m4_define([lt_car], [[$1]])  m4_define([lt_car], [[$1]])
 m4_define([lt_cdr],  m4_define([lt_cdr],
 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],  [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
Line 44  m4_define([lt_unquote], $1) Line 45  m4_define([lt_unquote], $1)
   
 # lt_append(MACRO-NAME, STRING, [SEPARATOR])  # lt_append(MACRO-NAME, STRING, [SEPARATOR])
 # ------------------------------------------  # ------------------------------------------
# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
 # Note that neither SEPARATOR nor STRING are expanded; they are appended  # Note that neither SEPARATOR nor STRING are expanded; they are appended
 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).  # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
 # No SEPARATOR is output if MACRO-NAME was previously undefined (different  # No SEPARATOR is output if MACRO-NAME was previously undefined (different

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


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