summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/patches/patch-aa
blob: 37980b9fb62b9336bc610344fc28edcec1b97814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.5 2008/12/02 10:16:30 tron Exp $

--- configure.orig	Sat May 31 16:23:27 2008
+++ configure	Mon Dec  1 13:22:27 2008
@@ -70407,7 +70407,7 @@
 v=EXTRA_PROGRAMS
 for gl_i in `sed -n '/^'$v' =/,/[^\]$/p' $mk \
     | sed 's/^  *//;/^\$.*/d;/^'$v' =/d' \
-    | tr -s '\\015\\012\\\\' '  '`; do
+    | tr -s '\\015\\012\\\\' '   '`; do
   {
   if test -z "$optional_bin_progs"; then
     optional_bin_progs=$gl_i
@@ -70546,7 +70546,7 @@
 
 # Change ginstall.1 to "install.h" in $MAN.
 MAN=`for m in $MAN; do test $m = ginstall.1 && m=install.1; echo $m; done \
-  | tr '\015\012' ' '; echo`
+  | tr '\015\012' '  '; echo`
 
 # Remove [.1, since writing a portable rule for it in man/Makefile.am
 # is not practical.  The sed LHS below uses the autoconf quadrigraph