Previously Yann Dirson wrote:
> On Mon, Oct 02, 2000 at 12:58:53AM +0200, Wichert Akkerman wrote:
> INSTALL = /usr/bin/install -c
> INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
> INSTALL_DATA = ${INSTALL} -m 644
> INSTALL_SCRIPT = ${INSTALL_PROGRAM}So modify AM_INSTALL_PROGRAM_FLAGS instead if you want to add the -s somewhere there, a much safer solution. Wichert. -- ________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | [EMAIL PROTECTED] http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |

