summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-06-22 00:06:29 +0200
committerBruno Haible <bruno@clisp.org>2010-06-22 00:06:29 +0200
commit3ac9b4577c78342bdd022b31cf56de2b12f7297b (patch)
treedbf2c9e5144947cec5705ce5f471e7efe8177804 /modules
parent723fc0b7b3a5d770a48945c1e1bca262a4c2615a (diff)
downloadgnulib-3ac9b4577c78342bdd022b31cf56de2b12f7297b.tar.gz
Fix HAVE_MALLOC_POSIX misnomer.
Diffstat (limited to 'modules')
-rw-r--r--modules/stdlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stdlib b/modules/stdlib
index 32a4e6405d..9339a04a5c 100644
--- a/modules/stdlib
+++ b/modules/stdlib
@@ -58,7 +58,6 @@ stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
-e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
-e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
- -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
-e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
-e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
-e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
@@ -79,6 +78,7 @@ stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
-e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
+ -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
-e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
-e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
-e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \