summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2011-04-09 15:43:03 +0000
committerbfriesen <bfriesen>2011-04-09 15:43:03 +0000
commit767eaa6af02b79ff01da3d221bd72da9b7b42537 (patch)
treef7738148391c9f059d26687003922a29f282ef5b /man
parent0e39daddb5be01f6be28d5302a5dcd901e8dfc22 (diff)
downloadlibtiff-767eaa6af02b79ff01da3d221bd72da9b7b42537.tar.gz
* configure.ac: Should use AC_CANONICAL_HOST since host specifies
the run-time target whereas target is used to specify the final output target if the package is a build tool (like a compiler), which libtiff is not. Resolves libtiff bug 2307 "Use AC_CANONICAL_HOST macro".
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 0754a6f1..ffe34fc7 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -58,7 +58,6 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-target_triplet = @target@
subdir = man
DIST_COMMON = $(dist_man1_MANS) $(dist_man3_MANS) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -250,11 +249,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
-target = @target@
target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
tiff_libs_private = @tiff_libs_private@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@