diff options
author | Andy Wingo <wingo@pobox.com> | 2009-11-27 11:37:17 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-12-01 21:00:26 +0100 |
commit | c58b8c5aed8884f044e7c3af116e649e7e855381 (patch) | |
tree | 14e5cd1606fa17683808e2adbccf43d1e473c4ce /configure.ac | |
parent | 8397a3a69555c73d4e1df89ae96c561d2ea43188 (diff) | |
download | guile-c58b8c5aed8884f044e7c3af116e649e7e855381.tar.gz |
remove (lang elisp), as it won't work with the new evaluator
* lang/: Delete. This causes me some pain, but the new elisp compiler is
coming soon, and the old one really won't work with the new evaluator.
* Makefile.am:
* configure.ac: Autotoolery for elisp removal.
* test-suite/tests/elisp.test: Comment out the body of the elisp test.
The tests themselves should be useful in the new world, though.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5ed153d57..1393d87ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1614,7 +1614,6 @@ AC_CONFIG_FILES([ doc/tutorial/Makefile emacs/Makefile examples/Makefile - lang/Makefile libguile/Makefile srfi/Makefile guile-readline/Makefile |