]> granicus.if.org Git - curl/commit
Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.
authorYang Tse <yangsita@gmail.com>
Mon, 4 Aug 2008 06:48:11 +0000 (06:48 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 4 Aug 2008 06:48:11 +0000 (06:48 +0000)
commitb4fdccf87a78d2de32e049e5926e921f002e5ac7
treefddc3154a8a140d4f1a550845b12075167a1848d
parent8d012181b01aae80b46c90755a55126bc9731f7d
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.
CHANGES
acinclude.m4
ares/CHANGES
ares/acinclude.m4
ares/configure.ac
configure.ac