/[classpath]/classpath/configure.ac
ViewVC logotype

Diff of /classpath/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.52 by mkoch, Sat Oct 9 09:42:54 2004 UTC revision 1.53 by mark, Sat Oct 9 16:38:56 2004 UTC
# Line 281  AC_ARG_ENABLE([load-library], Line 281  AC_ARG_ENABLE([load-library],
281  AC_SUBST(INIT_LOAD_LIBRARY)  AC_SUBST(INIT_LOAD_LIBRARY)
282    
283  dnl -----------------------------------------------------------  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 -----------------------------------------------------------  
284  dnl avoiding automake complaints  dnl avoiding automake complaints
285  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
286  REMOVE=""  REMOVE=""

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26