X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdlib;h=2d4ce38d63fd50a5b4383190077d227fdfbdcddb;hb=fb7fde6f658ac18b7ab7ca61dca9a290cc8c3348;hp=6496e0ed144b2a854ff3dfee6369f9d5ceacc0cd;hpb=41dccf6a007ea2fdc0eebd71f5bb3b73be43669f;p=gnulib.git diff --git a/modules/stdlib b/modules/stdlib index 6496e0ed1..2d4ce38d6 100644 --- a/modules/stdlib +++ b/modules/stdlib @@ -8,6 +8,7 @@ m4/stdlib_h.m4 Depends-on: absolute-header link-warning +unistd configure.ac: gl_STDLIB_H @@ -20,7 +21,8 @@ BUILT_SOURCES += stdlib.h stdlib.h: stdlib_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's|@''ABSOLUTE_STDLIB_H''@|$(ABSOLUTE_STDLIB_H)|g' \ + sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \ -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \ -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \