autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.62-78-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-78-g60974b5
Date: Wed, 20 Aug 2008 13:28:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=60974b5558d32b70a8a3f7f5e89f28d2daa259e8

The branch, master has been updated
       via  60974b5558d32b70a8a3f7f5e89f28d2daa259e8 (commit)
      from  0b0c80f560884b9d4c0faafb15ec28d810d25f70 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 60974b5558d32b70a8a3f7f5e89f28d2daa259e8
Author: Bruno Haible <address@hidden>
Date:   Wed Aug 20 07:26:30 2008 -0600

    Add section to INSTALL about particular systems.
    
    * doc/install.texi (Particular systems): New node.
    * doc/autoconf.texi: Adjust menus.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    2 ++
 doc/install.texi  |   30 ++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1a892f9..f15cbf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-20  Bruno Haible  <address@hidden>
+
+       Add section to INSTALL about particular systems.
+       * doc/install.texi (Particular systems): New node.
+       * doc/autoconf.texi: Adjust menus.
+
 2008-08-19  Bruno Haible  <address@hidden>
        and Peter O'Gorman  <address@hidden>
 
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 739bd47..865f25b 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -557,6 +557,7 @@ Running @command{configure} Scripts
 * Multiple Architectures::      Compiling for multiple architectures at once
 * Installation Names::          Installing in different directories
 * Optional Features::           Selecting optional features
+* Particular Systems::          Particular systems
 * System Type::                 Specifying the system type
 * Sharing Defaults::            Setting site-wide defaults for 
@command{configure}
 * Defining Variables::          Specifying the compiler etc.
@@ -18518,6 +18519,7 @@ may use comes with Autoconf.
 * Multiple Architectures::      Compiling for multiple architectures at once
 * Installation Names::          Installing in different directories
 * Optional Features::           Selecting optional features
+* Particular Systems::          Particular systems
 * System Type::                 Specifying the system type
 * Sharing Defaults::            Setting site-wide defaults for 
@command{configure}
 * Defining Variables::          Specifying the compiler etc.
diff --git a/doc/install.texi b/doc/install.texi
index 362be59..070291c 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -179,6 +179,36 @@ doesn't, you can use the @command{configure} options
 @address@hidden and @address@hidden to
 specify their locations.
 
address@hidden Particular Systems
address@hidden Particular systems
+
+On HP-UX, the default C compiler is not ANSI C compatible.  If GNU CC is
+not installed, it is recommended to use the following options in order to
+use an ANSI C compiler:
+
address@hidden
+./configure CC="cc -Ae"
address@hidden example
+
address@hidden
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+On OSF/1 a.k.a.@: Tru64, some versions of the default C compiler cannot
+parse its @code{<wchar.h>} header file.  The option @option{-nodtk} can be
+used as a workaround.  If GNU CC is not installed, it is therefore
+recommended to try
+
address@hidden
+./configure CC="cc"
address@hidden example
+
address@hidden
+and if that doesn't work, try
+
address@hidden
+./configure CC="cc -nodtk"
address@hidden example
+
 @node System Type
 @section Specifying the System Type
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]