From: Akim Demaille Date: Wed, 8 Mar 2000 18:38:53 +0000 (+0000) Subject: * autoheader.m4 (autoheader::AC_CHECK_HEADERS_DIRENT): Renamed as X-Git-Tag: autoconf-2.50~1071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74eb7e6a10f1ef4487574dbbca415f660b380357;p=thirdparty%2Fautoconf.git * autoheader.m4 (autoheader::AC_CHECK_HEADERS_DIRENT): Renamed as (autoheader::_AC_CHECK_HEADERS_DIRENT): to cope with the new name of the autoconf:: macro. Fixes autoconf/119, reported by Raja R Harinath. --- diff --git a/ChangeLog b/ChangeLog index bb535290c..b9f2e307c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-03-08 Akim Demaille + + * autoheader.m4 (autoheader::AC_CHECK_HEADERS_DIRENT): Renamed as + (autoheader::_AC_CHECK_HEADERS_DIRENT): to cope with the new name + of the autoconf:: macro. + Fixes autoconf/119, reported by Raja R Harinath. + 2000-03-08 Akim Demaille * acgeneral.m4 (AC_PATH_PROG, AC_OUTPUT_FILES, AC_OUTPUT_SUBDIRS): diff --git a/autoheader.m4 b/autoheader.m4 index 981a759e0..0bc30a371 100644 --- a/autoheader.m4 +++ b/autoheader.m4 @@ -1,7 +1,7 @@ include(libm4.m4)# -*- Autoconf -*- # This file is part of Autoconf. # Driver and redefinitions of some Autoconf macros for autoheader. -# Copyright (C) 1994, 1995, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 95, 99, 2000 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -156,7 +156,7 @@ AH_DEFUN([AH_CHECK_HEADERS], $3])]) AH_DEFUN([AC_CHECK_HEADERS], [AH_CHECK_HEADERS($@)]) -AH_DEFUN([AC_CHECK_HEADERS_DIRENT], [AH_CHECK_HEADERS($@)]) +AH_DEFUN([_AC_CHECK_HEADERS_DIRENT], [AH_CHECK_HEADERS($@)]) AH_DEFUN([AC_CHECK_FILES],