>From 1342b9b4d8b8d0ba3174bae289e701a03443fe24 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Sep 2017 00:03:44 +0200 Subject: [PATCH 06/16] gnulib-tool.py: follow gnulib-tool changes, part 2 * pygnulib/GLImport.py: Follow gnulib-tool change from 2012-08-13 "gnulib-tool: Fix persistence of --witness-c-macro option." --- pygnulib/GLImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py index 2236e8f..c7b5142 100644 --- a/pygnulib/GLImport.py +++ b/pygnulib/GLImport.py @@ -531,7 +531,7 @@ gnulib-tool.m4 macro invocations:\n''' % actioncmd emit += 'gl_LIBTOOL\n' emit += 'gl_MACRO_PREFIX([%s])\n' % macro_prefix emit += 'gl_PO_DOMAIN([%s])\n' % podomain - emit += 'gl_WITNESS_C_DOMAIN([%s])\n' % witness_c_macro + emit += 'gl_WITNESS_C_MACRO([%s])\n' % witness_c_macro if vc_files: emit += 'gl_VC_FILES([%s])\n' % vc_files if type(emit) is bytes: -- 2.7.4