From: Paul Eggert Date: Sat, 18 May 2002 00:57:30 +0000 (+0000) Subject: AC_CHECK_MEMBER works correctly when the member is an aggregate. X-Git-Tag: AUTOCONF-2.53b~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbee99783c8c2036510eb115a10ffec8118dadf0;p=thirdparty%2Fautoconf.git AC_CHECK_MEMBER works correctly when the member is an aggregate. --- diff --git a/NEWS b/NEWS index afabfd194..44dc1ca5e 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,8 @@ - Empty top_builddirs are properly handled. +- AC_CHECK_MEMBER works correctly when the member is an aggregate. + - AC_PATH_PROG Now colon in the optional path arguments are properly handled.