This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Death to configure.frag


>>>>> "Nathanael" == Nathanael Nerode <neroden@twcny.rr.com> writes:

>> +Makefile $(LANG_MAKEFILES): %: %.in config.status $(srcdir)/version.c
>> +       LANGUAGES="$(CONFIG_LANGUAGES)" \
>> +       CONFIG_HEADERS= \
>> +       CONFIG_FILES=$@ $(SHELL) config.status

Nathanael> This change is not OK (yet).  The passing of CONFIG_HEADERS
Nathanael> and CONFIG_FILES is cryptic and undocumented.

It is documented in "(autoconf)Obsolete config.status Use".
That's in the 2.57 documentation anyway.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]