2007-08-06 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / modules / stdint
index 611a55a..c417b15 100644 (file)
@@ -9,11 +9,12 @@ 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
@@ -26,9 +27,9 @@ BUILT_SOURCES += $(STDINT_H)
 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' \
@@ -57,7 +58,7 @@ Include:
 #include <stdint.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all