and buildlinked by me. Changes: Now distributed under the GPL. All .fas files generated by previous CLISP versions are invalid and must be recompiled. Hostname resolution is now optional in EXT:SOCKET-STREAM-PEER and EXT:SOCKET-STREAM-LOCAL. EXT:SOCKET-STATUS now accepts SOCKET-SERVERs too, and the direction of the checks can be specified. Added install.bat for win32 installation. Fixed handling of circular structs and pointers to functions in the FFI. Fixed binary I/O for streams with element type longer than one byte, but not a whole number of bytes.
18 lines
534 B
Text
18 lines
534 B
Text
$NetBSD: patch-aa,v 1.9 2002/02/21 04:13:21 dillo Exp $
|
|
|
|
--- ../configure.orig Tue May 8 16:09:59 2001
|
|
+++ ../configure
|
|
@@ -512,13 +512,6 @@
|
|
makemake_args="$makemake_args --with-nogettext"
|
|
fi
|
|
fi
|
|
-if test -d $ABS_DIRNAME/avcall -a -d $ABS_DIRNAME/callback; then
|
|
- (cd $ABS_DIRNAME/avcall && make) &&
|
|
- (cd $ABS_DIRNAME/callback && make) &&
|
|
- (cd $ABS_DIRNAME/avcall && make check) &&
|
|
- (cd $ABS_DIRNAME/callback && make check) &&
|
|
- makemake_args="$makemake_args --with-dynamic-ffi"
|
|
-fi
|
|
|
|
if test -z "$do_build"; then
|
|
|