diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-17 13:35:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-17 13:35:40 +0300 |
commit | 21df49a92356710bfa6551939041438af55d8c84 (patch) | |
tree | 6ff301dd2a987caf500d6cbb33d5edd982a338da /m4 | |
parent | 07fb393999d623541bf2e54aeeb0d9c0311baace (diff) | |
download | gawk-21df49a92356710bfa6551939041438af55d8c84.tar.gz |
Update infrastructure.
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
@@ -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])dnl defined by automake 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 defined by automake AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that |