Add AC_USE_SYSTEM_EXTENSIONS to configure.in.

Requires follow on patches for correctness and robustness.
This commit is contained in:
Kevin Bowling 2010-12-22 22:11:26 -07:00
parent 076680abe4
commit 1fa7dbe1e8

View File

@ -14,6 +14,14 @@ if test "$prefix" = "NONE"; then
prefix="/usr/local" prefix="/usr/local"
fi fi
dnl Try and get a full POSIX environment on obscure systems
ifdef([AC_USE_SYSTEM_EXTENSIONS], [
AC_USE_SYSTEM_EXTENSIONS
], [
AC_AIX
AC_MINIX
])
dnl Checks for programs. dnl Checks for programs.
AC_PROG_CC AC_PROG_CC
AC_PROG_INSTALL AC_PROG_INSTALL