summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-10-09 16:38:55 +0000
committerMark Wielaard <mark@klomp.org>2004-10-09 16:38:55 +0000
commit5623894d68d1f81928d4bd673c6d775b14f7be79 (patch)
tree06c80256a84e564cd424428acaf19addf3376b3d /configure.ac
parentf9a250e3ee4a01b7cae4bcff886d239e93684b29 (diff)
downloadclasspath-5623894d68d1f81928d4bd673c6d775b14f7be79.tar.gz
* configure.ac: Don't create a link to the VM specific files.
* include/Makefile.am: Remove vm/current with topsrc_dir vm/reference. * lib/Makefile.am: Likewise. * lib/gen-classlist.sh.in: Likewise. * lib/mkdep.pl.in: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 778cc503f..2aaf191af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,21 +281,6 @@ AC_ARG_ENABLE([load-library],
AC_SUBST(INIT_LOAD_LIBRARY)
dnl -----------------------------------------------------------
-dnl Create a link to the VM specific files we're compiling with
-dnl -----------------------------------------------------------
-if test "x${JVM_REFERENCE}" = x; then
- JVM_REFERENCE=reference
-fi
-ac_sources="vm/$JVM_REFERENCE"
-ac_dests="vm/current"
-while test -n "$ac_sources"; do
- set $ac_dests; ac_dest=$1; shift; ac_dests=$*
- set $ac_sources; ac_source=$1; shift; ac_sources=$*
- ac_config_links_2="$ac_config_links_2 $ac_dest:$ac_source"
-done
-AC_CONFIG_LINKS([$ac_config_links_2])
-
-dnl -----------------------------------------------------------
dnl avoiding automake complaints
dnl -----------------------------------------------------------
REMOVE=""