Skip to content

Commit

Permalink
Just a few updates.
Browse files Browse the repository at this point in the history
This commit was SVN r23813.
  • Loading branch information
jsquyres committed Sep 28, 2010
1 parent a8c426a commit e8868c3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,12 @@ NOTE: On MacOS/X, the default "libtool" program is different than the
2c. Automake
2d. Libtool

3. You MUST install all four tools into the same prefix directory.
These four tools are somewhat inter-related, and if they're going
to be used together, they MUST share a common installation prefix.
3. You MUST install the last three tools (Autoconf, Automake, Libtool)
into the same prefix directory. These three tools are somewhat
inter-related, and if they're going to be used together, they MUST
share a common installation prefix. You can install m4 anywhere,
as long as it can be found in the path. It may be convenient to
install it instal the same prefix as the other three.

3a. It is *strongly* encouraged that you do not install your new
versions over the OS-installed versions. This could cause
Expand Down Expand Up @@ -170,7 +173,7 @@ NOTE: On MacOS/X, the default "libtool" program is different than the
--> If you are using the csh or tcsh shells, be sure to run the
"rehash" command after you install each package.

shell$ cd ../autoconf-2.65
shell$ cd ../autoconf-2.68
shell$ ./configure --prefix=PREFIX
shell$ make; make install

Expand All @@ -184,7 +187,7 @@ NOTE: On MacOS/X, the default "libtool" program is different than the
--> If you are using the csh or tcsh shells, be sure to run the
"rehash" command after you install each package.

shell$ cd ../libtool-2.2.6
shell$ cd ../libtool-2.2.8
shell$ ./configure --prefix=PREFIX
shell$ make; make install

Expand Down

0 comments on commit e8868c3

Please sign in to comment.