From 7871702ca9b6fa382775d0091f827765e5a30e38 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 29 Jan 2001 23:27:23 +0000 Subject: [PATCH] fix use of potentially uninitialised variable in deciding where to put man pages and how to build them. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 48391d1da..e25466f7a 100644 --- a/configure.in +++ b/configure.in @@ -201,6 +201,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 -- 2.47.2