From 615d9a06968df6e9fa68cd247d631b6478967f75 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 16 Mar 2008 06:49:28 +0000 Subject: 2008-03-16 Ralf Wildenhues Backport from upstream Libtool: 2007-10-12 Eric Blake Deal with Autoconf 2.62's semantic change in m4_append. * ltsugar.m4 (lt_append): Replace broken versions of m4_append. (lt_if_append_uniq): Don't require separator to be overquoted, and avoid broken m4_append. (lt_dict_add): Fix typo. * libtool.m4 (_LT_DECL): Don't overquote separator. --- libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtool.m4') diff --git a/libtool.m4 b/libtool.m4 index e86cd0249..26a039a5a 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -319,7 +319,7 @@ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], -[lt_if_append_uniq([lt_decl_varnames], [$2], [[, ]], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) -- cgit v1.2.3