summaryrefslogtreecommitdiff
path: root/modules/ctype
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ctype')
-rw-r--r--modules/ctype6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/ctype b/modules/ctype
index 8847f2cc1d..2cd1fb0cc0 100644
--- a/modules/ctype
+++ b/modules/ctype
@@ -7,7 +7,7 @@ m4/ctype.m4
Depends-on:
include_next
-link-warning
+warn-on-use
configure.ac:
gl_CTYPE_H
@@ -17,7 +17,7 @@ BUILT_SOURCES += ctype.h
# We need the following in order to create <ctype.h> when the system
# doesn't have one that works with the given compiler.
-ctype.h: ctype.in.h $(LINK_WARNING_H)
+ctype.h: ctype.in.h $(WARN_ON_USE_H)
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@@ -25,7 +25,7 @@ ctype.h: ctype.in.h $(LINK_WARNING_H)
-e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
-e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
-e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
- -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
+ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $(srcdir)/ctype.in.h; \
} > $@-t && \
mv $@-t $@