This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [commit/sim] Force generation of configure and other stuff; Was:[commit/sim] switch autoconf 2.59


On Wed, 12 Jan 2005, Andrew Cagney wrote:
> This also rewrites SIM_AC_OUTPUT to be 2.59 ``compliant'' (well at least
> it now generates makefiles); and zaps any other stray AC_AUX_DIRECTORY
> macros.

And magically got rid of the $CONFIG_FILES-now-starts-with-a-space
problem!

> With that committed, I'm seeing another autoconf bug.  It's using
> ac_objext before it's been defined and that is leading to autoconf test
> failures (it looks for "conftest." instead of "conftest.o").

Goody.  I got this far as well, but thought I should get a grip
on that ac_objext (and why not ac_cv_objext or whatever) thingy
first.  I had a similar patch for the SIM_AC_OUTPUT problem, but
sed:ed out the space and kept the curious CONFIG_FILES test.
(What was it there for?)

Time for me to have another look.

brgds, H-P


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