From: Nathan Scott Date: Mon, 29 Jan 2001 23:27:23 +0000 (+0000) Subject: fix use of potentially uninitialised variable in deciding where to put X-Git-Tag: v1.1.0~1324 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0f34df2a22d10ef66f4e4af0e0dcbf451aced308;p=users%2Fhch%2Fxfstests-dev.git fix use of potentially uninitialised variable in deciding where to put man pages and how to build them. --- diff --git a/configure.in b/configure.in index 77af3768f..ad2be9df2 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