diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:41:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 13:41:53 +0200 |
commit | 69dec572c9da30ae29d391966673c2c8cdacb742 (patch) | |
tree | 27ea3f5f5bbda9e362823a5e84d7e2c4c4797c8b /m4/ltsugar.m4 | |
parent | cb22888f08466e46b115bdef6c4ee39b9a2a983e (diff) | |
parent | d45dd31e35190cf08b1e716e7c3bd1468ddd5d88 (diff) |
Update upstream source from tag 'upstream/3.23'
Update to upstream version '3.23'
with Debian dir 8789bc8a869c3aa0e8771cab9f5620378484106c
Diffstat (limited to 'm4/ltsugar.m4')
-rw-r--r-- | m4/ltsugar.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4 index 9000a05..48bc934 100644 --- a/m4/ltsugar.m4 +++ b/m4/ltsugar.m4 @@ -1,6 +1,7 @@ # 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 # # This file is free software; the Free Software Foundation gives @@ -33,7 +34,7 @@ m4_define([_lt_join], # ------------ # Manipulate m4 lists. # 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_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], @@ -44,7 +45,7 @@ m4_define([lt_unquote], $1) # 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 # 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 |