changeset 17039:e5d33904a8b2

gnulib-tool: Fix persistence of --witness-c-macro option. * gnulib-tool (func_import): Fix typo in emit of gl_WITNESS_C_MACRO. Reported by Dmitriy Selyutin <ghostman.sd@gmail.com>.
author Bruno Haible <bruno@clisp.org>
date Mon, 13 Aug 2012 12:49:34 +0200
parents 86928fc41efe
children 2b2ed538a898
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-13  Bruno Haible  <bruno@clisp.org>
+
+	gnulib-tool: Fix persistence of --witness-c-macro option.
+	* gnulib-tool (func_import): Fix typo in emit of gl_WITNESS_C_MACRO.
+	Reported by Dmitriy Selyutin <ghostman.sd@gmail.com>.
+
 2012-08-11  Eric Blake  <eblake@redhat.com>
 
 	count-leading-zeros: use a lookup table on non-gcc compilers
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -5140,7 +5140,7 @@
     fi
     echo "gl_MACRO_PREFIX([$macro_prefix])"
     echo "gl_PO_DOMAIN([$po_domain])"
-    echo "gl_WITNESS_C_DOMAIN([$witness_c_macro])"
+    echo "gl_WITNESS_C_MACRO([$witness_c_macro])"
     if test -n "$vc_files"; then
       echo "gl_VC_FILES([$vc_files])"
     fi