summaryrefslogtreecommitdiff
path: root/modules/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wctype')
-rw-r--r--modules/wctype6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/wctype b/modules/wctype
index 8bfbb066cd..b47a3913bc 100644
--- a/modules/wctype
+++ b/modules/wctype
@@ -7,7 +7,7 @@ m4/wctype.m4
m4/wint_t.m4
Depends-on:
-absolute-header
+include_next
configure.ac:
gl_WCTYPE_H
@@ -21,8 +21,8 @@ wctype.h: wctype_.h
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
- -e 's|@''ABSOLUTE_WCTYPE_H''@|$(ABSOLUTE_WCTYPE_H)|g' \
- -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \
+ -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
+ -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
-e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
-e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
< $(srcdir)/wctype_.h; \