gnulib-tool: Fix persistence of --witness-c-macro option.
authorBruno Haible <bruno@clisp.org>
Mon, 13 Aug 2012 10:49:34 +0000 (12:49 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Aug 2012 10:49:34 +0000 (12:49 +0200)
* gnulib-tool (func_import): Fix typo in emit of gl_WITNESS_C_MACRO.
Reported by Dmitriy Selyutin <ghostman.sd@gmail.com>.

ChangeLog
gnulib-tool

index 2b7090b..15b5045 100644 (file)
--- 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
index b295818..3adc498 100755 (executable)
@@ -5140,7 +5140,7 @@ s,//*$,/,'
     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