From: Nathan Scott Date: Mon, 7 May 2001 02:46:00 +0000 (+0000) Subject: in the absence of any compeling information to suggest otherwise, fall X-Git-Tag: v1.1.0~1260 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=86c611668079a9a8e1e54c2d15a0e21040546e42 in the absence of any compeling information to suggest otherwise, fall back to installing man pages in /usr/share/man, rather than /usr/man. --- diff --git a/configure.in b/configure.in index 3863e9da..edb91c16 100644 --- a/configure.in +++ b/configure.in @@ -198,7 +198,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 +pkg_man_dir=${prefix}/share/man have_zipped_manpages=false for d in ${prefix}/share/man ${prefix}/man ; do if test -f $d/man1/man.1.gz