]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoheader.m4 (autoheader::AC_CHECK_HEADERS_DIRENT): Renamed as
authorAkim Demaille <akim@epita.fr>
Wed, 8 Mar 2000 18:38:53 +0000 (18:38 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 8 Mar 2000 18:38:53 +0000 (18:38 +0000)
(autoheader::_AC_CHECK_HEADERS_DIRENT): to cope with the new name
of the autoconf:: macro.
Fixes autoconf/119, reported by Raja R Harinath.

ChangeLog
autoheader.m4

index bb535290c9392cd69322d80fd24950dfb42edad3..b9f2e307c91dd0fac17cc1f0433f903fa7582d2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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):
index 981a759e0e81dd0b7efe5929a255b4d1ef65dd5e..0bc30a37141bb911eddeea497443b915bd13706f 100644 (file)
@@ -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],