Allow the use of a destructor for the values stored in the list.
[gnulib.git] / modules / wctype
index 33e49f6..a6fd346 100644 (file)
@@ -4,8 +4,10 @@ A <wctype.h> that conforms better to C99.
 Files:
 lib/wctype_.h
 m4/wctype.m4
+m4/wint_t.m4
 
 Depends-on:
+absolute-header
 
 configure.ac:
 gl_WCTYPE_H
@@ -21,6 +23,7 @@ wctype.h: wctype_.h
          sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
              -e 's|@''ABSOLUTE_WCTYPE_H''@|$(ABSOLUTE_WCTYPE_H)|g' \
              -e 's/@''HAVE_WCTYPE_CTMP_BUG''@/$(HAVE_WCTYPE_CTMP_BUG)/g' \
+             -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
              < $(srcdir)/wctype_.h; \
        } > $@-t
        mv $@-t $@