This is the mail archive of the gdb-patches@sourceware.org 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: Failed to detect config.intl at sim/*/configure



On 2006/06/12, at 21:58, Daniel Jacobowitz wrote:
I couldn't see how either - we want $ac_top_builddir but the only way
to set it is undocumented.  But, we can just keep trying.  Want to try
this patch?

Thanks for your patch. I've tried similar fix and it works well.

But... I feel this fix is slightly brute-forced.
In case failed to create intl/config.intl, it's possible to
detect config.intl which is out of the build tree.
I hesitate I request to check this patch in.

The plan B is to create sim/intl/config.intl.
sim/intl/config.intl contains:
: #!/bin/sh
: . ../../intl/config.intl
This is more safety but it's a roundabout way.


BTW, I tried also ac_top_builddir like this. : if test -f $ac_top_builddir/intl/config.intl; then ... and it was failed because ac_top_builddir was empty.

--
Masaki Muranaka
Monami software



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