summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-04 06:48:11 +0000
committerYang Tse <yangsita@gmail.com>2008-08-04 06:48:11 +0000
commit5c5e64b2f577e1d1455133e4bb155cc6f9a8f8ba (patch)
treec7df89e8dd43eedabebf4dbca331a68831c5bc11 /CHANGES
parentabf47388f96794523efc0b1520b7d31a9c11a5fe (diff)
downloadc-ares-5c5e64b2f577e1d1455133e4bb155cc6f9a8f8ba.tar.gz
c-ares-5c5e64b2f577e1d1455133e4bb155cc6f9a8f8ba.tar.bz2
c-ares-5c5e64b2f577e1d1455133e4bb155cc6f9a8f8ba.zip
Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.
Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. But, autoconf 2.62 version of AC_AIX defines _ALL_SOURCE along with other four preprocessor symbols no matter if the system is AIX or not. To keep the traditional behaviour, as well as an uniform one, across autoconf versions AC_AIX is replaced with our own internal macro.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d727f4b..d238972 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,14 @@
Changelog for the c-ares project
-* Aug 01 2008 (Yang Tse)
+* Aug 4 2008 (Yang Tse)
+- Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.
+ Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. 2.62
+ version of AC_AIX defines _ALL_SOURCE and other four preprocessor symbols
+ no matter if the system is AIX or not. To keep the traditional behaviour,
+ and an uniform one across autoconf versions AC_AIX is replaced with our
+ own internal macro CARES_CHECK_AIX_ALL_SOURCE.
+
+* Aug 1 2008 (Yang Tse)
- Configure process now checks if the preprocessor _REENTRANT symbol is already
defined. If it isn't currently defined a set of checks are performed to test
if its definition is required to make visible to the compiler a set of *_r