X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdio;h=c277ecaa7232209590dd66a2d056f1493f7bf69c;hb=ca3910da774f8ae6c4a2b6b8a8729b10ccc97ad4;hp=18c80b4451eb48dd094c65d6d7904cd7296d1711;hpb=cf0e9950204657e10ec322126130fb35b1d99925;p=gnulib.git diff --git a/modules/stdio b/modules/stdio index 18c80b445..c277ecaa7 100644 --- a/modules/stdio +++ b/modules/stdio @@ -6,7 +6,7 @@ lib/stdio_.h m4/stdio_h.m4 Depends-on: -absolute-header +include_next link-warning configure.ac: @@ -20,8 +20,8 @@ BUILT_SOURCES += stdio.h stdio.h: stdio_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''ABSOLUTE_STDIO_H''@|$(ABSOLUTE_STDIO_H)|g' \ - -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \ + sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \ -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \ -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \