Remove inttypes-h.m4 and its gl_HEADER_INTTYES_H macro.
[gnulib.git] / modules / inttypes
index ba71bc2..a5b9358 100644 (file)
@@ -4,7 +4,6 @@ An <inttypes.h> that nearly conforms to C99.
 Files:
 lib/inttypes_.h
 m4/absolute-header.m4
-m4/inttypes-h.m4
 m4/inttypes-pri.m4
 m4/inttypes.m4
 
@@ -32,7 +31,6 @@ inttypes.h: inttypes_.h
            -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
            -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
            < $(srcdir)/inttypes_.h > $@-t
-       chmod a-w $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += inttypes.h inttypes.h-t