]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr-miscfix.patch
- rel 2
[packages/attr.git] / attr-miscfix.patch
index 65b56378fa8c8cac4b235af4d55a86394950336f..fd77cc576874cfef143e42cf1ae8bada5f7eec74 100644 (file)
@@ -1,17 +1,15 @@
-diff -urN attr-1.0.1.org/configure.in attr-1.0.1/configure.in
---- attr-1.0.1.org/configure.in        Tue May  1 22:33:54 2001
-+++ attr-1.0.1/configure.in    Tue May  1 22:39:07 2001
-@@ -108,13 +111,6 @@
- dnl also check if man page source is gzipped
- dnl (usually on Debian, but not Redhat pre-7.0)
- 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)
- dnl build definitions for use in Makefiles
+--- attr-2.4.7/m4/manual_format.m4.orig        2003-06-25 03:51:29.000000000 +0200
++++ attr-2.4.7/m4/manual_format.m4     2003-08-08 21:08:12.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.027062 seconds and 4 git commands to generate.