]> Pileus Git - ~andy/fetchmail/commitdiff
Remove AC_AIX and AC_MINIX, they are a subset of AC_USE_SYSTEM_EXTENSIONS.
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 24 May 2008 11:16:58 +0000 (11:16 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 24 May 2008 11:16:58 +0000 (11:16 -0000)
svn path=/branches/BRANCH_6-3/; revision=5186

configure.ac

index 4c62d2dda0804139dbd8a5f55491ef2156418660..f972b547e9ef958b30d35c8eaf0e1510adc2fa09 100644 (file)
@@ -44,9 +44,14 @@ AC_PROG_RANLIB
 AM_PROG_CC_C_O
 AC_USE_SYSTEM_EXTENSIONS
 
-AC_AIX
 AC_ISC_POSIX
-AC_MINIX
+dnl AC_ISC_POSIX: - XXX FIXME: remove in fetchmail 6.4.
+dnl This macro adds `-lcposix' to output variable `LIBS' if necessary
+dnl for Posix facilities.  Sun dropped support for the obsolete
+dnl INTERACTIVE Systems Corporation Unix on 2006-07-23.  New programs
+dnl need not use this macro.  It is implemented as
+dnl `AC_SEARCH_LIBS([strerror], [cposix])'
+
 AC_HEADER_STDC
 AC_HEADER_TIME
 AC_TYPE_SIZE_T