Commit ded63764 by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

	* configure: Rebuilt.
	* configure.ac: Clear vm-tools-packages.

From-SVN: r122677
parent a24ff43f
2007-03-07 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.ac: Clear vm-tools-packages.
2007-03-07 Mohan Embar <gnustuff@thisiscool.com> 2007-03-07 Mohan Embar <gnustuff@thisiscool.com>
* java/lang/Win32Process.java: Added nested class EOFInputStream. * java/lang/Win32Process.java: Added nested class EOFInputStream.
......
...@@ -5088,6 +5088,7 @@ if test "$use_x_awt" != yes; then ...@@ -5088,6 +5088,7 @@ if test "$use_x_awt" != yes; then
fi fi
# Tools that need to be compiled against classpath's tools classes # Tools that need to be compiled against classpath's tools classes
: > vm-tools-packages
for package in gnu/gcj/tools/gc_analyze ; do for package in gnu/gcj/tools/gc_analyze ; do
echo $package >> standard.omit echo $package >> standard.omit
echo $package >> vm-tools-packages echo $package >> vm-tools-packages
...@@ -6030,7 +6031,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" ...@@ -6030,7 +6031,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case $host in case $host in
*-*-irix6*) *-*-irix6*)
# Find out which ABI we are using. # Find out which ABI we are using.
echo '#line 6033 "configure"' > conftest.$ac_ext echo '#line 6034 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5 (eval $ac_compile) 2>&5
ac_status=$? ac_status=$?
...@@ -7072,7 +7073,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then ...@@ -7072,7 +7073,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
: :
else else
cat > conftest.$ac_ext << EOF cat > conftest.$ac_ext << EOF
#line 7075 "configure" #line 7076 "configure"
struct S { ~S(); }; struct S { ~S(); };
void bar(); void bar();
void foo() void foo()
......
...@@ -296,6 +296,7 @@ if test "$use_x_awt" != yes; then ...@@ -296,6 +296,7 @@ if test "$use_x_awt" != yes; then
fi fi
# Tools that need to be compiled against classpath's tools classes # Tools that need to be compiled against classpath's tools classes
: > vm-tools-packages
for package in gnu/gcj/tools/gc_analyze ; do for package in gnu/gcj/tools/gc_analyze ; do
echo $package >> standard.omit echo $package >> standard.omit
echo $package >> vm-tools-packages echo $package >> vm-tools-packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment