ac_precious_vars='build_alias
host_alias
target_alias
+ecldir
+docdir
CC
CFLAGS
LDFLAGS
--enable-rpath hard-code the location of the ECL shared library.
(no|yes, default=NO)
--enable-threads support for native threads (yes|no|auto,
- default=YES).
+ default=auto).
--enable-boehm use the Boehm-Weiser garbage collector
(no|included|system|auto, default=auto)
--enable-libatomic version of the libatomic-ops library
--with-x use the X Window System
Some influential environment variables:
+ ecldir the directory where *.fas files are installed
+ docdir the directory where documentation is installed
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
fi
-ecldir="${libdir}/ecl-${PACKAGE_VERSION}"
+
+test -z "${ecldir}" && ecldir="${libdir}/ecl-${PACKAGE_VERSION}"
+
test -z "${docdir}" && docdir="${datadir}/doc/ecl-${PACKAGE_VERSION}"
dnl -----------------------------------------------------------------------
dnl Installation directories
-ecldir="${libdir}/ecl-${PACKAGE_VERSION}"
+AC_ARG_VAR([ecldir], [the directory where *.fas files are installed])
+test -z "${ecldir}" && ecldir="${libdir}/ecl-${PACKAGE_VERSION}"
AC_SUBST([ecldir])
+AC_ARG_VAR([docdir], [the directory where documentation is installed])
test -z "${docdir}" && docdir="${datadir}/doc/ecl-${PACKAGE_VERSION}"
AC_SUBST([docdir])