Version 0.8. Disable CLX, which is now distributed separately.

This commit is contained in:
jjgarcia 2002-12-06 11:21:50 +00:00
parent 451ed9087d
commit e92ebbc834
2 changed files with 5 additions and 11 deletions

8
src/configure vendored
View file

@ -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

View file

@ -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")