diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-11 13:22:29 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-11 13:22:29 +0000 |
commit | 5e2d8d624da4305197cce508b3bf271fd41c430a (patch) | |
tree | 4fec493a6d52d82de91b4add446c2e812713f01d /doc | |
parent | 154c7adf71bab69829954a310f3ae02837ec5e7d (diff) | |
download | idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.tar.gz idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.tar.bz2 idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.zip |
* added inttostr module from gnulib, used in src/mkid.c to print an
off_t portably using offtostr()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index e18d5b8..5a58027 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -51,6 +51,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alloca.m4 \ $(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \ + $(top_srcdir)/m4/intmax_t.m4 $(top_srcdir)/m4/inttostr.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ |