Paul Wise <p...@debian.org> writes: > When I use AM_GNU_GETTEXT in my configure.ac, I get these warnings at > autoreconf time. My po.m4 is auto-copied from gettext: > > configure.ac:43: warning: AM_PROG_MKDIR_P: this macro is deprecated, > and will soon be removed. > configure.ac:43: You should use the Autoconf-provided > 'AC_PROG_MKDIR_P' macro instead, > configure.ac:43: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your > Makefile.am files. > aclocal.m4:746: AM_PROG_MKDIR_P is expanded from... > m4/po.m4:23: AM_PO_SUBDIRS is expanded from... > m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... > configure.ac:43: the top level
This was fixed long ago in upstream as: http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=2cccb4c6 However, gettext distributes old macros for compatibility reasons and they could be pulled if you specify AM_GNU_GETTEXT_VERSION(<some old version>) in your configure.ac. Regards, -- Daiki Ueno