autoconf
[Top][All Lists]
Advanced

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

Re: Why is ``sh config.status whatever-file-i-like'' prohibited?


From: Stepan Kasal
Subject: Re: Why is ``sh config.status whatever-file-i-like'' prohibited?
Date: Fri, 31 Dec 2004 07:43:28 +0100
User-agent: Mutt/1.4.1i

Hello,

yes, the user is right, but what does they mean?

./config.status --file whatever-file-you-like     or

./config.status --header whatever-file-you-like    ?

Do you think that config.status should examine the contents of the *.in
file to guess what you mean?

Also note that if configure.ac had specified
        AC_CONFIG_HEADERS([config.h:configh.in]
then
        ./config.status config.h

uses configh.in, while

        ./config.status --header config.h

uses cofig.h.in.  Which of the two different procedures should be triggered by

        ./config.status ./config.h   ?

Have a nice day,
        Stepan Kasal




reply via email to

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