Re: make dist-gzip fails

2005-04-20 Thread Bruce Korb
Hi Aaron, Aaron wrote: Hey Bruce, One more bug in pre12... Running 'make dist-gzip' or any other 'dist-*' causes a blow up in the libopts tear off. The problem is that EXTRA_DIST in the Makefile.am includes the directory 'autoopts' which I think it confuses into beliving it should build a binary o

Re: why removing configure substitutions for myprog_DEPENDENCIES?

2005-04-20 Thread Stepan Kasal
Hello, On Tue, Apr 19, 2005 at 04:10:06PM +0200, Harald Dunkel wrote: > Would it be possible to compute myprog_DEPENDENCIES at make's > runtime instead? At that time the real set of library names is > known, even for 'make MYLIB=liba.a'. Maybe something like > > myprog_DEPENDENCIES = $(patsubst -

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