Embeddable Common-Lisp main repository.
Find a file
Juan Jose Garcia Ripoll d1441004b7 Fixes in configure.in and aclocal.m4 (J. James):
* AC_TRY_COMPILE and AC_TRY_LINK are obsolete, and have been replaced elsewhere already.
* AC_LANG_PROGRAM already generates a main() function, so the current code generates a main() inside a main().
* AC_ISC_POSIX is obsolete.  The strerror check is its replacement.
* On Linux Fedora 14, the ECL_POSIX_SEMAPHORES and ECL_POSIX_RWLOCK checks look for functionality that is in libpthread which isn't added to LIBS until AFTER the checks have been run, resulting in spurious failures. This fix just moves the addition of THREAD_LIBS to LIBS and THREAD_CFLAGS to CFLAGS to before those tests.
* There is no AC_MSG_RESULT paired with the deleted AC_MSG_CHECKING, resulting in funny-looking output. Plus, it appears that the result of this check is constant, which makes me believe that the message is superfluous.
2011-01-19 22:29:13 +01:00
contrib Fixed typo in serve-event (J. James) 2011-01-19 22:24:24 +01:00
examples Update ASDF example (David Leoni) 2010-03-19 23:30:58 +01:00
msvc Fixed processor names for 64-bit builds in msvc/gc/Makefile 2011-01-06 22:00:11 +01:00
src Fixes in configure.in and aclocal.m4 (J. James): 2011-01-19 22:29:13 +01:00
.gitignore Ignore the Autoconf directory. 2010-02-17 00:25:03 +01:00
ANNOUNCEMENT List a known issue in ANNOUNCEMENT 2011-01-16 18:21:49 +01:00
configure Preserve quoting when passing the arguments to the build directory 2008-08-27 09:50:44 +02:00
Copyright Debian needs a more precise wording of the license 2005-12-14 09:51:11 +00:00
INSTALL New file with a sketch of the installation instrucitons 2009-08-12 23:54:41 +02:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Automate process of uploading a new release. 2010-02-13 21:26:39 +01:00
README.1st Initial revision 2001-06-26 17:14:44 +00:00

You can find the preprocessed documentation in ./doc in HTML format.