summaryrefslogtreecommitdiff
path: root/m4/ltsugar.m4
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-07 21:23:18 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-07 21:23:18 -0600
commit6f8c0fcdeb457d11ea80cc3e04d4c4e0bbe4ed98 (patch)
treec71a8aceeda59e5473eaf412a1d4fab89be41aec /m4/ltsugar.m4
parentd1300c95499f3b422c2299432eb4acc93cf4618a (diff)
downloadalpine-6f8c0fcdeb457d11ea80cc3e04d4c4e0bbe4ed98.tar.xz
* Changes to configure.ac force all these changes. This includes
changes that are necessary for compilation that did not make it to the previous commit.
Diffstat (limited to 'm4/ltsugar.m4')
-rw-r--r--m4/ltsugar.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4
index 9000a057..48bc9344 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