Re: HOWTO "compile" script like progs

2001-11-15 Thread Alexandre Duret-Lutz
>>> "Patrick" == Patrick Guio <[EMAIL PROTECTED]> writes: Patrick> Dear all, Patrick> I have shell bourne shell scripts and python (version 2) scripts. Patrick> When running make, I would like Patrick> to make them executable, i.e. to write a valid executable path in Patrick> #!path_to_execu

HOWTO "compile" script like progs

2001-11-15 Thread Patrick Guio
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

Re: lib_ and noinst_ in the same Makefile.am using conditional!!

2001-11-15 Thread Elisabetta Ronchieri
"Lars J. Aas" wrote: > > On Mon, Nov 12, 2001 at 11:03:26AM +0100, Elisabetta Ronchieri wrote: > : Hi, > : > : I'm using automake (GNU automake) 1.4 and ltmain.sh (GNU libtool) 1.3.5. > : > : I would like to know if I can make a thing like follow: > : > : if P_SELECTED > : Clientdir = $(prefix)/i