bug-autoconf
[Top][All Lists]
Advanced

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

Minor regression in autoheader structure member undef comments


From: Ben Peddell
Subject: Minor regression in autoheader structure member undef comments
Date: Mon, 16 Nov 2009 00:41:37 +1000
User-agent: Thunderbird 2.0.0.23 (X11/20091114)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Between 2.63 and 2.64, there was a minor regression which causes the
structure member #undef comments to be reversed.

e.g.
AC_CHECK_MEMBERS([struct stat.st_blocks,\
                  struct stat.st_mtim,\
                  struct stat.st_ctim,\
                  struct stat.st_atim])

gives

/* Define to 1 if `struct stat' is a member of `st_atim'. */
#undef HAVE_STRUCT_STAT_ST_ATIM

/* Define to 1 if `struct stat' is a member of `st_blocks'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS

/* Define to 1 if `struct stat' is a member of `st_ctim'. */
#undef HAVE_STRUCT_STAT_ST_CTIM

/* Define to 1 if `struct stat' is a member of `st_mtim'. */
#undef HAVE_STRUCT_STAT_ST_MTIM


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksAEyAACgkQZ/XaQC7Gc4qycQCfcONLbWhTnETGWNML2aY6E9E2
rdsAoIlrfXDK5gZxaOBuUwvcpfQdIGKr
=b2Ox
-----END PGP SIGNATURE-----

Attachment: klightspeed.vcf
Description: Vcard


reply via email to

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