Re: how to exclude the COPYING file

2006-12-08 Thread Stepan Kasal
Hello, On Fri, Dec 08, 2006 at 11:00:09AM +0100, Presario Smith wrote: > AUTOMAKE_OPTIONS = foreign I'd prefer AM_INIT_AUTOMAKE([foreign]) in configure.ac, as this is a "global" option, affecting the whole project. But that's just a nit. Have a nice day, Stepan Kasal

Re: no rule to make asm targets

2006-12-08 Thread Stepan Kasal
Hello, On Fri, Dec 08, 2006 at 01:05:14PM +0200, Jari Strand wrote: > I am sorry that I have to post again but I am still stuck with this > problem. Was it so that the problem should have been fixed after changing > the code to use the global target flags? I hope I have just done something > wr

Re: no rule to make asm targets

2006-12-08 Thread Jari Strand
Hello again, I am sorry that I have to post again but I am still stuck with this problem. Was it so that the problem should have been fixed after changing the code to use the global target flags? I hope I have just done something wrong now, but I need to know in order to figure what to try next

Re: how to exclude the COPYING file

2006-12-08 Thread Presario Smith
Hi Ralf, I followed your instructions. I put in my main Makefile.am this line: AUTOMAKE_OPTIONS = foreign And it did the job that I wanted. Many thanks! Best, Presario On 12/8/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Presario, * Presario Smith wrote on Fri, Dec 08, 2006 at 1

Re: how to exclude the COPYING file

2006-12-08 Thread Ralf Wildenhues
Hello Presario, * Presario Smith wrote on Fri, Dec 08, 2006 at 10:15:33AM CET: > > I'm writing to ask how to exclude the COPYING file from the > distribution. When I type > "make dist", the distribution will automatically contain that file. > However, the license of my software is in the LICENSE

how to exclude the COPYING file

2006-12-08 Thread Presario Smith
Hi, I'm writing to ask how to exclude the COPYING file from the distribution. When I type "make dist", the distribution will automatically contain that file. However, the license of my software is in the LICENSE file, and I don't want the GNU GPL in COPYING. Thanks, Presario