From cf8533768108800b55f73627b76a12701d9205e4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Aug 2003 20:59:02 +0000 Subject: [PATCH] (AM_PO_SUBDIRS, AM_NLS): Don't define as no-ops. Their absence provoked a failure due to non-creation of po/Makefile. --- m4/gettextext.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/m4/gettextext.m4 b/m4/gettextext.m4 index 9f08fcd640..a0de56cbbc 100644 --- a/m4/gettextext.m4 +++ b/m4/gettextext.m4 @@ -1,6 +1,6 @@ # Assume AM_GNU_GETTEXT([external]) and Autoconf 2.54 or later, for coreutils. -# serial 1 +# serial 2 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU @@ -17,8 +17,6 @@ dnl Insert empty macros to pacify Automake. AC_DEFUN([AM_LC_MESSAGES]) AC_DEFUN([AM_MKINSTALLDIRS]) -AC_DEFUN([AM_NLS]) -AC_DEFUN([AM_PO_SUBDIRS]) AC_DEFUN([gt_INTDIV0]) dnl A simpler substitute for gt_INTTYPES_PRI that assumes Autoconf 2.54 -- 2.47.2