]> git.pld-linux.org Git - packages/attr.git/blame - attr-miscfix.patch
- optimize, more fixes in miscfix patch to properly detect headers
[packages/attr.git] / attr-miscfix.patch
CommitLineData
59210996
JB
1--- attr-2.4.7/m4/manual_format.m4.orig 2003-06-25 03:51:29.000000000 +0200
2+++ attr-2.4.7/m4/manual_format.m4 2003-08-08 21:08:12.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 ])
16--- attr-2.4.7/m4/package_utilies.m4.orig 2003-06-25 03:51:29.000000000 +0200
17+++ attr-2.4.7/m4/package_utilies.m4 2003-08-08 21:08:29.000000000 +0200
18@@ -17,9 +17,7 @@
19 # MSGFMT MSGMERGE RPM
20 #
21 AC_DEFUN([AC_PACKAGE_UTILITIES],
22- [ if test -z "$CC"; then
23- AC_PROG_CC
24- fi
25+ [ AC_PROG_CC
26 cc="$CC"
27 AC_SUBST(cc)
28 AC_PACKAGE_NEED_UTILITY($1, "$cc", cc, [C compiler])
This page took 0.550918 seconds and 4 git commands to generate.