diff options
author | Werner Koch <wk@gnupg.org> | 2014-12-11 15:14:44 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-12-11 15:15:43 +0100 |
commit | 1d8ebe4d54eef37da65e7bd5d7386bc04f344447 (patch) | |
tree | b924bd7374e78e985c925a9229406a081268a4a4 /m4/po.m4 | |
parent | dirmngr: Improve dead host detection. (diff) | |
download | gnupg2-1d8ebe4d54eef37da65e7bd5d7386bc04f344447.tar.xz gnupg2-1d8ebe4d54eef37da65e7bd5d7386bc04f344447.zip |
build: Replace deprecated autconf macro.
* m4/intl.m4: s/AM_PROG_MKDIR_P/AC_PROG_MKDIR_P/
* m4/po.m4: Ditto.
--
In preparation of moving to automake 1.14.
GnuPG-bug-id: 1776
Diffstat (limited to 'm4/po.m4')
-rw-r--r-- | m4/po.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl - AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake + AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that |