summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-01-30 12:08:03 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-01-30 12:08:03 +0000
commit2a7c58ca02cb244ee9f29e34f8cab3213a358c72 (patch)
tree2798b50e5d2340c6caa3dd6fdb8844ef5a9a49e7 /configure.ac
parent9690ab1ea1faa5ebc6f37d30a90269f0f550e006 (diff)
downloadlibtiff-git-2a7c58ca02cb244ee9f29e34f8cab3213a358c72.tar.gz
Fixes for --with-docdir option as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=759
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3e48de2..74dc8be0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,7 +162,7 @@ dnl ---------------------------------------------------------------------------
dnl Point to path where we should install documentation.
dnl ---------------------------------------------------------------------------
-LIBTIFF_DOCDIR=${ac_default_prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
+LIBTIFF_DOCDIR=\${prefix}/share/doc/${PACKAGE}-${LIBTIFF_VERSION}
AC_ARG_WITH(docdir,
AS_HELP_STRING([--with-docdir=DIR],