]> git.pld-linux.org Git - packages/acl.git/commitdiff
- updated to 2.0.15
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Aug 2002 15:58:45 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl-miscfix.patch -> 1.4

acl-miscfix.patch

index 13bad1cfcdbf10ff1ffb5192551e524177d373fc..db29b465f0d29f7a6542a61bf1c742e782e85985 100644 (file)
@@ -1,30 +1,17 @@
 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 @@
+@@ -108,13 +111,6 @@
+ dnl also check if man page source is gzipped
  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)
  
+ dnl checks for extended attributes header and library
This page took 0.036244 seconds and 4 git commands to generate.