summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/sntp/m4/ltsugar.m4
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-04-26 17:58:09 -0300
committerRenato Botelho <renato@netgate.com>2017-04-26 17:58:09 -0300
commit07324460536d4fea98778edbb99e88f512dd3a6c (patch)
tree7abe9cde8c3df456554a2e29b40a39ffd4a1e9c0 /contrib/ntp/sntp/m4/ltsugar.m4
parent1d2c919ef6b6d7b9e78890cea95a129a17d61930 (diff)
parentb8126de23e957978b4d0403097cd8402f0c1d82a (diff)
downloadFreeBSD-src-07324460536d4fea98778edbb99e88f512dd3a6c.zip
FreeBSD-src-07324460536d4fea98778edbb99e88f512dd3a6c.tar.gz
Merge remote-tracking branch 'origin/releng/10.3' into RELENG_2_3
Diffstat (limited to 'contrib/ntp/sntp/m4/ltsugar.m4')
-rw-r--r--contrib/ntp/sntp/m4/ltsugar.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/ntp/sntp/m4/ltsugar.m4 b/contrib/ntp/sntp/m4/ltsugar.m4
index 9000a05..48bc934 100644
--- a/contrib/ntp/sntp/m4/ltsugar.m4
+++ b/contrib/ntp/sntp/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
OpenPOWER on IntegriCloud