configure.in: Allow building in $srcdir.

* configure.in: Allow building in $srcdir.
* configure: Regenerated.

From-SVN: r52347
This commit is contained in:
DJ Delorie 2002-04-15 22:03:03 -04:00 committed by DJ Delorie
parent bcf2fe9c93
commit 902c431d48
3 changed files with 239 additions and 232 deletions

View File

@ -1,3 +1,8 @@
2002-04-15 DJ Delorie <dj@redhat.com>
* configure.in: Allow building in $srcdir.
* configure: Regenerated.
2002-04-14 Mark Wielaard <mark@klomp.org>
* java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0.

461
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -428,7 +428,8 @@ AC_SUBST(THREADOBJS)
AC_SUBST(THREADSPEC)
AC_SUBST(THREADLDFLAGS)
AC_LINK_FILES(sysdep/$sysdeps_dir, sysdep)
if test -d sysdep; then true; else mkdir sysdep; fi
AC_LINK_FILES(sysdep/$sysdeps_dir/locks.h, sysdep/locks.h)
HASH_SYNC_SPEC=
# Hash synchronization is only useful with posix threads right now.
@ -450,7 +451,7 @@ GCC_UNWIND_INCLUDE='-I$(libgcj_basedir)/../gcc'
# Figure out where generated headers like libgcj-config.h get installed.
changequote(,)dnl
gcc_version_trigger=${srcdir}/../gcc/version.c
gcc_version_trigger=${libgcj_basedir}/../gcc/version.c
gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^\"]*\)\".*/\1/'`
gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
tool_include_dir='$(libdir)/gcc-lib/$(target_alias)/'${gcc_version}/include