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
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
>>> "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
[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
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.