Commit f1eba847 by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

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

From-SVN: r43064
parent de96ac46
2001-06-07 Tom Tromey <tromey@redhat.com> 2001-06-08 Tom Tromey <tromey@redhat.com>
Fix for PR libgcj/3059: * configure: Rebuilt.
* java/lang/natSystem.cc (init_properties): Define `java.home'. * configure.in: Compute new aux dir using `pwd'.
* Makefile.in: Rebuilt.
* Makefile.am (AM_CXXFLAGS): Define PREFIX.
2001-06-07 Tom Tromey <tromey@redhat.com> 2001-06-07 Tom Tromey <tromey@redhat.com>
......
...@@ -23,7 +23,8 @@ if test -z "${with_cross_host}"; then ...@@ -23,7 +23,8 @@ if test -z "${with_cross_host}"; then
# Sigh. Libtool's macro doesn't do the right thing. # Sigh. Libtool's macro doesn't do the right thing.
INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL" INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
# FIXME: this is a hack. # 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 fi
AC_SUBST(INCLTDL) AC_SUBST(INCLTDL)
AC_SUBST(LIBLTDL) AC_SUBST(LIBLTDL)
......
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