This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
INSTALL_STRIP_FLAG is apparently hardwired.
- From: Harlan Stenn <Harlan dot Stenn at pfcs dot com>
- To: automake at gnu dot org
- Date: Fri, 26 Apr 2002 01:55:24 -0400
- Subject: INSTALL_STRIP_FLAG is apparently hardwired.
install.am hardwires the INSTALL_STRIP_FLAG to -s.
I think this is a lose - there are cases (like installing kernel modules for
an embedded system) where one wants to do a stripped install but -s is "too
much".
In the existing code there is apparently no way to override this.
What's a good solution?
H