configure: Rebuilt.

* configure: Rebuilt.
	* configure.in: Compute new aux dir using `pwd'.

From-SVN: r43064
This commit is contained in:
Tom Tromey 2001-06-08 23:40:17 +00:00 committed by Tom Tromey
parent de96ac4681
commit f1eba84741
3 changed files with 242 additions and 242 deletions

View File

@ -1,9 +1,7 @@
2001-06-07 Tom Tromey <tromey@redhat.com>
2001-06-08 Tom Tromey <tromey@redhat.com>
Fix for PR libgcj/3059:
* java/lang/natSystem.cc (init_properties): Define `java.home'.
* Makefile.in: Rebuilt.
* Makefile.am (AM_CXXFLAGS): Define PREFIX.
* configure: Rebuilt.
* configure.in: Compute new aux dir using `pwd'.
2001-06-07 Tom Tromey <tromey@redhat.com>

473
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,8 @@ if test -z "${with_cross_host}"; then
# Sigh. Libtool's macro doesn't do the right thing.
INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
# FIXME: this is a hack.
ac_configure_args="$ac_configure_args --with-auxdir=../$ac_aux_dir"
sub_auxdir="`cd $ac_aux_dir && pwd`"
ac_configure_args="$ac_configure_args --with-auxdir=$sub_auxdir"
fi
AC_SUBST(INCLTDL)
AC_SUBST(LIBLTDL)