changeset 1143:a9ba22d551f0

Remove mention of (hopefully) fixed problem with ./configure
author Adam Chlipala <adamc@hcoop.net>
date Sun, 31 Jan 2010 07:44:49 -0500
parents 44152f712037
children bafb6a5a52a9
files doc/manual.tex
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/manual.tex	Sat Jan 30 20:21:15 2010 -0500
+++ b/doc/manual.tex	Sun Jan 31 07:44:49 2010 -0500
@@ -93,14 +93,7 @@
 
 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.