Stefano Lattarini <[email protected]> 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
