summaryrefslogtreecommitdiff
path: root/html/man
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2007-06-26 20:05:33 +0000
committerbfriesen <bfriesen>2007-06-26 20:05:33 +0000
commitc1943a62e9ea0551149e7352855b418487deff9d (patch)
tree6ebe238d1f3761142db3aa1c3980d029a3975a43 /html/man
parentbc048291cd0d12be621b9e38e501d937c9294114 (diff)
downloadlibtiff-c1943a62e9ea0551149e7352855b418487deff9d.tar.gz
Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.
Diffstat (limited to 'html/man')
-rw-r--r--html/man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/man/Makefile.in b/html/man/Makefile.in
index 5334b8cf..faf4d927 100644
--- a/html/man/Makefile.in
+++ b/html/man/Makefile.in
@@ -63,7 +63,7 @@ DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
- $(top_srcdir)/configure.ac
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs