head	1.2;
access;
symbols
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.04.02.15.19.55;	author sumikawa;	state dead;
branches;
next	1.1;

1.1
date	99.08.23.12.00.46;	author tg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Removed python+ipv6.  IPv6 patch was merged in python-2.2.
@
text
@--- Modules/makesetup.orig	Fri Dec 11 02:10:29 1998
+++ Modules/makesetup	Mon Aug 23 13:28:50 1999
@@@@ -101,7 +101,7 @@@@
 	LIBS=
 	LOCALLIBS=
 	BASELIBS=
-	while read line
+	while read -e line
 	do
 		# Output DEFS in reverse order so first definition overrides
 		case $line in
@


1.1
log
@Use `read -e', so makesetup groks continuation lines.

PR:		13276
Submitted by:	Randall Hopper <aa8vb@@ipass.net>
@
text
@@

