aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-08 13:46:12 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-08 13:46:17 +0100
commit52a3c4dcb75c1ccaa857fa8b21778dbc1abf87a3 (patch)
treeea24e77916b5cdcfd0f407acef190e33e6ed6147 /m4
parent85a9cb3418c9444e24381a4c117d598eaee2c48b (diff)
downloadgnunet-gtk-52a3c4dcb75c1ccaa857fa8b21778dbc1abf87a3.tar.gz
gnunet-gtk-52a3c4dcb75c1ccaa857fa8b21778dbc1abf87a3.zip
get rid of ChangeLog generation from svninitial-import-from-subversion-38251
Diffstat (limited to '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 @@
1# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- 1# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
2# 2#
3# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. 3# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
4# Foundation, Inc.
4# Written by Gary V. Vaughan, 2004 5# Written by Gary V. Vaughan, 2004
5# 6#
6# This file is free software; the Free Software Foundation gives 7# This file is free software; the Free Software Foundation gives
@@ -33,7 +34,7 @@ m4_define([_lt_join],
33# ------------ 34# ------------
34# Manipulate m4 lists. 35# Manipulate m4 lists.
35# These macros are necessary as long as will still need to support 36# These macros are necessary as long as will still need to support
36# Autoconf-2.59 which quotes differently. 37# Autoconf-2.59, which quotes differently.
37m4_define([lt_car], [[$1]]) 38m4_define([lt_car], [[$1]])
38m4_define([lt_cdr], 39m4_define([lt_cdr],
39[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], 40[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
@@ -44,7 +45,7 @@ m4_define([lt_unquote], $1)
44 45
45# lt_append(MACRO-NAME, STRING, [SEPARATOR]) 46# lt_append(MACRO-NAME, STRING, [SEPARATOR])
46# ------------------------------------------ 47# ------------------------------------------
47# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
48# Note that neither SEPARATOR nor STRING are expanded; they are appended 49# Note that neither SEPARATOR nor STRING are expanded; they are appended
49# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). 50# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
50# No SEPARATOR is output if MACRO-NAME was previously undefined (different 51# No SEPARATOR is output if MACRO-NAME was previously undefined (different