Stefano Lattarini writes:
> But since I'm not yet ready to publish this new feature, I intend to make
> it available only though the new, undocumented option named (literally)
> "hack!info-in-builddir". I hope this is acceptable to you.
Sure, works for me.
Thanks.
Ian
Stefano Lattarini writes:
> Relative (as I expected):
>
> $ cat dejagnu-srcdir-is-absolute.dir/site.exp
> ## these variables are automatically generated by make ##
> # Do not edit here. If you wish to override these values
> # edit the last section
> set srcdir .
> set objdir /home/
Ralf Wildenhues writes:
> Am I correct in assuming that it is hopeless to assume GCC will work
> when either values are relative?
Actually, as far as I know, GCC is likely to work with a relative
srcdir. The problem arises with DejaGNU .exp files which themselves
change directories. As far as