X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrings;h=ced757dec922b84543f9475c0449ec608b5c4288;hb=6b8f1dd1a21ce49319795391e21adf645b64db3c;hp=3c4de9051f931192f63ee2bc2b5177313e025f73;hpb=95e1b7bdbfc6111b5aea7a32aa874ec0f4af7f86;p=gnulib.git diff --git a/modules/strings b/modules/strings index 3c4de9051..ced757dec 100644 --- a/modules/strings +++ b/modules/strings @@ -6,10 +6,11 @@ lib/strings.in.h m4/strings_h.m4 Depends-on: -c++defs include_next snippet/arg-nonnull -warn-on-use +snippet/c++defs +snippet/warn-on-use +sys_types configure.ac: gl_HEADER_STRINGS_H @@ -23,6 +24,7 @@ strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \ + -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \