]> git.puffer.fish Git - mirror/frr.git/commit
[configure] remote support for AIX, it conflicts on newer autoconf
authorJeremy Jackson <jerj@coplanar.net>
Wed, 21 Jan 2009 21:35:51 +0000 (16:35 -0500)
committerPaul Jakma <paul@quagga.net>
Fri, 19 Jun 2009 14:03:31 +0000 (15:03 +0100)
commit7f177ee8df0437ba0d002c1226201150639dcd09
treecc6e4c8226999a3f82057d4dbd83d1810d48f609
parent4bf6461e0f6cc6dcb8ca54314bc6c1865a366e70
[configure] remote support for AIX, it conflicts on newer autoconf

AC_AIX and AC_GNU_SOURCE conflict > autoconf 2.53 or so,
but the replacement AC_USE_SYSTEM_EXTENSIONS isn't available
until later versions.  So either we narrow the supported
autconf version range, or disable AIX (if it has any effect),
or determin that AC_AIX doesn't do anything useful anyhow.
configure.ac