X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdint;h=c417b152a0dd6dd29643c09eac9d487709d080e4;hb=fb7fde6f658ac18b7ab7ca61dca9a290cc8c3348;hp=d7b95aa30360d0c4d83b79a426472d4ee534087d;hpb=5895949afc4e15c93ca6d15449692e3931c1ac26;p=gnulib.git diff --git a/modules/stdint b/modules/stdint index d7b95aa30..c417b152a 100644 --- a/modules/stdint +++ b/modules/stdint @@ -9,27 +9,27 @@ Macros are used instead of typedefs. Files: lib/stdint_.h m4/stdint.m4 -m4/absolute-header.m4 m4/longlong.m4 m4/ulonglong.m4 Depends-on: +include_next +wchar configure.ac: gl_STDINT_H Makefile.am: BUILT_SOURCES += $(STDINT_H) -EXTRA_DIST += stdint_.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdint.h: stdint_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ - -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ - -e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \ + sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ + -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ @@ -58,7 +58,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all