head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


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

1.1
date	2000.08.29.10.40.23;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 0.7 and sync with www/mozilla

Submitted by:	ume
@
text
@--- build/autoconf/make-makefile.orig	Tue Mar 14 12:17:32 2000
+++ build/autoconf/make-makefile	Sun Aug 27 02:52:27 2000
@@@@ -43,7 +43,8 @@@@
 #    called from "mozilla/gfx/src", then $source_subdir would be
 #    "gfx/src/".
 $source_subdir = "$object_fullpath/";
-$source_subdir =~ s|^$object_root/||;
+my $quoted_object_root = quotemeta($object_root);
+$source_subdir =~ s|^$quoted_object_root/||;
 
 # Prefix makefiles with $source_subdir so that paths
 # will be relative to the top of the object tree.
@


1.1
log
@IPv6 enabled mozilla-M17.

Submitted by:	ume
Repo copied by:	PW
@
text
@@

