]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr-miscfix.patch
- 2.4.16
[packages/attr.git] / attr-miscfix.patch
index 65b56378fa8c8cac4b235af4d55a86394950336f..0dfa1d78de15587aca3606283427002b5c9bdfe3 100644 (file)
@@ -1,17 +1,28 @@
-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
+--- 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)
+   ])
+--- attr-2.4.7/m4/package_utilies.m4.orig      2003-06-25 03:51:29.000000000 +0200
++++ attr-2.4.7/m4/package_utilies.m4   2003-08-08 21:08:29.000000000 +0200
+@@ -17,9 +17,7 @@
+ #  MSGFMT MSGMERGE RPM
+ #
+ AC_DEFUN([AC_PACKAGE_UTILITIES],
+-  [ if test -z "$CC"; then
+-        AC_PROG_CC
 -    fi
--done
- AC_SUBST(have_zipped_manpages)
- dnl build definitions for use in Makefiles
++  [ AC_PROG_CC
+     cc="$CC"
+     AC_SUBST(cc)
+     AC_PACKAGE_NEED_UTILITY($1, "$cc", cc, [C compiler])
This page took 0.040378 seconds and 4 git commands to generate.