This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: strip facility
>>>>> "Jared" == Jared Davis <jared@aiksaurus.com> writes:
Alexandre> It's a bug that install-strip doesn't do that. Can you try
Alexandre> this patch?
Jared> Ok, I've upgraded to automake 1.5 and the patch works great!
Alexandre, could you check the patch in? Thanks.
Jared> Out of curiosity - -is there a way that I can make
Jared> install-strip's behavior the default? In other words, could I
Jared> set it so that when they type "make install" it actually does a
Jared> "make install-strip"?
You could do it by setting INSTALL_PROGRAM and INSTALL_SCRIPT in
configure.in. Best would be to do this only if these aren't already
set. Still, this isn't advised.
Tom