Problem with make distcheck
Matthew Vanecek
mevanecek at yahoo.com
Wed Aug 20 00:55:14 CDT 2003
On Tue, 2003-08-19 at 08:55, Derek Atkins wrote:
> Matthew Vanecek <mevanecek at yahoo.com> writes:
>
> > > ${INTLTOOL_UPDATE} ${srcdir}/$${LANG}
> > >
> > > It appears to only be a problem on RH9...
> >
> > This doesn't work, for me. intltool-update requires a language code as
> > the argument (e.g., zh_TW), and will not accept the directory name.
>
> Ahh, then perhaps what we need is something like:
>
> cd ${srcdir} && `pwd`/${INTLTOOL_UPDATE} $${LANG}
>
> What I don't know is if the pwd will be run before or after the cd.
> We might actually need:
>
> PWD=`pwd`
>
>
> cd ${srcdir} && ${PWD}/${INTLTOOL_UPDATE} $${LANG}
>
> But even that isn't necessarily right, either. This is only an issue
> when top_builddir is a relative path.
>
Yeah, what it needs to do is
cd ../../po && ../=build/intltool-update cs
Unfortunately, if I do that manually, intltool-update gets into an
infinite loop trying to print to a closed handle around line 379. :(
Maybe it's just as well it's broken, for now.
--
Matthew Vanecek
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
********************************************************************************
For 93 million miles, there is nothing between the sun and my shadow except me.
I'm always getting in the way of something...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : /pipermail/attachments/20030819/bd01bb1b/attachment.bin
More information about the gnucash-devel
mailing list