This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
HOWTO "compile" script like progs
- From: Patrick Guio <patrick dot guio at fys dot uio dot no>
- To: automake at gnu dot org
- Date: Thu, 15 Nov 2001 17:56:17 +0100 (MET)
- Subject: HOWTO "compile" script like progs
- List-id: Discussion list for automake <automake.gnu.org>
Dear all,
I have shell bourne shell scripts and python (version 2) scripts.
When running make, I would like
to make them executable, i.e. to write a valid executable path in
#!path_to_executable_shell_or_program
at the beginning of the file.
I would appreciate any help to configure Makefile.am to do that.
Sincerely
Patrick