Accommodate building on OS/2 (www.ecomstation.com Ecs v2 rc4)
authorJim Meyering <meyering@redhat.com>
Wed, 2 Apr 2008 07:03:36 +0000 (09:03 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 5 Apr 2008 10:13:57 +0000 (12:13 +0200)
* configure.in: Also filter out carriage returns from the value
of $no_install_progs_default.  Reported by Elbert Pol.

THANKS
configure.ac

diff --git a/THANKS b/THANKS
index d38e51f..1f8566a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -150,6 +150,7 @@ Edzer Pebesma                       Edzer.Pebesma@rivm.nl
 Egmont Koblinger                    egmont@uhulinux.hu
 Eirik Fuller                        eirik@hackrat.com
 Eivind                              eivindt@multinet.no
+Elbert Pol                          elbert.pol@gmail.com
 Eli Zaretskii                       eliz@is.elta.co.il
 Elias Pipping                       pipping@gentoo.org
 Emile LeBlanc                       leblanc@math.toronto.edu
index 0e101a1..36fc0cf 100644 (file)
@@ -268,7 +268,7 @@ done
 v=no_install__progs
 t=`sed -n '/^'$v' =/,/[[^\]]$/p' $mk \
     | sed 's/^  *//;/^\$.*/d;/^'$v' =/d' \
-    | tr -s '\\012\\\\' '  '`
+    | tr -s '\\015\\012\\\\' '   '`
 # Remove any trailing space.
 no_install_progs_default=`echo "$t"|sed 's/ $//'`