]> git.pld-linux.org Git - packages/acl.git/blame - acl-miscfix.patch
- updated to 2.2.13
[packages/acl.git] / acl-miscfix.patch
CommitLineData
64aa5817
AM
1diff -urN acl-1.0.1.org/configure.in acl-1.0.1/configure.in
2--- acl-1.0.1.org/configure.in Tue May 1 23:09:17 2001
3+++ acl-1.0.1/configure.in Tue May 1 23:09:55 2001
0f4baede
JR
4@@ -108,13 +111,6 @@
5 dnl also check if man page source is gzipped
64aa5817 6 dnl (usually on Debian, but not Redhat pre-7.0)
64aa5817
AM
7 have_zipped_manpages=false
8-for d in ${prefix}/share/man ${prefix}/man ; do
9- if test -f $d/man1/man.1.gz
10- then
64aa5817
AM
11- have_zipped_manpages=true
12- break
13- fi
14-done
64aa5817
AM
15 AC_SUBST(have_zipped_manpages)
16
0f4baede 17 dnl checks for extended attributes header and library
This page took 0.124225 seconds and 4 git commands to generate.