Re: using install.sh selectively

2008-02-08 Thread Ralf Wildenhues
Hello Kamaljit, Please, don't top-post, don't send HTML posts, and tell your mail program to properly quote on replies. Thank you. * Kamaljit Singh wrote on Fri, Feb 08, 2008 at 01:08:35AM CET: > Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Kamaljit, > > * Kamaljit Singh wrote on Fri, Jan 11

Re: using install.sh selectively

2008-02-07 Thread Kamaljit Singh
Finally, I got around to trying it. Automake complains that I am overriding nostripbinPROGRAMS_INSTALL and fails. Anyway to work around that ? This seems more like a workaround. Do you think "nostrip" as a prefix is something automake would support "natively" in the future ? kamaljit Ralf Wil

Re: using install.sh selectively

2008-01-11 Thread Ralf Wildenhues
* Kamaljit Singh wrote on Fri, Jan 11, 2008 at 11:01:14PM CET: > break permanently, or was that a snide remark ? > If the latter then I will use this preferably. It was not a snide remark, but intended as a slight warning. To be honest, chances are low that it will break, and if it will, then like

Re: using install.sh selectively

2008-01-11 Thread Kamaljit Singh
break permanently, or was that a snide remark ? If the latter then I will use this preferably. Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Kamaljit, * Kamaljit Singh wrote on Fri, Jan 11, 2008 at 12:25:48AM CET: > > I am trying to use "make install-strip" and that tries to strip all > _PROG

Re: using install.sh selectively

2008-01-10 Thread Ralf Wildenhues
Hello Kamaljit, * Kamaljit Singh wrote on Fri, Jan 11, 2008 at 12:25:48AM CET: > > I am trying to use "make install-strip" and that tries to strip all > _PROGRAMS. But I dont want all the PROGRAMS that I build should be > stripped. Is there some out of the box way to do that ? Not without messi

using install.sh selectively

2008-01-10 Thread Kamaljit Singh
I am using automake 1.9. I am trying to use "make install-strip" and that tries to strip all _PROGRAMS. But I dont want all the PROGRAMS that I build should be stripped. Is there some out of the box way to do that ? I tried setting installPROGRAMS_INSTALL to $(INSTALL_DATA) but then automake error