aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-01-29 23:27:23 +0000
committerNathan Scott <nathans@sgi.com>2001-01-29 23:27:23 +0000
commit686fdb7d92210612c41f17beaf619753f26faa6a (patch)
tree432859f57c75e4383a49da5760d2867d7eba1615
parente934a24594e2518b8ae51c3280e9fa68893df26f (diff)
downloaddmapi-dev-686fdb7d92210612c41f17beaf619753f26faa6a.tar.gz
fix use of potentially uninitialised variable in deciding where to put
man pages and how to build them.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9004406..b45bd80 100644
--- a/configure.in
+++ b/configure.in
@@ -115,6 +115,7 @@ prefix="$PREFIX"
dnl man pages (source)
dnl also check if man page source is gzipped
dnl (usually on Debian, but not Redhat pre-7.0)
+pkg_man_dir=${prefix}/man
have_zipped_manpages=false
for d in ${prefix}/share/man ${prefix}/man ; do
if test -f $d/man1/man.1.gz