From e33779e3b84b4822b4d51562d7c4f1e65408151d Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Thu, 25 Jun 2009 23:24:57 +0100 Subject: [PATCH] Revert "* FAQ: New file." This reverts commit d53f85dd859fa69af8a0b67482774d2a88aaf407. It was a confusing mistake to create an FAQ file in the Guile repository/distribution, because there was already an FAQ page on the Guile web site. The information that was in the FAQ file is now in the FAQ web page. --- FAQ | 19 ------------------- Makefile.am | 2 +- NEWS | 7 ------- 3 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 FAQ diff --git a/FAQ b/FAQ deleted file mode 100644 index 2ff6cad50..000000000 --- a/FAQ +++ /dev/null @@ -1,19 +0,0 @@ -Guile FAQ -*- outline -*- - -* Build problems - -** readline.c: error: `rl_pending_input' undeclared - -This occurs if the Readline library detected by Guile's configure -script is actually the BSD Editline project's supposedly -Readline-compatible library. The immediate fix is to uninstall -Editline and install the real GNU Readline instead. When you do this, -please note that it probably won't work to keep Editline in /usr and -install GNU Readline in /usr/local (or some similar arrangement), -because the Editline library will then still be picked up at link and -run time; it's best (subject to other constraints) to remove Editline -completely. - -For the longer term, please also report this problem to the Editline -project, to encourage them to fix it in the next release of their -Readline compatibility library. diff --git a/Makefile.am b/Makefile.am index c0fd8c337..4562dddf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ SUBDIRS = lib meta libguile guile-readline emacs \ include_HEADERS = libguile.h EXTRA_DIST = LICENSE HACKING GUILE-VERSION \ - m4/ChangeLog-2008 FAQ \ + m4/ChangeLog-2008 \ m4/autobuild.m4 ChangeLog-2008 TESTS = check-guile diff --git a/NEWS b/NEWS index a5980836e..593d6c27a 100644 --- a/NEWS +++ b/NEWS @@ -688,13 +688,6 @@ lead to a stack overflow. ** Fixed shadowing of libc's on Tru64, which broke compilation ** Make sure all tests honor `$TMPDIR' -* Changes to the distribution - -** New FAQ - -We've started collecting Frequently Asked Questions (FAQ), and will -distribute these (with answers!) in future Guile releases. - Changes in 1.8.4 (since 1.8.3)