INN commit: trunk (configure.ac)

INN Commit Russ_Allbery at isc.org
Sat Apr 11 17:49:27 UTC 2009


    Date: Saturday, April 11, 2009 @ 10:49:27
  Author: iulius
Revision: 8408

AC_USE_SYSTEM_EXTENSIONS is better than AC_AIX in Autoconf
(it is a superset of AC_AIX).

Modified:
  trunk/configure.ac

--------------+
 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: configure.ac
===================================================================
--- configure.ac	2009-04-11 17:16:06 UTC (rev 8407)
+++ configure.ac	2009-04-11 17:49:27 UTC (rev 8408)
@@ -76,8 +76,8 @@
 dnl A few tests need to happen before any of the libtool tests in order to
 dnl avoid error messages.  We therefore lift them up to the top of the file.
 AC_PROG_CC
-AC_AIX
-AC_ISC_POSIX
+AC_USE_SYSTEM_EXTENSIONS
+AC_SEARCH_LIBS([strerror], [cposix])
 INN_PROG_CC_C_O
 AC_CANONICAL_HOST
 _LT_DECL_SED
@@ -419,7 +419,7 @@
 dnl Checks for structures.
 AC_STRUCT_TM
 AC_STRUCT_TIMEZONE
-AC_CHECK_MEMBERS([struct stat.st_blksize]
+AC_CHECK_MEMBERS([struct stat.st_blksize])
 AC_CHECK_MEMBERS([struct tm.tm_gmtoff])
 AC_CHECK_MEMBERS([struct sockaddr.sa_len], , ,
 [#include <sys/types.h>




More information about the inn-committers mailing list