summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-01-31 07:44:49 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-01-31 07:44:49 -0500
commit43566cdd19751c5f308b451ee99aeecc57b5f0b3 (patch)
tree932e91d06c136555d57d3a5d75a414a8e333152c /doc
parent2390819ea60d9f6b4aabb78083cb8a32b049c626 (diff)
Remove mention of (hopefully) fixed problem with ./configure
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.tex9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/manual.tex b/doc/manual.tex
index 8d888295..b15d4b6b 100644
--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -93,14 +93,7 @@ GCCARGS=-fnested-functions ./configure
Some Mac OS X users have reported needing to use this particular GCCARGS value.
-Since the author is still getting a handle on the GNU Autotools that provide the build system, you may need to do some further work to get started, especially in environments with significant differences from Linux (where most testing is done). One OS X user reported needing to run \texttt{./configure} with \texttt{CFLAGS=-I/opt/local/include}, since this directory wound up holding a header file associated with a \texttt{libmhash} package installed via DarwinPorts. While that user built Ur/Web successfully with no further tweaks, another OS X user reported that he needed to install Autoconf and Automake from MacPorts and run the following before \texttt{./configure}:
-
-\begin{verbatim}
-aclocal
-autoconf
-\end{verbatim}
-
-He also reported needing to add \texttt{/opt/local/bin/} to his \texttt{\$PATH}, because of an unusual set-up where Autotools files were installed in that directory.
+Since the author is still getting a handle on the GNU Autotools that provide the build system, you may need to do some further work to get started, especially in environments with significant differences from Linux (where most testing is done). One OS X user reported needing to run \texttt{./configure} with \texttt{CFLAGS=-I/opt/local/include}, since this directory wound up holding a header file associated with a \texttt{libmhash} package installed via DarwinPorts.
The Emacs mode can be set to autoload by adding the following to your \texttt{.emacs} file.