]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Warn about /usr/ucb on Solaris.
authorBruno Haible <bruno@clisp.org>
Mon, 6 Oct 2008 19:48:28 +0000 (21:48 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 6 Oct 2008 19:48:28 +0000 (21:48 +0200)
* doc/install.texi (Particular Systems): Recommend putting
/usr/ucb late in PATH, if at all.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/install.texi

index 4ccc626a9e8d462cc5c312d63175b866a0d30eaf..049fd32f2b6584989456c2902e1f1e487a2589ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-06  Bruno Haible  <bruno@clisp.org>
+
+       Warn about /usr/ucb on Solaris.
+       * doc/install.texi (Particular Systems): Recommend putting
+       /usr/ucb late in PATH, if at all.
+
 2008-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix more testsuite hang corner cases.
index a344b2890329d86f035df1c20945029d0d051934..cc7c1827e8d6893ca00a508e28552f8f7f90b23d 100644 (file)
@@ -210,6 +210,11 @@ and if that doesn't work, try
 ./configure CC="cc -nodtk"
 @end example
 
+On Solaris, don't put @code{/usr/ucb} early in your @env{PATH}.  This
+directory contains several dysfunctional programs; working variants
+of these programs are available in @code{/usr/bin}.  So, if you need
+@code{/usr/ucb} in your @env{PATH}, put it @emph{after} @code{/usr/bin}.
+
 @node System Type
 @section Specifying the System Type