summaryrefslogtreecommitdiffstats
path: root/m4/ltsugar.m4
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-05-05 20:35:34 (GMT)
committerGitHub <noreply@github.com>2023-05-05 20:35:34 (GMT)
commit8ef6dda49ce15a0f7b20089262fecf582791d6de (patch)
treed58de763fe3fb80eca2e90b8528c7714ee24d51c /m4/ltsugar.m4
parentaf209f208034154847b4baae15268413eaeb14df (diff)
downloadhdf5-8ef6dda49ce15a0f7b20089262fecf582791d6de.zip
hdf5-8ef6dda49ce15a0f7b20089262fecf582791d6de.tar.gz
hdf5-8ef6dda49ce15a0f7b20089262fecf582791d6de.tar.bz2
Hdf5 1 14 1 fix makefile.ins (#2917)
* Fix top-level Makefile.in * Generate release files with autogen.sh, autoconf 2.71, automake 1.16.2 and libtool 2.4.6 (module).
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 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