This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Death to configure.frag
- From: Tom Tromey <tromey at redhat dot com>
- To: neroden at twcny dot rr dot com (Nathanael Nerode)
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 29 Aug 2003 12:59:13 -0600
- Subject: Re: Death to configure.frag
- References: <20030829175857.GA5215@twcny.rr.com>
- Reply-to: tromey at redhat dot com
>>>>> "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