bug-autoconf
[Top][All Lists]
Advanced

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

Re: AM_GNU_GETTEXT working with autoconf 2.50, yet again


From: Akim Demaille
Subject: Re: AM_GNU_GETTEXT working with autoconf 2.50, yet again
Date: 11 Jun 2001 22:11:22 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Copyleft)

Hi Karl,

Thanks for the feedback.  Actually, gettext.m4 is extremely
confusing.  I'm willing to help making it compatible with both
Autoconves.  I understand you people need to use internal details from
Autoconf, but what we need to do is to see what you need, then settle
an interface for you.

I believe AC_CONFIG_COMMANDS should address your problem, but I can
understand your willing remaining compatible with 2.13 for a while.

Here is my proposal to make Gettext 2.13/2.50 happy.  In two steps.

First, formatting changes.  There are *only* formatting changes.  Not
obvious given the length of the diffs, but trust me, there is not a
single change other than formatting (and changequote actually).

2001-06-11  Akim Demaille  <address@hidden>

        * configure.in: Do not use changequote.
        * m4/gettext.m4: Do not use changequote.
        Use `#', not `dnl'.
        Quote the names being defined.
        (_GT_GETTEXT_METHOD, _GT_INSTALLED_GETTEXT): New, extracted from
        AM_WITH_NLS.

Attachment: gettext.diff
Description: Text Data

Attachment: configure.in.diff
Description: Text Data

Then, the glue code between 2.13 and 2.50.

        * m4/gettext.m4 (AM_WITH_NLS): Adjust the computation of
        top_srcdir and ac_giveN-srcdir to be Autoconf 2.13/2.50
        compatible.

Attachment: newdiffs
Description: Text Data

Upgrading Gettext to use Libtool 1.4, and applying these changes, I
had no problems configuring, making, make checking, and make
distchecking Gettext with 2.50, i.e., Karl's issue is fixed.

BTW, what is the official repo?

reply via email to

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