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.2.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7871702ca9b6fa382775d0091f827765e5a30e38;p=thirdparty%2Fxfsprogs-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 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