From 0f34df2a22d10ef66f4e4af0e0dcbf451aced308 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 77af3768..ad2be9df 100644 --- a/configure.in +++ b/configure.in @@ -205,6 +205,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.3