On Tue, 2003-08-19 at 08:55, Derek Atkins wrote:
> Matthew Vanecek <[EMAIL PROTECTED]> 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...
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
