]> git.pld-linux.org Git - packages/xfsprogs.git/blob - xfsprogs-miscfix.patch
- adapterized, cosmetics, pl spelling(!)
[packages/xfsprogs.git] / xfsprogs-miscfix.patch
1 diff -urN ./old/xfsprogs-1.3.5/configure.in xfsprogs-1.3.5/configure.in
2 --- ./old/xfsprogs-1.3.5/configure.in   Thu Aug  9 21:04:48 2001
3 +++ xfsprogs-1.3.5/configure.in Wed Aug 29 09:12:23 2001
4 @@ -133,7 +133,7 @@
5         echo 'Install either the e2fsprogs-devel (rpm) or the uuid-dev (deb) package.'
6         exit 1
7  ])
8 -libuuid="/usr/lib/libuuid.a"
9 +libuuid="-luuid"
10  AC_SUBST(libuuid)
11  
12  dnl Checks for LVM library
13 @@ -201,14 +201,6 @@
14  dnl (usually on Debian, but not Redhat pre-7.0)
15  pkg_man_dir=${prefix}/share/man
16  have_zipped_manpages=false
17 -for d in ${prefix}/share/man ${prefix}/man ; do
18 -    if test -f $d/man1/man.1.gz
19 -    then
20 -       pkg_man_dir=$d
21 -       have_zipped_manpages=true
22 -       break
23 -    fi
24 -done
25  AC_SUBST(pkg_man_dir)
26  AC_SUBST(have_zipped_manpages)
27  
This page took 0.066271 seconds and 3 git commands to generate.