This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: install-strip and bin_SCRIPTS
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: install-strip and bin_SCRIPTS
- From: Emil Ong <onge at mcs dot anl dot gov>
- Date: Wed, 20 Jun 2001 10:57:16 -0500 (CDT)
- cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
I'm sorry, I'm using the latest CVS. I just updated this morning. I'm
still getting the same error (File format not recognized) with
install-strip. Do I need to refresh any scripts? I deleted install-sh
and ran automake --add-missing --copy, but that didn't fix it either.
Thanks,
Emil
On 19 Jun 2001, Tom Tromey wrote:
> >>>>> "Emil" == Emil Ong <onge@mcs.anl.gov> writes:
>
> Emil> In a project that I'm working on, I have both scripts and
> Emil> executables. The scripts are Bourne shell and awk and I tell
> Emil> automake about them with bin_SCRIPTS. When I do a make
> Emil> install-strip, the Makefile also tries to strip the scripts, but
> Emil> fails and halts all progress. Is there something that I can do
> Emil> to fix this?
>
> You didn't mention what version of automake you are using.
> That information is a very important piece of any bug report.
>
> I believe this works in the current cvs automake.
> It might be broken in the 1.4 series.
>
> There is a workaround, which is to set INSTALL_SCRIPT and
> INSTALL_PROGRAM yourself, and then simply use `make install'.
>
> Tom
>