bug-gettext
[Top][All Lists]
Advanced

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

Re: [bug-gettext] Uses of obsolete $(mkdir_p) in gettext codebase.


From: Daiki Ueno
Subject: Re: [bug-gettext] Uses of obsolete $(mkdir_p) in gettext codebase.
Date: Mon, 10 Jun 2013 17:57:14 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefano Lattarini <address@hidden> writes:

> I see that gettext still uses the obsolete $(mkdir_p) variable, instead
> of the modern equivalent $(MKDIR_P).  Future Automake versions will only
> define the $(mkdir_p) variable when they see that the obsolete macro
> AM_PROG_MKDIR_P is in use as well.  Since Gettext has stopped using that
> macro since version 0.18.2, the $(mkdir_p) variable (as well as the
> @mkdir_p@ substitution) will no longer be available in the makefiles
> and makefile recipes generated by Gettext.  So it would be safer, in
> view of forward-comaptibility, if Gettext would start using $(MKDIR_P)
> exclusively, dropping any use of $(mkdir_p) that is still present.

Thanks, I've done this for the following files:

gettext-runtime/intl-csharp/Makefile.am
gettext-runtime/intl-java/Makefile.am

gettext-tools/**/Makefile.am
gnulib-local/modules/libglib
gnulib-local/modules/libxml

However, I've left gettext-runtime/intl/Makefile.in and
gettext-runtime/po/Makefile.in.in untouched, since 'gettextize' script
supports Automake 1.8 or later and I'm not sure if we can safely bump
the required version.  Any suggestions?

Regards,
-- 
Daiki Ueno



reply via email to

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