summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-08-30 18:23:35 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-08-30 18:23:35 +0000
commite1f0133b40ec99cc645c594cdf9625762f52ed71 (patch)
treeb4b4abb4b275c4dcbdc3272e54eb1b0ab2e76a60 /HACKING
parentb45898cae3e21cfef5d4d98ba8d3d154a9861062 (diff)
Mention libtool ./configure-regeneration requirement.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 6 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 431c1ea55..92ce83225 100644
--- a/HACKING
+++ b/HACKING
@@ -52,12 +52,17 @@ Automake 1.4-p4 --- a system for automatically generating Makefiles that
Before using automake, you may need to copy `threads.m4' and
`guile.m4' from the top directory of the Guile core disty to
- `/usr/local/share/aclocal.
+ `/usr/local/share/aclocal'.
libtool 1.4 --- a system for managing the zillion hairy options needed
on various systems to produce shared libraries. Available in
"ftp://ftp.gnu.org/pub/gnu/libtool"
+ To avoid reported tricky errors during the Guile build: After
+ unpacking the libtool distribution, use autoconf (2.50) to
+ regenerate its ./configure script. Then build and install as
+ usual.
+
flex 2.5.4 (or newer) --- a scanner generator. earlier versions will
most probably work too.