summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-08 19:38:27 +0000
committerBruno Haible <bruno@clisp.org>2007-01-08 19:38:27 +0000
commit3323012d69b5c32e074c1a6a9128291a7a321102 (patch)
tree8e43368beef20cfb02615fa32f1d4a100361fbc6 /modules
parent324bd7270bf02ffd43f04687ac095615ab23b31b (diff)
downloadgnulib-3323012d69b5c32e074c1a6a9128291a7a321102.tar.gz
Move the module indicator macros to the module description.
Diffstat (limited to 'modules')
-rw-r--r--modules/close-stream1
-rw-r--r--modules/fcntl-safer1
-rw-r--r--modules/fopen-safer1
-rw-r--r--modules/fwriteerror3
4 files changed, 4 insertions, 2 deletions
diff --git a/modules/close-stream b/modules/close-stream
index 75f96f8208..03eba124d5 100644
--- a/modules/close-stream
+++ b/modules/close-stream
@@ -12,6 +12,7 @@ stdbool
configure.ac:
gl_CLOSE_STREAM
+gl_MODULE_INDICATOR([close-stream])
Makefile.am:
diff --git a/modules/fcntl-safer b/modules/fcntl-safer
index 942b6b7ae9..ecd0500901 100644
--- a/modules/fcntl-safer
+++ b/modules/fcntl-safer
@@ -13,6 +13,7 @@ unistd-safer
configure.ac:
gl_FCNTL_SAFER
+gl_MODULE_INDICATOR([fcntl-safer])
Makefile.am:
diff --git a/modules/fopen-safer b/modules/fopen-safer
index 137332e92b..087e045c2c 100644
--- a/modules/fopen-safer
+++ b/modules/fopen-safer
@@ -12,6 +12,7 @@ unistd-safer
configure.ac:
gl_FOPEN_SAFER
+gl_MODULE_INDICATOR([fopen-safer])
Makefile.am:
diff --git a/modules/fwriteerror b/modules/fwriteerror
index b67a45aa8d..f69afc96b6 100644
--- a/modules/fwriteerror
+++ b/modules/fwriteerror
@@ -9,8 +9,7 @@ Depends-on:
stdbool
configure.ac:
-AC_DEFINE([GNULIB_FWRITEERROR], 1,
- [Define to 1 when using the gnulib fwriteerror module.])
+gl_MODULE_INDICATOR([fwriteerror])
Makefile.am:
lib_SOURCES += fwriteerror.h fwriteerror.c