bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnulib and gettext conflicts?


From: Eric Blake
Subject: Re: Gnulib and gettext conflicts?
Date: Mon, 17 Dec 2007 06:06:15 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Simon Josefsson on 12/17/2007 4:41 AM:
> 
> My attempts to solve it (e.g., overwrite autopoint files with gnulib
> files) caused unnecessary invocations of autoconf due to file time
> changes, and I wasn't able to make it work smoothly.

M4 head does it as follows:

# Released autopoint has the tendency to install macros that have been
# obsoleted in current gnulib, so run this before gnulib-tool.
func_echo "running: $AUTOPOINT --force"
$AUTOPOINT --force

func_echo "running: ${GNULIB_TOOL} --update"
${GNULIB_TOOL} --update

# Disable autopoint, since it was already done above.
func_echo "running: AUTOPOINT=true" \
    "$AUTORECONF --force --verbose --install --no-recursive"
AUTOPOINT=true $AUTORECONF --force --verbose --install --no-recursive

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHZnRG84KuGfSFAYARAouQAKCVLlcixPNMe/VWBDEvP6j5kGqCGgCfY/z6
ZnN/lIVd5TYsm+WDxLpqeck=
=EccV
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]