diff options
author | Werner Koch <[email protected]> | 2014-12-11 14:14:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-12-11 14:15:43 +0000 |
commit | 1d8ebe4d54eef37da65e7bd5d7386bc04f344447 (patch) | |
tree | b924bd7374e78e985c925a9229406a081268a4a4 /m4 | |
parent | dirmngr: Improve dead host detection. (diff) | |
download | gnupg-1d8ebe4d54eef37da65e7bd5d7386bc04f344447.tar.gz gnupg-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')
-rw-r--r-- | m4/intl.m4 | 2 | ||||
-rw-r--r-- | m4/po.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/m4/intl.m4 b/m4/intl.m4 index dcefb118c..3906a1732 100644 --- a/m4/intl.m4 +++ b/m4/intl.m4 @@ -25,7 +25,7 @@ dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL. AC_DEFUN([AM_INTL_SUBDIR], [ 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([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([gt_GLIBC2])dnl @@ -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 |