Commit 902c431d by DJ Delorie Committed by DJ Delorie

configure.in: Allow building in $srcdir.

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

From-SVN: r52347
parent bcf2fe9c
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.
......
......@@ -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
......
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