automake
[Top][All Lists]
Advanced

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

PATCH 2/2: Unconditional use of install-sh for install-strip (Re: cross-


From: Alexandre Duret-Lutz
Subject: PATCH 2/2: Unconditional use of install-sh for install-strip (Re: cross-install-strip summary)
Date: 07 Mar 2001 09:43:18 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm not sure this is the right place to document this.

2001-03-06  Alexandre Duret-Lutz  <address@hidden>

        * automake.texi (Requirements): Document the use of the STRIP
        variable in cross-compilation environments.

diff -ru ../automake-1.4e-2001-02-27/automake.texi ./automake.texi
--- ../automake-1.4e-2001-02-27/automake.texi   Mon Feb 26 15:56:43 2001
+++ ./automake.texi     Tue Mar  6 21:14:30 2001
@@ -934,6 +934,24 @@
 @cvindex AC_OUTPUT
 @end table
 
+You may need the following macros in some conditions, even though they
+are not required.
+
address@hidden @code
address@hidden AC_CHECK_TOOL([STRIP],[strip])
address@hidden STRIP, how to setup
address@hidden install-strip and STRIP
address@hidden AC_CHECK_TOOL([STRIP],[strip])
+Installed binaries are usually stripped using @code{strip} when you run
address@hidden install-strip}.  However @code{strip} might not be the
+right tool to use in cross-compilation environments, therefore
+Automake will honor the @code{STRIP} environment variable to overrule
+the program used to perform stripping.  Automake will not set @code{STRIP}
+itself.  If your package is not setup for cross-compilation you do not
+have to care (@code{strip} is ok), otherwise you can set @code{STRIP}
+automatically by calling @code{AC_CHECK_TOOL([STRIP],[strip])} from
+your @file{configure.in}.
address@hidden table
 
 @node Optional, Invoking aclocal, Requirements, configure
 @section Other things Automake recognizes
-- 
Alexandre Duret-Lutz



reply via email to

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