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

Diff of /classpath/configure.in

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

revision 1.76 by cbj, Sun Oct 28 01:15:04 2001 UTC revision 1.77 by cbj, Mon Nov 5 02:59:24 2001 UTC
# Line 63  AC_PROG_INSTALL Line 63  AC_PROG_INSTALL
63    
64  dnl Checks for programs.  dnl Checks for programs.
65  if test "${COMPILE_JNI}" = "yes"; then  if test "${COMPILE_JNI}" = "yes"; then
66      AC_PREREQ(2.52)
67    
68    dnl AC_PROG_CXX    dnl AC_PROG_CXX
69    dnl Initialize libtool    dnl Initialize libtool
70    AM_DISABLE_STATIC    AM_DISABLE_STATIC
# Line 77  if test "${COMPILE_JNI}" = "yes"; then Line 79  if test "${COMPILE_JNI}" = "yes"; then
79    AC_EGREP_HEADER(u_int32_t, sys/types.h, AC_DEFINE(HAVE_BSD_INT32_DEFINED))    AC_EGREP_HEADER(u_int32_t, sys/types.h, AC_DEFINE(HAVE_BSD_INT32_DEFINED))
80    AC_EGREP_HEADER(u_int32_t, sys/config.h, AC_DEFINE(HAVE_BSD_INT32_DEFINED))    AC_EGREP_HEADER(u_int32_t, sys/config.h, AC_DEFINE(HAVE_BSD_INT32_DEFINED))
81    
82    AC_CHECK_FUNCS(gethostname socket strerror fork pipe execve strtod atof)    AC_CHECK_FUNCS(gethostname socket strerror fork pipe execve open close lseek \
83            fstat read write htonl memset htons connect getsockname sizeof getpeername \
84            bind listen accept recvfrom send sendto setsockopt getsockopt time mktime)
85    
86    AC_HEADER_TIME    AC_HEADER_TIME
87    AC_STRUCT_TM    AC_STRUCT_TM
88    AC_STRUCT_TIMEZONE    AC_STRUCT_TIMEZONE
# Line 286  javax/naming/Makefile Line 291  javax/naming/Makefile
291  javax/naming/directory/Makefile  javax/naming/directory/Makefile
292  javax/naming/spi/Makefile  javax/naming/spi/Makefile
293  native/Makefile  native/Makefile
294    native/fdlibm/Makefile
295  native/jni/Makefile  native/jni/Makefile
296  native/jni/awt/Makefile  native/jni/classpath/Makefile
297  native/lib/Makefile  native/jni/java-io/Makefile
298  native/vmi/Makefile  native/jni/java-lang/Makefile
299    native/jni/java-net/Makefile
300    native/jni/java-util/Makefile
301    native/jni/gtk-peer/Makefile
302  resource/Makefile  resource/Makefile
303  resource/java/Makefile  resource/java/Makefile
304  resource/java/util/Makefile  resource/java/util/Makefile
305  resource/java/security/Makefile  resource/java/security/Makefile
306  vm/Makefile  vm/Makefile
 vm/kaffe/Makefile  
 vm/kaffe/java/Makefile  
 vm/kaffe/kaffe/Makefile  
 vm/kaffe/native/Makefile  
307  vm/reference/Makefile  vm/reference/Makefile
308  vm/reference/gnu/Makefile  vm/reference/gnu/Makefile
309  vm/reference/gnu/vm/Makefile  vm/reference/gnu/vm/Makefile

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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