autoconf
[Top][All Lists]
Advanced

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

CONFIG_FILES


From: wolfgang haefelinger
Subject: CONFIG_FILES
Date: Wed, 22 Dec 2004 22:34:36 +0100

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:

 $ CONFIG_FILES=./Makefile config.status
 config.status: creating ./Makefile

But this fails:

 $ ./config.status ./Makefile 
 config.status: error: invalid argument: ./Makefile


I'm using GNU autoconf 2.59.

Regards,
Wolfgang.





reply via email to

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