Re: patch (CC -c -o)

2005-10-31 Thread Stepan Kasal
Hello, On Mon, Oct 31, 2005 at 10:27:16AM -0800, Tim Rice wrote: > On Mon, 31 Oct 2005, Stepan Kasal wrote: > > On Sat, Oct 29, 2005 at 08:03:53PM -0700, Tim Rice wrote: > > > Some CC compilers do not like -c -o options together. > > > > Automake contains code to circumvent this limitation for C

Re: Bug in latest install-sh

2005-10-31 Thread Stepan Kasal
Hello, thank you for your bug report. On Mon, Oct 31, 2005 at 04:21:31PM -0800, Kean Johnston wrote: > There is a bug in teh latest install-sh that is in m4 1.4.4. This is the latest install-sh in the Automake CVS. So this bug report belongs to bug-automake, where I'm forwarding it. > It uses

Re: patch (CC -c -o)

2005-10-31 Thread Tim Rice
On Mon, 31 Oct 2005, Stepan Kasal wrote: > Hello, > > first, your patch is against Automake, not Autoconf, so let's move to > bug-automake. Sorry, grep'd bugs in the source and pasted the wrong addeess in e-mail. > > On Sat, Oct 29, 2005 at 08:03:53PM -0700, Tim Rice wrote: > > Some CC compile

Re: patch (CC -c -o)

2005-10-31 Thread Stepan Kasal
Hello, first, your patch is against Automake, not Autoconf, so let's move to bug-automake. On Sat, Oct 29, 2005 at 08:03:53PM -0700, Tim Rice wrote: > Some CC compilers do not like -c -o options together. Automake contains code to circumvent this limitation for C compilers. And it is much more c