automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error because README is missing


From: Ralf Wildenhues
Subject: Re: Error because README is missing
Date: Mon, 6 Dec 2004 10:21:08 +0100
User-agent: Mutt/1.4.1i

* Stepan Kasal wrote on Mon, Dec 06, 2004 at 10:03:27AM CET:
> Hello,
> 
> On Mon, Dec 06, 2004 at 09:28:17AM +0100, Ralf Wildenhues wrote:
> > AC_OUTPUT
> > touch foo.in
> > ./config.status --file foo
> 
> why the ``touch''?  (./config.status doesn't check the timestamps.)

Oh, that was just copy-n-paste from the example I tested,
the `touch' creates the file. :-)

But while we're at it, since Automake uses $SHELL with config.status,
maybe it's more portable to do it as well (I don't know):
  $SHELL ./config.status --file foo

Regards,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]