commit | 7f177ee8df0437ba0d002c1226201150639dcd09 | [log] [tgz] |
---|---|---|
author | Jeremy Jackson <jerj@coplanar.net> | Wed Jan 21 16:35:51 2009 -0500 |
committer | Paul Jakma <paul@quagga.net> | Fri Jun 19 15:03:31 2009 +0100 |
tree | cc6e4c8226999a3f82057d4dbd83d1810d48f609 | |
parent | 4bf6461e0f6cc6dcb8ca54314bc6c1865a366e70 [diff] |
[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.