Hi, In a project that I'm working on, I have both scripts and executables. The scripts are Bourne shell and awk and I tell automake about them with bin_SCRIPTS. When I do a make install-strip, the Makefile also tries to strip the scripts, but fails and halts all progress. Is there something that I can do to fix this? Thanks, Emil
- Re: install-strip and bin_SCRIPTS Emil Ong
- Re: install-strip and bin_SCRIPTS Tom Tromey
- Re: install-strip and bin_SCRIPTS Emil Ong
- Re: install-strip and bin_SCRIPTS Tom Tromey
- Re: install-strip and bin_SCRIPTS Emil Ong
- Re: install-strip and bin_SCRIPTS Alexandre Duret-Lutz