+2000-03-08 Akim Demaille <akim@epita.fr>
+
+ * 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 <akim@epita.fr>
* acgeneral.m4 (AC_PATH_PROG, AC_OUTPUT_FILES, AC_OUTPUT_SUBDIRS):
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
$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],