Failed to detect config.intl at sim/*/configure

Masaki Muranaka monaka@monami-software.com
Mon Jun 12 14:05:00 GMT 2006


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




More information about the Gdb-patches mailing list