obsolete_rx.patch

2001-01-20 Thread Alexandre Duret-Lutz
I encountered this: % automake aclocal.m4: 66: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL' % grep -n AM_PROG_INSTALL aclocal.m4 66:AM_PROG_INSTALL_STRIP 162:AC_DEFUN([AM_PROG_INSTALL_STRIP], 2001-01-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * automake.in (obsolete_rx): Mat

Duplicate entry in THANKS.

2001-01-20 Thread Uwe Hermann
Hi. I was just browsing the THANKS file of the CVS automake and found a duplicate entry: Motoyuki Kasahara [EMAIL PROTECTED] Motoyuki Kasahara [EMAIL PROTECTED] Uwe. -- Uwe Hermann <[EMAIL PROTECTED]> http://www.hermann-uwe.de/ --- :wq

Re: make install-strip in cross-compilation environments

2001-01-20 Thread Alexandre Duret-Lutz
>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> >>> writes: Alexandre> On Jan 18, 2001, Tom Tromey <[EMAIL PROTECTED]> wrote: Alexandre> We could surely adjust install-sh so as to take a STRIP Alexandre> variable into account, and set INSTALL_STRIP (a new Alexandre> variable, set to th

PATCH: make install-strip in cross-compilation environments

2001-01-20 Thread Alexandre Duret-Lutz
[sorry for the previous unedited mail, sometimes I play gnus with my feet] >>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: [...] Alexandre> Even better! Then we can just arrange for Alexandre> INSTALL_STRIP to set STRIPPROG and use install-sh Alexandre> for cross install-st

AC_CONFIG_FILES with ":" in a subdirectory [test]

2001-01-20 Thread Kevin Ryde
I wanted to use AC_CONFIG_FILES(foo/bar.h:foo/bar.in) but found automake generates rules based on bar.h.in, not bar.in. I think the following might be modifying @other_input_files, changing "foo/bar.h:foo/bar.in" to just "foo/bar.h" by the time it gets to process the foo subdirectory.