Re: Installing shell scripts

2005-04-20 Thread Stepan Kasal
Hello again, On Wed, Apr 20, 2005 at 09:32:10AM +0200, Jul wrote: > >This seems not working either as the configure process looks for a > >'magic-script' rule and fails. > Sorry! It works! I didn't configure correctly my SUBDIRS variables! please forgive me my nit-picking: the variable SUBDIRS

Re: Installing shell scripts

2005-04-20 Thread Jul
Sorry! It works! I didn't configure correctly my SUBDIRS variables! Thanks a lot. ++ Jul. Thanks for answer. This seems not working either as the configure process looks for a 'magic-script' rule and fails. I'll see that on automake list. Have a nice day too. ++ Jul. Hello, On Tue, Apr 19, 2005 a

Re: Installing shell scripts

2005-04-20 Thread Jul
Thanks for answer. This seems not working either as the configure process looks for a 'magic-script' rule and fails. I'll see that on automake list. Have a nice day too. ++ Jul. Hello, On Tue, Apr 19, 2005 at 06:35:15PM +0200, Jul wrote: different subdirectories, and I would like the 'make ins

Re: Installing shell scripts

2005-04-20 Thread Stepan Kasal
Hello, On Tue, Apr 19, 2005 at 06:35:15PM +0200, Jul wrote: > different subdirectories, and I would like the 'make install' process > just copy them into the 'bin' directory without any modification (only > chmod). this should work: dist_bin_SCRIPTS = magic-script As this was an automake ques

Installing shell scripts

2005-04-19 Thread Jul
Hi, another beginner question... My tree project contains multiple Python scripts (Python and ksh) in different subdirectories, and I would like the 'make install' process just copy them into the 'bin' directory without any modification (only chmod). In the documentation, I found the following e