X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fwchar;h=7cb8db3920a188e8d0647937cf678574a18bb56c;hb=b432ad197bb6b96fecde723e9eac6f78f148fd31;hp=7a61c8472de165efb2271c4567cefb111b87f2f0;hpb=ab681e53f8100fdb144e0a100d6f2da9ff7c005f;p=gnulib.git diff --git a/modules/wchar b/modules/wchar index 7a61c8472..7cb8db392 100644 --- a/modules/wchar +++ b/modules/wchar @@ -6,7 +6,7 @@ lib/wchar_.h m4/wchar.m4 Depends-on: -absolute-header +include_next configure.ac: gl_WCHAR_H @@ -19,8 +19,9 @@ BUILT_SOURCES += $(WCHAR_H) wchar.h: wchar_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's|@''ABSOLUTE_WCHAR_H''@|$(ABSOLUTE_WCHAR_H)|g' \ - -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \ + sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ + -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ < $(srcdir)/wchar_.h; \ } > $@-t mv $@-t $@