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

Diff of /classpath/configure.in

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

revision 1.82 by cbj, Fri Feb 8 04:42:28 2002 UTC revision 1.83 by cbj, Sat Feb 9 21:32:16 2002 UTC
# Line 10  AC_CANONICAL_TARGET Line 10  AC_CANONICAL_TARGET
10  if expr match ${target_cpu} .*86 > /dev/null; then target_cpu=x86; fi  if expr match ${target_cpu} .*86 > /dev/null; then target_cpu=x86; fi
11    
12  PACKAGE="classpath"  PACKAGE="classpath"
13  VERSION="0.03"  VERSION="0.03-pre1"
14  LIBVERSION="0:0:0"  LIBVERSION="0:0:0"
15  AC_SUBST(PACKAGE)  AC_SUBST(PACKAGE)
16  AC_SUBST(VERSION)  AC_SUBST(VERSION)
# Line 221  dnl zip, and perl, however it should be Line 221  dnl zip, and perl, however it should be
221  dnl in maintainer mode.  dnl in maintainer mode.
222  AC_PATH_PROG(FIND, find)  AC_PATH_PROG(FIND, find)
223  AC_PATH_PROG(ZIP, zip)  AC_PATH_PROG(ZIP, zip)
224  AC_PATH_PROG(PERL, perl)  AC_PATH_PROG(UNZIP, unzip)
225    dnl AC_PATH_PROG(PERL, perl)
226    
227  AC_OUTPUT(Makefile  AC_OUTPUT(Makefile
228  com/Makefile  com/Makefile
# Line 332  vm/reference/java/Makefile Line 333  vm/reference/java/Makefile
333  vm/reference/java/lang/Makefile  vm/reference/java/lang/Makefile
334  vm/reference/java/lang/reflect/Makefile  vm/reference/java/lang/reflect/Makefile
335  lib/Makefile  lib/Makefile
336  lib/gen-classlist.sh  lib/gen-classlist.sh,
337  lib/mkdep.pl  [ chmod 755 lib/gen-classlist.sh
 lib/mkcollections.pl,  
 [ chmod 755 lib/mkdep.pl  
   chmod 755 lib/mkcollections.pl  
   chmod 755 lib/gen-classlist.sh  
338  ])  ])
339    
340    

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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