]> git.pld-linux.org Git - packages/acl.git/blobdiff - acl-miscfix.patch
- pass rpmldflags
[packages/acl.git] / acl-miscfix.patch
index 13bad1cfcdbf10ff1ffb5192551e524177d373fc..951c85252ed90c44d50c424a2c2328d76f417322 100644 (file)
@@ -1,30 +1,15 @@
-diff -urN acl-1.0.1.org/configure.in acl-1.0.1/configure.in
---- acl-1.0.1.org/configure.in Tue May  1 23:09:17 2001
-+++ acl-1.0.1/configure.in     Tue May  1 23:09:55 2001
-@@ -28,7 +28,10 @@
- AC_SUBST(malloc_lib)
- dnl Set version
--. ./VERSION
-+PKG_MAJOR=1
-+PKG_MINOR=1
-+PKG_REVISION=3
-+PKG_BUILD=0
- pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
- pkg_release=$PKG_BUILD
-@@ -108,14 +111,6 @@
- dnl (usually on Debian, but not Redhat pre-7.0)
- 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
--    then
--      pkg_man_dir=$d
--      have_zipped_manpages=true
--      break
--    fi
--done
- AC_SUBST(pkg_man_dir)
- AC_SUBST(have_zipped_manpages)
+--- acl-2.2.13/m4/manual_format.m4.orig        2003-06-25 03:51:27.000000000 +0200
++++ acl-2.2.13/m4/manual_format.m4     2003-08-08 21:14:48.000000000 +0200
+@@ -6,12 +6,5 @@
+ # 
+ AC_DEFUN([AC_MANUAL_FORMAT],
+   [ have_zipped_manpages=false
+-    for d in ${prefix}/share/man ${prefix}/man ; do
+-        if test -f $d/man1/man.1.gz
+-        then
+-            have_zipped_manpages=true
+-            break
+-        fi
+-    done
+     AC_SUBST(have_zipped_manpages)
+   ])
This page took 0.106881 seconds and 4 git commands to generate.