This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Cleanup 1/4: make install-strip in cross-compilation environments



> >>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
>  >>>>>> "adl" == Alexandre Duret-Lutz <duret_g@lrde.epita.fr> writes:
>  adl> 2001-01-28  Alexandre Duret-Lutz  <duret_g@epita.fr>
>  adl> * m4/strip.m4: New file.
>  adl> * m4/Makefile.am (m4data_DATA): Add strip.m4.
>  adl> * m4/init.m4: Call AM_PROG_INSTALL_STRIP.
>  adl> * m4/missing.m4 (AM_AUX_DIR_EXPAND): New function.
> |adl> (AM_MISSING_INSTALL_SH, AM_MISSING_HAS_RUN): Use $am_aux_dir instead
> |adl> of $ac_aux_dir, and require AM_AUX_DIR_EXPAND.
> |adl> * m4/depend.m4 (AM_DEP_TRACK): Likewise.
> |
> \ I believe this part of the patch has not been applied
>   (conflicts with Akim's changes on 01-16).
> 
>  adl> * automake.in (handle_merge_targets): In the install-strip rule,
>  adl> set INSTALL_PROGRAM to INSTALL_STRIP_PROGRAM, and INSTALL_PROGRAM_ENV
>  adl> to INSTALL_STRIP_PROGRAM_ENV; don't use INSTALL_STRIP_FLAG.
>  adl> * progs.am (install-@DIR@PROGRAMS): Adapt to use INSTALL_PROGRAM_ENV,
>  adl> don't use INSTALL_STRIP_FLAG any longer.
> |adl> * header-vars.am (INSTALL_STRIP_FLAG): Remove.
> |adl> (INSTALL_PROGRAM_ENV): New variable.
> |
> \ Likewise (but this isn't harmful).

2001-02-25  Alexandre Duret-Lutz  <duret_g@epita.fr>

	* ChangeLog (2001-01-28): Remove entries for chunks not applied.

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.1065
diff -u -r1.1065 ChangeLog
--- ChangeLog	2001/02/25 04:37:51	1.1065
+++ ChangeLog	2001/02/25 14:25:39
@@ -23,12 +32,10 @@
 
 	* automake.in: Formatting and mying changes.
 
-	
 2001-02-23  Akim Demaille  <akim@epita.fr>
 
 	* automake.in: Formatting and mying changes.
 
-	
 2001-02-23  Akim Demaille  <akim@epita.fr>
 
 	* automake.in (&handle_man_pages): Let install-man and
@@ -210,16 +217,11 @@
 	* m4/Makefile.am (m4data_DATA): Add strip.m4.
 	* m4/init.m4: Call AM_PROG_INSTALL_STRIP.
 	* m4/missing.m4 (AM_AUX_DIR_EXPAND): New function.
-	(AM_MISSING_INSTALL_SH, AM_MISSING_HAS_RUN): Use $am_aux_dir instead
-	of $ac_aux_dir, and require AM_AUX_DIR_EXPAND.
-	* m4/depend.m4 (AM_DEP_TRACK): Likewise.
 	* automake.in (handle_merge_targets): In the install-strip rule,
 	set INSTALL_PROGRAM to INSTALL_STRIP_PROGRAM, and INSTALL_PROGRAM_ENV
 	to INSTALL_STRIP_PROGRAM_ENV; don't use INSTALL_STRIP_FLAG.
 	* progs.am (install-@DIR@PROGRAMS): Adapt to use INSTALL_PROGRAM_ENV,
 	don't use INSTALL_STRIP_FLAG any longer.
-	* header-vars.am (INSTALL_STRIP_FLAG): Remove.
-	(INSTALL_PROGRAM_ENV): New variable.
 
 2001-02-16  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
-- 
Alexandre Duret-Lutz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]