bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf 2.53: trivial whitespace fix.


From: Keith Bostic
Subject: autoconf 2.53: trivial whitespace fix.
Date: Mon, 20 May 2002 14:25:19 -0400 (EDT)

The AH_CHECK_HEADERS_DIRENT macro:

    # AH_CHECK_HEADERS_DIRENT(HEADERS...)
    # -----------------------------------
    m4_define([AH_CHECK_HEADERS_DIRENT],
    [AC_FOREACH([AC_Header], [$1],
      [AH_TEMPLATE(AS_TR_CPP(HAVE_[]AC_Header),
                   [Define to 1 if you have the <]AC_Header[> header file, and
                    it defines `DIR'.])])])

splits its comment over two lines:

    /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
       */
    #define HAVE_DIRENT_H 1

unlike the rest of the comments, which confused a tool we have
that post-processes the config.h file.  I realize that we should
not have depended on this behavior, but it seems reasonable to
be consistent, where possible.

Regards,
--keith

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Keith Bostic
Sleepycat Software Inc.         address@hidden
118 Tower Rd.                   +1-781-259-3139
Lincoln, MA 01773               http://www.sleepycat.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]