mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 01:04:26 +08:00
configure: Rebuilt.
* configure: Rebuilt. * configure.in: Compute new aux dir using `pwd'. From-SVN: r43064
This commit is contained in:
parent
de96ac4681
commit
f1eba84741
@ -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
473
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user