]> git.pld-linux.org Git - packages/acl.git/blob - acl-miscfix.patch
update required autotools/gettext versions
[packages/acl.git] / acl-miscfix.patch
1 --- acl-2.2.13/m4/manual_format.m4.orig 2003-06-25 03:51:27.000000000 +0200
2 +++ acl-2.2.13/m4/manual_format.m4      2003-08-08 21:14:48.000000000 +0200
3 @@ -6,12 +6,5 @@
4  # 
5  AC_DEFUN([AC_MANUAL_FORMAT],
6    [ have_zipped_manpages=false
7 -    for d in ${prefix}/share/man ${prefix}/man ; do
8 -        if test -f $d/man1/man.1.gz
9 -        then
10 -            have_zipped_manpages=true
11 -            break
12 -        fi
13 -    done
14      AC_SUBST(have_zipped_manpages)
15    ])
This page took 0.056557 seconds and 3 git commands to generate.