Add a first AC_CHECK_HEADERS, forcing checking of the default includes
even when building wine without X11.
This commit is contained in:
parent
630273d34a
commit
7ff12568b8
|
@ -6939,13 +6939,9 @@ OPENGLFILES=""
|
||||||
GLU32FILES=""
|
GLU32FILES=""
|
||||||
|
|
||||||
OPENGL_LIBS=""
|
OPENGL_LIBS=""
|
||||||
if test "$have_x" = "yes"
|
|
||||||
then
|
|
||||||
XLIB="-lXext -lX11"
|
|
||||||
ac_save_CPPFLAGS="$CPPFLAGS"
|
|
||||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|
|
||||||
|
echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|
||||||
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
|
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
|
||||||
if test "${ac_cv_header_stdc+set}" = set; then
|
if test "${ac_cv_header_stdc+set}" = set; then
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
@ -7182,6 +7178,411 @@ done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
for ac_header in \
|
||||||
|
arpa/inet.h \
|
||||||
|
arpa/nameser.h \
|
||||||
|
cups/cups.h \
|
||||||
|
direct.h \
|
||||||
|
elf.h \
|
||||||
|
float.h \
|
||||||
|
fontconfig/fontconfig.h \
|
||||||
|
getopt.h \
|
||||||
|
gif_lib.h \
|
||||||
|
ieeefp.h \
|
||||||
|
io.h \
|
||||||
|
jack/jack.h \
|
||||||
|
jpeglib.h \
|
||||||
|
lcms.h \
|
||||||
|
libio.h \
|
||||||
|
libutil.h \
|
||||||
|
link.h \
|
||||||
|
linux/cdrom.h \
|
||||||
|
linux/compiler.h \
|
||||||
|
linux/hdreg.h \
|
||||||
|
linux/input.h \
|
||||||
|
linux/ioctl.h \
|
||||||
|
linux/joystick.h \
|
||||||
|
linux/major.h \
|
||||||
|
linux/param.h \
|
||||||
|
linux/serial.h \
|
||||||
|
linux/ucdrom.h \
|
||||||
|
machine/cpu.h \
|
||||||
|
mntent.h \
|
||||||
|
netdb.h \
|
||||||
|
netinet/in.h \
|
||||||
|
netinet/in_systm.h \
|
||||||
|
netinet/tcp.h \
|
||||||
|
netinet/tcp_fsm.h \
|
||||||
|
openssl/des.h \
|
||||||
|
openssl/md2.h \
|
||||||
|
openssl/rc2.h \
|
||||||
|
openssl/rc4.h \
|
||||||
|
openssl/rsa.h \
|
||||||
|
openssl/ssl.h \
|
||||||
|
process.h \
|
||||||
|
pthread.h \
|
||||||
|
pty.h \
|
||||||
|
pwd.h \
|
||||||
|
regex.h \
|
||||||
|
sched.h \
|
||||||
|
scsi/sg.h \
|
||||||
|
scsi/scsi.h \
|
||||||
|
scsi/scsi_ioctl.h \
|
||||||
|
socket.h \
|
||||||
|
stdint.h \
|
||||||
|
strings.h \
|
||||||
|
sys/cdio.h \
|
||||||
|
sys/elf32.h \
|
||||||
|
sys/errno.h \
|
||||||
|
sys/epoll.h \
|
||||||
|
sys/exec_elf.h \
|
||||||
|
sys/file.h \
|
||||||
|
sys/filio.h \
|
||||||
|
sys/inttypes.h \
|
||||||
|
sys/ioctl.h \
|
||||||
|
sys/ipc.h \
|
||||||
|
sys/link.h \
|
||||||
|
sys/lwp.h \
|
||||||
|
sys/mman.h \
|
||||||
|
sys/modem.h \
|
||||||
|
sys/msg.h \
|
||||||
|
sys/param.h \
|
||||||
|
sys/poll.h \
|
||||||
|
sys/ptrace.h \
|
||||||
|
sys/reg.h \
|
||||||
|
sys/scsiio.h \
|
||||||
|
sys/shm.h \
|
||||||
|
sys/signal.h \
|
||||||
|
sys/socket.h \
|
||||||
|
sys/sockio.h \
|
||||||
|
sys/statfs.h \
|
||||||
|
sys/statvfs.h \
|
||||||
|
sys/strtio.h \
|
||||||
|
sys/syscall.h \
|
||||||
|
sys/sysctl.h \
|
||||||
|
sys/time.h \
|
||||||
|
sys/times.h \
|
||||||
|
sys/uio.h \
|
||||||
|
sys/un.h \
|
||||||
|
sys/v86.h \
|
||||||
|
sys/v86intr.h \
|
||||||
|
sys/vfs.h \
|
||||||
|
sys/vm86.h \
|
||||||
|
sys/wait.h \
|
||||||
|
syscall.h \
|
||||||
|
termios.h \
|
||||||
|
unistd.h \
|
||||||
|
utime.h \
|
||||||
|
valgrind/memcheck.h
|
||||||
|
|
||||||
|
do
|
||||||
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_header" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
||||||
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
||||||
|
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
||||||
|
else
|
||||||
|
# Is the header compilable?
|
||||||
|
echo "$as_me:$LINENO: checking $ac_header usability" >&5
|
||||||
|
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
|
||||||
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
/* confdefs.h. */
|
||||||
|
_ACEOF
|
||||||
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
|
/* end confdefs.h. */
|
||||||
|
$ac_includes_default
|
||||||
|
#include <$ac_header>
|
||||||
|
_ACEOF
|
||||||
|
rm -f conftest.$ac_objext
|
||||||
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
|
(eval $ac_compile) 2>conftest.er1
|
||||||
|
ac_status=$?
|
||||||
|
grep -v '^ *+' conftest.er1 >conftest.err
|
||||||
|
rm -f conftest.er1
|
||||||
|
cat conftest.err >&5
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); } &&
|
||||||
|
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
||||||
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
|
(eval $ac_try) 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); }; } &&
|
||||||
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
|
(eval $ac_try) 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); }; }; then
|
||||||
|
ac_header_compiler=yes
|
||||||
|
else
|
||||||
|
echo "$as_me: failed program was:" >&5
|
||||||
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
|
ac_header_compiler=no
|
||||||
|
fi
|
||||||
|
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||||
|
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
|
||||||
|
echo "${ECHO_T}$ac_header_compiler" >&6
|
||||||
|
|
||||||
|
# Is the header present?
|
||||||
|
echo "$as_me:$LINENO: checking $ac_header presence" >&5
|
||||||
|
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
|
||||||
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
/* confdefs.h. */
|
||||||
|
_ACEOF
|
||||||
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
|
/* end confdefs.h. */
|
||||||
|
#include <$ac_header>
|
||||||
|
_ACEOF
|
||||||
|
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|
||||||
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
||||||
|
ac_status=$?
|
||||||
|
grep -v '^ *+' conftest.er1 >conftest.err
|
||||||
|
rm -f conftest.er1
|
||||||
|
cat conftest.err >&5
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); } >/dev/null; then
|
||||||
|
if test -s conftest.err; then
|
||||||
|
ac_cpp_err=$ac_c_preproc_warn_flag
|
||||||
|
ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
|
||||||
|
else
|
||||||
|
ac_cpp_err=
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
ac_cpp_err=yes
|
||||||
|
fi
|
||||||
|
if test -z "$ac_cpp_err"; then
|
||||||
|
ac_header_preproc=yes
|
||||||
|
else
|
||||||
|
echo "$as_me: failed program was:" >&5
|
||||||
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
|
|
||||||
|
ac_header_preproc=no
|
||||||
|
fi
|
||||||
|
rm -f conftest.err conftest.$ac_ext
|
||||||
|
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
|
||||||
|
echo "${ECHO_T}$ac_header_preproc" >&6
|
||||||
|
|
||||||
|
# So? What about this header?
|
||||||
|
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
|
||||||
|
yes:no: )
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
|
||||||
|
ac_header_preproc=yes
|
||||||
|
;;
|
||||||
|
no:yes:* )
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
|
||||||
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
|
||||||
|
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
|
||||||
|
(
|
||||||
|
cat <<\_ASBOX
|
||||||
|
## ------------------------------------ ##
|
||||||
|
## Report this to wine-devel@winehq.org ##
|
||||||
|
## ------------------------------------ ##
|
||||||
|
_ASBOX
|
||||||
|
) |
|
||||||
|
sed "s/^/$as_me: WARNING: /" >&2
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_header" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
||||||
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
eval "$as_ac_Header=\$ac_header_preproc"
|
||||||
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
||||||
|
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
||||||
|
|
||||||
|
fi
|
||||||
|
if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
|
||||||
|
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_header_stat_broken+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
/* confdefs.h. */
|
||||||
|
_ACEOF
|
||||||
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
|
/* end confdefs.h. */
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#if defined(S_ISBLK) && defined(S_IFDIR)
|
||||||
|
# if S_ISBLK (S_IFDIR)
|
||||||
|
You lose.
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(S_ISBLK) && defined(S_IFCHR)
|
||||||
|
# if S_ISBLK (S_IFCHR)
|
||||||
|
You lose.
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(S_ISLNK) && defined(S_IFREG)
|
||||||
|
# if S_ISLNK (S_IFREG)
|
||||||
|
You lose.
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(S_ISSOCK) && defined(S_IFREG)
|
||||||
|
# if S_ISSOCK (S_IFREG)
|
||||||
|
You lose.
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
_ACEOF
|
||||||
|
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
||||||
|
$EGREP "You lose" >/dev/null 2>&1; then
|
||||||
|
ac_cv_header_stat_broken=yes
|
||||||
|
else
|
||||||
|
ac_cv_header_stat_broken=no
|
||||||
|
fi
|
||||||
|
rm -f conftest*
|
||||||
|
|
||||||
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
|
||||||
|
echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
|
||||||
|
if test $ac_cv_header_stat_broken = yes; then
|
||||||
|
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define STAT_MACROS_BROKEN 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if test "$have_x" = "yes"
|
||||||
|
then
|
||||||
|
XLIB="-lXext -lX11"
|
||||||
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
||||||
|
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
for ac_header in X11/Xlib.h
|
for ac_header in X11/Xlib.h
|
||||||
do
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
|
@ -16391,405 +16792,6 @@ done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_header in \
|
|
||||||
arpa/inet.h \
|
|
||||||
arpa/nameser.h \
|
|
||||||
cups/cups.h \
|
|
||||||
direct.h \
|
|
||||||
elf.h \
|
|
||||||
float.h \
|
|
||||||
fontconfig/fontconfig.h \
|
|
||||||
getopt.h \
|
|
||||||
gif_lib.h \
|
|
||||||
ieeefp.h \
|
|
||||||
io.h \
|
|
||||||
jack/jack.h \
|
|
||||||
jpeglib.h \
|
|
||||||
lcms.h \
|
|
||||||
libio.h \
|
|
||||||
libutil.h \
|
|
||||||
link.h \
|
|
||||||
linux/cdrom.h \
|
|
||||||
linux/compiler.h \
|
|
||||||
linux/hdreg.h \
|
|
||||||
linux/input.h \
|
|
||||||
linux/ioctl.h \
|
|
||||||
linux/joystick.h \
|
|
||||||
linux/major.h \
|
|
||||||
linux/param.h \
|
|
||||||
linux/serial.h \
|
|
||||||
linux/ucdrom.h \
|
|
||||||
machine/cpu.h \
|
|
||||||
mntent.h \
|
|
||||||
netdb.h \
|
|
||||||
netinet/in.h \
|
|
||||||
netinet/in_systm.h \
|
|
||||||
netinet/tcp.h \
|
|
||||||
netinet/tcp_fsm.h \
|
|
||||||
openssl/des.h \
|
|
||||||
openssl/md2.h \
|
|
||||||
openssl/rc2.h \
|
|
||||||
openssl/rc4.h \
|
|
||||||
openssl/rsa.h \
|
|
||||||
openssl/ssl.h \
|
|
||||||
process.h \
|
|
||||||
pthread.h \
|
|
||||||
pty.h \
|
|
||||||
pwd.h \
|
|
||||||
regex.h \
|
|
||||||
sched.h \
|
|
||||||
scsi/sg.h \
|
|
||||||
scsi/scsi.h \
|
|
||||||
scsi/scsi_ioctl.h \
|
|
||||||
socket.h \
|
|
||||||
stdint.h \
|
|
||||||
strings.h \
|
|
||||||
sys/cdio.h \
|
|
||||||
sys/elf32.h \
|
|
||||||
sys/errno.h \
|
|
||||||
sys/epoll.h \
|
|
||||||
sys/exec_elf.h \
|
|
||||||
sys/file.h \
|
|
||||||
sys/filio.h \
|
|
||||||
sys/inttypes.h \
|
|
||||||
sys/ioctl.h \
|
|
||||||
sys/ipc.h \
|
|
||||||
sys/link.h \
|
|
||||||
sys/lwp.h \
|
|
||||||
sys/mman.h \
|
|
||||||
sys/modem.h \
|
|
||||||
sys/msg.h \
|
|
||||||
sys/param.h \
|
|
||||||
sys/poll.h \
|
|
||||||
sys/ptrace.h \
|
|
||||||
sys/reg.h \
|
|
||||||
sys/scsiio.h \
|
|
||||||
sys/shm.h \
|
|
||||||
sys/signal.h \
|
|
||||||
sys/socket.h \
|
|
||||||
sys/sockio.h \
|
|
||||||
sys/statfs.h \
|
|
||||||
sys/statvfs.h \
|
|
||||||
sys/strtio.h \
|
|
||||||
sys/syscall.h \
|
|
||||||
sys/sysctl.h \
|
|
||||||
sys/time.h \
|
|
||||||
sys/times.h \
|
|
||||||
sys/uio.h \
|
|
||||||
sys/un.h \
|
|
||||||
sys/v86.h \
|
|
||||||
sys/v86intr.h \
|
|
||||||
sys/vfs.h \
|
|
||||||
sys/vm86.h \
|
|
||||||
sys/wait.h \
|
|
||||||
syscall.h \
|
|
||||||
termios.h \
|
|
||||||
unistd.h \
|
|
||||||
utime.h \
|
|
||||||
valgrind/memcheck.h
|
|
||||||
|
|
||||||
do
|
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_header" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
fi
|
|
||||||
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
|
||||||
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
|
||||||
else
|
|
||||||
# Is the header compilable?
|
|
||||||
echo "$as_me:$LINENO: checking $ac_header usability" >&5
|
|
||||||
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
|
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
|
||||||
/* confdefs.h. */
|
|
||||||
_ACEOF
|
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
|
||||||
/* end confdefs.h. */
|
|
||||||
$ac_includes_default
|
|
||||||
#include <$ac_header>
|
|
||||||
_ACEOF
|
|
||||||
rm -f conftest.$ac_objext
|
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
||||||
(eval $ac_compile) 2>conftest.er1
|
|
||||||
ac_status=$?
|
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
||||||
(exit $ac_status); } &&
|
|
||||||
{ ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
||||||
(eval $ac_try) 2>&5
|
|
||||||
ac_status=$?
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
||||||
(exit $ac_status); }; } &&
|
|
||||||
{ ac_try='test -s conftest.$ac_objext'
|
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
||||||
(eval $ac_try) 2>&5
|
|
||||||
ac_status=$?
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
||||||
(exit $ac_status); }; }; then
|
|
||||||
ac_header_compiler=yes
|
|
||||||
else
|
|
||||||
echo "$as_me: failed program was:" >&5
|
|
||||||
sed 's/^/| /' conftest.$ac_ext >&5
|
|
||||||
|
|
||||||
ac_header_compiler=no
|
|
||||||
fi
|
|
||||||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
||||||
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
|
|
||||||
echo "${ECHO_T}$ac_header_compiler" >&6
|
|
||||||
|
|
||||||
# Is the header present?
|
|
||||||
echo "$as_me:$LINENO: checking $ac_header presence" >&5
|
|
||||||
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
|
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
|
||||||
/* confdefs.h. */
|
|
||||||
_ACEOF
|
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
|
||||||
/* end confdefs.h. */
|
|
||||||
#include <$ac_header>
|
|
||||||
_ACEOF
|
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
||||||
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
|
||||||
ac_status=$?
|
|
||||||
grep -v '^ *+' conftest.er1 >conftest.err
|
|
||||||
rm -f conftest.er1
|
|
||||||
cat conftest.err >&5
|
|
||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
||||||
(exit $ac_status); } >/dev/null; then
|
|
||||||
if test -s conftest.err; then
|
|
||||||
ac_cpp_err=$ac_c_preproc_warn_flag
|
|
||||||
ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
|
|
||||||
else
|
|
||||||
ac_cpp_err=
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
ac_cpp_err=yes
|
|
||||||
fi
|
|
||||||
if test -z "$ac_cpp_err"; then
|
|
||||||
ac_header_preproc=yes
|
|
||||||
else
|
|
||||||
echo "$as_me: failed program was:" >&5
|
|
||||||
sed 's/^/| /' conftest.$ac_ext >&5
|
|
||||||
|
|
||||||
ac_header_preproc=no
|
|
||||||
fi
|
|
||||||
rm -f conftest.err conftest.$ac_ext
|
|
||||||
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
|
|
||||||
echo "${ECHO_T}$ac_header_preproc" >&6
|
|
||||||
|
|
||||||
# So? What about this header?
|
|
||||||
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
|
|
||||||
yes:no: )
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
|
|
||||||
ac_header_preproc=yes
|
|
||||||
;;
|
|
||||||
no:yes:* )
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
|
|
||||||
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
|
|
||||||
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
|
|
||||||
(
|
|
||||||
cat <<\_ASBOX
|
|
||||||
## ------------------------------------ ##
|
|
||||||
## Report this to wine-devel@winehq.org ##
|
|
||||||
## ------------------------------------ ##
|
|
||||||
_ASBOX
|
|
||||||
) |
|
|
||||||
sed "s/^/$as_me: WARNING: /" >&2
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_header" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
eval "$as_ac_Header=\$ac_header_preproc"
|
|
||||||
fi
|
|
||||||
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
|
||||||
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
|
||||||
|
|
||||||
fi
|
|
||||||
if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
done
|
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
|
|
||||||
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_header_stat_broken+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
|
||||||
/* confdefs.h. */
|
|
||||||
_ACEOF
|
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
|
||||||
/* end confdefs.h. */
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
|
|
||||||
#if defined(S_ISBLK) && defined(S_IFDIR)
|
|
||||||
# if S_ISBLK (S_IFDIR)
|
|
||||||
You lose.
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(S_ISBLK) && defined(S_IFCHR)
|
|
||||||
# if S_ISBLK (S_IFCHR)
|
|
||||||
You lose.
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(S_ISLNK) && defined(S_IFREG)
|
|
||||||
# if S_ISLNK (S_IFREG)
|
|
||||||
You lose.
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(S_ISSOCK) && defined(S_IFREG)
|
|
||||||
# if S_ISSOCK (S_IFREG)
|
|
||||||
You lose.
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
_ACEOF
|
|
||||||
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
||||||
$EGREP "You lose" >/dev/null 2>&1; then
|
|
||||||
ac_cv_header_stat_broken=yes
|
|
||||||
else
|
|
||||||
ac_cv_header_stat_broken=no
|
|
||||||
fi
|
|
||||||
rm -f conftest*
|
|
||||||
|
|
||||||
fi
|
|
||||||
echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
|
|
||||||
echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
|
|
||||||
if test $ac_cv_header_stat_broken = yes; then
|
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define STAT_MACROS_BROKEN 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for ac_header in sys/mount.h sys/user.h
|
for ac_header in sys/mount.h sys/user.h
|
||||||
do
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
|
|
205
configure.ac
205
configure.ac
|
@ -160,6 +160,110 @@ AC_SUBST(GLU32FILES)
|
||||||
GLU32FILES=""
|
GLU32FILES=""
|
||||||
AC_SUBST(OPENGL_LIBS)
|
AC_SUBST(OPENGL_LIBS)
|
||||||
OPENGL_LIBS=""
|
OPENGL_LIBS=""
|
||||||
|
|
||||||
|
dnl **** Check for header files ****
|
||||||
|
|
||||||
|
AC_CHECK_HEADERS(\
|
||||||
|
arpa/inet.h \
|
||||||
|
arpa/nameser.h \
|
||||||
|
cups/cups.h \
|
||||||
|
direct.h \
|
||||||
|
elf.h \
|
||||||
|
float.h \
|
||||||
|
fontconfig/fontconfig.h \
|
||||||
|
getopt.h \
|
||||||
|
gif_lib.h \
|
||||||
|
ieeefp.h \
|
||||||
|
io.h \
|
||||||
|
jack/jack.h \
|
||||||
|
jpeglib.h \
|
||||||
|
lcms.h \
|
||||||
|
libio.h \
|
||||||
|
libutil.h \
|
||||||
|
link.h \
|
||||||
|
linux/cdrom.h \
|
||||||
|
linux/compiler.h \
|
||||||
|
linux/hdreg.h \
|
||||||
|
linux/input.h \
|
||||||
|
linux/ioctl.h \
|
||||||
|
linux/joystick.h \
|
||||||
|
linux/major.h \
|
||||||
|
linux/param.h \
|
||||||
|
linux/serial.h \
|
||||||
|
linux/ucdrom.h \
|
||||||
|
machine/cpu.h \
|
||||||
|
mntent.h \
|
||||||
|
netdb.h \
|
||||||
|
netinet/in.h \
|
||||||
|
netinet/in_systm.h \
|
||||||
|
netinet/tcp.h \
|
||||||
|
netinet/tcp_fsm.h \
|
||||||
|
openssl/des.h \
|
||||||
|
openssl/md2.h \
|
||||||
|
openssl/rc2.h \
|
||||||
|
openssl/rc4.h \
|
||||||
|
openssl/rsa.h \
|
||||||
|
openssl/ssl.h \
|
||||||
|
process.h \
|
||||||
|
pthread.h \
|
||||||
|
pty.h \
|
||||||
|
pwd.h \
|
||||||
|
regex.h \
|
||||||
|
sched.h \
|
||||||
|
scsi/sg.h \
|
||||||
|
scsi/scsi.h \
|
||||||
|
scsi/scsi_ioctl.h \
|
||||||
|
socket.h \
|
||||||
|
stdint.h \
|
||||||
|
strings.h \
|
||||||
|
sys/cdio.h \
|
||||||
|
sys/elf32.h \
|
||||||
|
sys/errno.h \
|
||||||
|
sys/epoll.h \
|
||||||
|
sys/exec_elf.h \
|
||||||
|
sys/file.h \
|
||||||
|
sys/filio.h \
|
||||||
|
sys/inttypes.h \
|
||||||
|
sys/ioctl.h \
|
||||||
|
sys/ipc.h \
|
||||||
|
sys/link.h \
|
||||||
|
sys/lwp.h \
|
||||||
|
sys/mman.h \
|
||||||
|
sys/modem.h \
|
||||||
|
sys/msg.h \
|
||||||
|
sys/param.h \
|
||||||
|
sys/poll.h \
|
||||||
|
sys/ptrace.h \
|
||||||
|
sys/reg.h \
|
||||||
|
sys/scsiio.h \
|
||||||
|
sys/shm.h \
|
||||||
|
sys/signal.h \
|
||||||
|
sys/socket.h \
|
||||||
|
sys/sockio.h \
|
||||||
|
sys/statfs.h \
|
||||||
|
sys/statvfs.h \
|
||||||
|
sys/strtio.h \
|
||||||
|
sys/syscall.h \
|
||||||
|
sys/sysctl.h \
|
||||||
|
sys/time.h \
|
||||||
|
sys/times.h \
|
||||||
|
sys/uio.h \
|
||||||
|
sys/un.h \
|
||||||
|
sys/v86.h \
|
||||||
|
sys/v86intr.h \
|
||||||
|
sys/vfs.h \
|
||||||
|
sys/vm86.h \
|
||||||
|
sys/wait.h \
|
||||||
|
syscall.h \
|
||||||
|
termios.h \
|
||||||
|
unistd.h \
|
||||||
|
utime.h \
|
||||||
|
valgrind/memcheck.h
|
||||||
|
)
|
||||||
|
AC_HEADER_STAT()
|
||||||
|
|
||||||
|
dnl **** Check for X11 ****
|
||||||
|
|
||||||
if test "$have_x" = "yes"
|
if test "$have_x" = "yes"
|
||||||
then
|
then
|
||||||
XLIB="-lXext -lX11"
|
XLIB="-lXext -lX11"
|
||||||
|
@ -1137,107 +1241,6 @@ AC_CHECK_FUNCS(\
|
||||||
waitpid \
|
waitpid \
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl **** Check for header files ****
|
|
||||||
|
|
||||||
AC_CHECK_HEADERS(\
|
|
||||||
arpa/inet.h \
|
|
||||||
arpa/nameser.h \
|
|
||||||
cups/cups.h \
|
|
||||||
direct.h \
|
|
||||||
elf.h \
|
|
||||||
float.h \
|
|
||||||
fontconfig/fontconfig.h \
|
|
||||||
getopt.h \
|
|
||||||
gif_lib.h \
|
|
||||||
ieeefp.h \
|
|
||||||
io.h \
|
|
||||||
jack/jack.h \
|
|
||||||
jpeglib.h \
|
|
||||||
lcms.h \
|
|
||||||
libio.h \
|
|
||||||
libutil.h \
|
|
||||||
link.h \
|
|
||||||
linux/cdrom.h \
|
|
||||||
linux/compiler.h \
|
|
||||||
linux/hdreg.h \
|
|
||||||
linux/input.h \
|
|
||||||
linux/ioctl.h \
|
|
||||||
linux/joystick.h \
|
|
||||||
linux/major.h \
|
|
||||||
linux/param.h \
|
|
||||||
linux/serial.h \
|
|
||||||
linux/ucdrom.h \
|
|
||||||
machine/cpu.h \
|
|
||||||
mntent.h \
|
|
||||||
netdb.h \
|
|
||||||
netinet/in.h \
|
|
||||||
netinet/in_systm.h \
|
|
||||||
netinet/tcp.h \
|
|
||||||
netinet/tcp_fsm.h \
|
|
||||||
openssl/des.h \
|
|
||||||
openssl/md2.h \
|
|
||||||
openssl/rc2.h \
|
|
||||||
openssl/rc4.h \
|
|
||||||
openssl/rsa.h \
|
|
||||||
openssl/ssl.h \
|
|
||||||
process.h \
|
|
||||||
pthread.h \
|
|
||||||
pty.h \
|
|
||||||
pwd.h \
|
|
||||||
regex.h \
|
|
||||||
sched.h \
|
|
||||||
scsi/sg.h \
|
|
||||||
scsi/scsi.h \
|
|
||||||
scsi/scsi_ioctl.h \
|
|
||||||
socket.h \
|
|
||||||
stdint.h \
|
|
||||||
strings.h \
|
|
||||||
sys/cdio.h \
|
|
||||||
sys/elf32.h \
|
|
||||||
sys/errno.h \
|
|
||||||
sys/epoll.h \
|
|
||||||
sys/exec_elf.h \
|
|
||||||
sys/file.h \
|
|
||||||
sys/filio.h \
|
|
||||||
sys/inttypes.h \
|
|
||||||
sys/ioctl.h \
|
|
||||||
sys/ipc.h \
|
|
||||||
sys/link.h \
|
|
||||||
sys/lwp.h \
|
|
||||||
sys/mman.h \
|
|
||||||
sys/modem.h \
|
|
||||||
sys/msg.h \
|
|
||||||
sys/param.h \
|
|
||||||
sys/poll.h \
|
|
||||||
sys/ptrace.h \
|
|
||||||
sys/reg.h \
|
|
||||||
sys/scsiio.h \
|
|
||||||
sys/shm.h \
|
|
||||||
sys/signal.h \
|
|
||||||
sys/socket.h \
|
|
||||||
sys/sockio.h \
|
|
||||||
sys/statfs.h \
|
|
||||||
sys/statvfs.h \
|
|
||||||
sys/strtio.h \
|
|
||||||
sys/syscall.h \
|
|
||||||
sys/sysctl.h \
|
|
||||||
sys/time.h \
|
|
||||||
sys/times.h \
|
|
||||||
sys/uio.h \
|
|
||||||
sys/un.h \
|
|
||||||
sys/v86.h \
|
|
||||||
sys/v86intr.h \
|
|
||||||
sys/vfs.h \
|
|
||||||
sys/vm86.h \
|
|
||||||
sys/wait.h \
|
|
||||||
syscall.h \
|
|
||||||
termios.h \
|
|
||||||
unistd.h \
|
|
||||||
utime.h \
|
|
||||||
valgrind/memcheck.h
|
|
||||||
)
|
|
||||||
AC_HEADER_STAT()
|
|
||||||
|
|
||||||
dnl **** Checks for headers that depend on other ones ****
|
dnl **** Checks for headers that depend on other ones ****
|
||||||
|
|
||||||
AC_CHECK_HEADERS(sys/mount.h sys/user.h,,,
|
AC_CHECK_HEADERS(sys/mount.h sys/user.h,,,
|
||||||
|
|
Loading…
Reference in New Issue