From e92ebbc8345390892824db8ab01b3ca8db79934f Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Fri, 6 Dec 2002 11:21:50 +0000 Subject: [PATCH] Version 0.8. Disable CLX, which is now distributed separately. --- src/configure | 8 +------- src/configure.in | 8 ++++---- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/configure b/src/configure index 53ba6e173..88e17ac87 100755 --- a/src/configure +++ b/src/configure @@ -838,7 +838,6 @@ if test -n "$ac_init_help"; then Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] ---enable-clx Include CLX. --enable-local-boehm Use already installed Boehm GC library. --enable-local-gmp Use already installed GMP library. --enable-threads Include the multiple thread facility. @@ -1225,7 +1224,7 @@ echo "***" exit 2; fi -ECL_VERSION=0.7b +ECL_VERSION=0.8 ac_aux_dir= @@ -1319,11 +1318,6 @@ test -z "$host_alias" && -# Check whether --enable-clx or --disable-clx was given. -if test "${enable_clx+set}" = set; then - enableval="$enable_clx" - clx="$enableval" -fi; # Check whether --with-tcp or --without-tcp was given. if test "${with_tcp+set}" = set; then diff --git a/src/configure.in b/src/configure.in index 935bc0691..95ae588e2 100644 --- a/src/configure.in +++ b/src/configure.in @@ -31,7 +31,7 @@ exit 2; fi dnl Set the version number. This seems the best place to keep it. -ECL_VERSION=0.7b +ECL_VERSION=0.8 AC_SUBST(ECL_VERSION) dnl Guess operating system of host. We do not allow cross-compiling. @@ -47,9 +47,9 @@ AC_SUBST(top_srcdir) dnl AC_ARG_ENABLE(tk, dnl [--enable-tk Include Tk.], dnl tk="$enable_tk") -AC_ARG_ENABLE(clx, - [--enable-clx Include CLX.], - clx="$enableval") +dnl AC_ARG_ENABLE(clx, +dnl [--enable-clx Include CLX.], +dnl clx="$enableval") AC_ARG_WITH(tcp, [--with-tcp Include socket interface.], tcp="yes")