RE: CONFIG_FILES

2004-12-28 Thread wolfgang haefelinger
, December 27, 2004 2:56 PM To: wolfgang haefelinger Cc: autoconf@gnu.org Subject: Re: CONFIG_FILES Hello, you described the following problem with autoconf-generated config.status: On Wed, Dec 22, 2004 at 10:34:36PM +0100, wolfgang haefelinger wrote: > autoconf manual states in 15.1 t

Re: CONFIG_FILES

2004-12-27 Thread Stepan Kasal
t; instantiate [..] Before, environment variables had to be used. > > Perhaps a known problem but the new approach is not identical to > the old one. > > This works well: > > $ CONFIG_FILES=./Makefile config.status > config.status: creating ./Makefile > > But this fai

CONFIG_FILES

2004-12-22 Thread wolfgang haefelinger
Greetings, autoconf manual states in 15.1 that >> `config.status' now supports arguments to specify the files to >> instantiate [..] Before, environment variables had to be used. Perhaps a known problem but the new approach is not identical to the old one. This works well:

Re: CONFIG_FILES testing on QNX 4.2.5

2000-11-30 Thread Akim Demaille
> "David" == David Morgan <[EMAIL PROTECTED]> writes: David> Akim, It is unchanged at this time. Actually Autoconf was changed, but its ./configure was not. David> I can wait till tomorrow. Good morning! :)

Re: CONFIG_FILES testing on QNX 4.2.5

2000-11-29 Thread David Morgan
Akim, It is unchanged at this time. I can wait till tomorrow. [EMAIL PROTECTED] wrote: > > On Wed, Nov 29, 2000 at 11:00:31AM -0800, David Morgan wrote: > > Hi guys, > > Hi from home :) > > > The config_files problem is not: > > Sorry, I fixed that one

Re: CONFIG_FILES testing on QNX 4.2.5

2000-11-29 Thread akim
On Wed, Nov 29, 2000 at 11:00:31AM -0800, David Morgan wrote: > Hi guys, Hi from home :) > The config_files problem is not: Sorry, I fixed that one later, it should be fixed now. I forgot there was this one pending when I first sent you the message. Sorry.

CONFIG_FILES testing on QNX 4.2.5

2000-11-29 Thread David Morgan
Hi guys, Well we are getting to a different place than what we were before. I seems the sed/expr problems are better. The config_files problem is not: In config.status we have the lines generated (166-168): if $ac_need_defaults; then : ${CONFIG_FILES=$config_files} fi This is not portable