question about installing libraries

2005-10-14 Thread Harald Dunkel
Hi folks, AFAICS libraries are installed using ${INSTALL_DATA}. Wouldn't it be more consequent to use ${INSTALL_PROGRAMS} here? Both libraries and programs is something that could be stripped, i.e. you could use 'install -s'. But defining INSTALL_DATA to use 'install -s' doesn't work, of course.

Re: question about installing libraries

2005-10-14 Thread Ralf Wildenhues
Hi Harald, * Harald Dunkel wrote on Fri, Oct 14, 2005 at 11:43:53AM CEST: AFAICS libraries are installed using ${INSTALL_DATA}. Wouldn't it be more consequent to use ${INSTALL_PROGRAMS} here? Both libraries and programs is something that could be stripped, i.e. you could use 'install -s'.