Hi Bruno, Thank you.
On 04/19/11 15:16, Bruno Haible wrote:
I would say: 0. Install gettext 0.18.1 on the machine on which you build the releases, and write AM_GNU_GETTEXT_VERSION([0.18.1]) in your configure.ac.
<<I actually do this on the fly and my current version is 0.18.1>>
1. call autopoint 2. call gnulib-tool --import 3. call "AUTOPOINT=true autoreconf ..." Step 0 is necessary because gnulib does not guarantee interoperability with older gettext releases (due to overlap of .m4 files). Step 1 installs the .m4 files from gettext. Step 2 overwrites them with the most recent but compatible versions. Step 3 generates all further autogenerated files.
Done. Please be kind enough to test the version you can find here: http://autogen.sourceforge.net/data/ and let me know if you encounter any issues. If not, I'll push it out in a few days. Thank you!! Regards, Bruce