Hello Bruno,

* Bruno Haible wrote on Tue, Oct 30, 2007 at 12:44:26AM CET:
> 
> After 6 macros which start with AM_, the 7th macro provided by gettext should
> start with GT_ ? This would not be very consistent either.
> 
> Or rename things like AM_GNU_GETTEXT after they are in use for 12 years?
> No, that's not going to happen.

I'm not going to argue this, but just in case you didn't know, you can

  AC_DEFUN([GT_GNU_GETTEXT], [contents...])
  AU_ALIAS([AM_GNU_GETTEXT], [GT_GNU_GETTEXT])

and let users update their files with autoupdate, while you can keep
full backward compatibility.  Libtool HEAD moves to LT_*.

Cheers,
Ralf


Reply via email to