From Phil Edwards:

* configure: Rebuilt.
	* configure.in: Use echo, not `:', to create .d files.

From-SVN: r38139
This commit is contained in:
Tom Tromey 2000-12-08 22:27:09 +00:00 committed by Tom Tromey
parent 85a011b076
commit 583e347f78
3 changed files with 299 additions and 282 deletions

View File

@ -1,3 +1,9 @@
2000-12-08 Tom Tromey <tromey@redhat.com>
From Phil Edwards:
* configure: Rebuilt.
* configure.in: Use echo, not `:', to create .d files.
2000-12-08 Warren Levy <warrenl@redhat.com>
* java/lang/StringBuffer.java (insert(int,char[])): Avoid

573
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -794,7 +794,7 @@ changequote(<<,>>)
d=`echo $f | sed -e 's,/[^/]*$,,'`
changequote([,])
$srcdir/../mkinstalldirs $d
: > $f
echo > $f
}
done
],