From: Jeremy Jackson Date: Wed, 21 Jan 2009 21:35:51 +0000 (-0500) Subject: [configure] remote support for AIX, it conflicts on newer autoconf X-Git-Tag: frr-2.0-rc1~2282 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7f177ee8df0437ba0d002c1226201150639dcd09;p=matthieu%2Ffrr.git [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. --- diff --git a/configure.ac b/configure.ac index 0b8724ee7b..56fa55e0d2 100755 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,6 @@ AC_CACHE_CHECK([if ${MAKE-make} is GNU make], [quagga_cv_gnu_make], dnl ----------------- dnl System extensions dnl ----------------- -AC_AIX AC_GNU_SOURCE dnl -------