summaryrefslogtreecommitdiff
path: root/m4/stdio_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-08 02:43:35 +0100
committerBruno Haible <bruno@clisp.org>2010-03-08 03:11:18 +0100
commit4a7bd9ec1ad950931954e1532c6b41ef10076260 (patch)
tree1266acf310600aa2bf08904d04451ba62c61e341 /m4/stdio_h.m4
parent4004be01b47284e84aa0533a290c4d1a6908312e (diff)
downloadgnulib-4a7bd9ec1ad950931954e1532c6b41ef10076260.tar.gz
Tests of module 'stdio' in C++ mode.
Diffstat (limited to 'm4/stdio_h.m4')
-rw-r--r--m4/stdio_h.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4
index 781fa8d388..681fd8b850 100644
--- a/m4/stdio_h.m4
+++ b/m4/stdio_h.m4
@@ -1,4 +1,4 @@
-# stdio_h.m4 serial 25
+# stdio_h.m4 serial 26
dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -45,6 +45,8 @@ AC_DEFUN([gl_STDIO_MODULE_INDICATOR],
dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
AC_REQUIRE([gl_STDIO_H_DEFAULTS])
GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
+ dnl Define it also as a C macro, for the benefit of the unit tests.
+ gl_MODULE_INDICATOR([$1])
])
AC_DEFUN([gl_STDIO_H_DEFAULTS],