- autoconf'ed from configure.in rev1.201
This commit is contained in:
parent
ef16df4f69
commit
fd280a300a
126
bochs/configure
vendored
126
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in,v 1.200 2003/01/30 18:37:05 cbothamy Exp .
|
||||
# From configure.in Id: configure.in,v 1.201 2003/02/21 14:40:59 cisc Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
@ -1065,7 +1065,7 @@ Optional Packages:
|
||||
--with-nogui no native GUI, just use blank stubs
|
||||
--with-term textmode terminal environment
|
||||
--with-rfb use RFB protocol, works with VNC viewer
|
||||
--with-amigaos use MorphOS (Amiga)
|
||||
--with-amigaos use AmigaOS (or MorphOS) GUI
|
||||
--with-sdl use SDL libraries
|
||||
--with-svga use SVGALib libraries
|
||||
--with-wx use wxWindows libraries
|
||||
@ -1605,8 +1605,8 @@ case "$target" in
|
||||
ADD_FLAGS="-Wno-multichar"
|
||||
DEFAULT_GUI=beos # beos defaults to beos
|
||||
;;
|
||||
*-amigaos*)
|
||||
DEFAULT_GUI=amigaos # amigaos defaults to amigaos
|
||||
*-amigaos* | *-morphos*)
|
||||
DEFAULT_GUI=amigaos # amigaos or morphos defaults to amigaos gui
|
||||
;;
|
||||
*)
|
||||
DEFAULT_GUI=x11
|
||||
@ -15686,23 +15686,23 @@ else
|
||||
fi
|
||||
|
||||
|
||||
if test "${ac_cv_header_intuition_IntuitionBase_h+set}" = set; then
|
||||
echo "$as_me:$LINENO: checking for intuition/IntuitionBase.h" >&5
|
||||
echo $ECHO_N "checking for intuition/IntuitionBase.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_intuition_IntuitionBase_h+set}" = set; then
|
||||
if test "${ac_cv_header_intuition_intuitionbase_h+set}" = set; then
|
||||
echo "$as_me:$LINENO: checking for intuition/intuitionbase.h" >&5
|
||||
echo $ECHO_N "checking for intuition/intuitionbase.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_intuition_intuitionbase_h+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_intuition_IntuitionBase_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_intuition_IntuitionBase_h" >&6
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_intuition_intuitionbase_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_intuition_intuitionbase_h" >&6
|
||||
else
|
||||
# Is the header compilable?
|
||||
echo "$as_me:$LINENO: checking intuition/IntuitionBase.h usability" >&5
|
||||
echo $ECHO_N "checking intuition/IntuitionBase.h usability... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: checking intuition/intuitionbase.h usability" >&5
|
||||
echo $ECHO_N "checking intuition/intuitionbase.h usability... $ECHO_C" >&6
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
$ac_includes_default
|
||||
#include <intuition/IntuitionBase.h>
|
||||
#include <intuition/intuitionbase.h>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||
@ -15727,12 +15727,12 @@ 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 intuition/IntuitionBase.h presence" >&5
|
||||
echo $ECHO_N "checking intuition/IntuitionBase.h presence... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: checking intuition/intuitionbase.h presence" >&5
|
||||
echo $ECHO_N "checking intuition/intuitionbase.h presence... $ECHO_C" >&6
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
#include <intuition/IntuitionBase.h>
|
||||
#include <intuition/intuitionbase.h>
|
||||
_ACEOF
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|
||||
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
||||
@ -15764,53 +15764,53 @@ echo "${ECHO_T}$ac_header_preproc" >&6
|
||||
# So? What about this header?
|
||||
case $ac_header_compiler:$ac_header_preproc in
|
||||
yes:no )
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/IntuitionBase.h: accepted by the compiler, rejected by the preprocessor!" >&5
|
||||
echo "$as_me: WARNING: intuition/IntuitionBase.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/IntuitionBase.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: intuition/IntuitionBase.h: proceeding with the preprocessor's result" >&2;};;
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/intuitionbase.h: accepted by the compiler, rejected by the preprocessor!" >&5
|
||||
echo "$as_me: WARNING: intuition/intuitionbase.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/intuitionbase.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: intuition/intuitionbase.h: proceeding with the preprocessor's result" >&2;};;
|
||||
no:yes )
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/IntuitionBase.h: present but cannot be compiled" >&5
|
||||
echo "$as_me: WARNING: intuition/IntuitionBase.h: present but cannot be compiled" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/IntuitionBase.h: check for missing prerequisite headers?" >&5
|
||||
echo "$as_me: WARNING: intuition/IntuitionBase.h: check for missing prerequisite headers?" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/IntuitionBase.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: intuition/IntuitionBase.h: proceeding with the preprocessor's result" >&2;};;
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/intuitionbase.h: present but cannot be compiled" >&5
|
||||
echo "$as_me: WARNING: intuition/intuitionbase.h: present but cannot be compiled" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/intuitionbase.h: check for missing prerequisite headers?" >&5
|
||||
echo "$as_me: WARNING: intuition/intuitionbase.h: check for missing prerequisite headers?" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: intuition/intuitionbase.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: intuition/intuitionbase.h: proceeding with the preprocessor's result" >&2;};;
|
||||
esac
|
||||
echo "$as_me:$LINENO: checking for intuition/IntuitionBase.h" >&5
|
||||
echo $ECHO_N "checking for intuition/IntuitionBase.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_intuition_IntuitionBase_h+set}" = set; then
|
||||
echo "$as_me:$LINENO: checking for intuition/intuitionbase.h" >&5
|
||||
echo $ECHO_N "checking for intuition/intuitionbase.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_intuition_intuitionbase_h+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_cv_header_intuition_IntuitionBase_h=$ac_header_preproc
|
||||
ac_cv_header_intuition_intuitionbase_h=$ac_header_preproc
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_intuition_IntuitionBase_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_intuition_IntuitionBase_h" >&6
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_intuition_intuitionbase_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_intuition_intuitionbase_h" >&6
|
||||
|
||||
fi
|
||||
if test $ac_cv_header_intuition_IntuitionBase_h = yes; then
|
||||
if test $ac_cv_header_intuition_intuitionbase_h = yes; then
|
||||
:
|
||||
else
|
||||
can_compile_amigaos=0
|
||||
fi
|
||||
|
||||
|
||||
if test "${ac_cv_header_cybergraphics_cybergraphics_h+set}" = set; then
|
||||
echo "$as_me:$LINENO: checking for cybergraphics/cybergraphics.h" >&5
|
||||
echo $ECHO_N "checking for cybergraphics/cybergraphics.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_cybergraphics_cybergraphics_h+set}" = set; then
|
||||
if test "${ac_cv_header_cybergraphx_cybergraphics_h+set}" = set; then
|
||||
echo "$as_me:$LINENO: checking for cybergraphx/cybergraphics.h" >&5
|
||||
echo $ECHO_N "checking for cybergraphx/cybergraphics.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_cybergraphx_cybergraphics_h+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_cybergraphics_cybergraphics_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_cybergraphics_cybergraphics_h" >&6
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_cybergraphx_cybergraphics_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_cybergraphx_cybergraphics_h" >&6
|
||||
else
|
||||
# Is the header compilable?
|
||||
echo "$as_me:$LINENO: checking cybergraphics/cybergraphics.h usability" >&5
|
||||
echo $ECHO_N "checking cybergraphics/cybergraphics.h usability... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: checking cybergraphx/cybergraphics.h usability" >&5
|
||||
echo $ECHO_N "checking cybergraphx/cybergraphics.h usability... $ECHO_C" >&6
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
$ac_includes_default
|
||||
#include <cybergraphics/cybergraphics.h>
|
||||
#include <cybergraphx/cybergraphics.h>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||
@ -15835,12 +15835,12 @@ 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 cybergraphics/cybergraphics.h presence" >&5
|
||||
echo $ECHO_N "checking cybergraphics/cybergraphics.h presence... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: checking cybergraphx/cybergraphics.h presence" >&5
|
||||
echo $ECHO_N "checking cybergraphx/cybergraphics.h presence... $ECHO_C" >&6
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
#include <cybergraphics/cybergraphics.h>
|
||||
#include <cybergraphx/cybergraphics.h>
|
||||
_ACEOF
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|
||||
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
||||
@ -15872,30 +15872,30 @@ echo "${ECHO_T}$ac_header_preproc" >&6
|
||||
# So? What about this header?
|
||||
case $ac_header_compiler:$ac_header_preproc in
|
||||
yes:no )
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphics/cybergraphics.h: accepted by the compiler, rejected by the preprocessor!" >&5
|
||||
echo "$as_me: WARNING: cybergraphics/cybergraphics.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphics/cybergraphics.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: cybergraphics/cybergraphics.h: proceeding with the preprocessor's result" >&2;};;
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphx/cybergraphics.h: accepted by the compiler, rejected by the preprocessor!" >&5
|
||||
echo "$as_me: WARNING: cybergraphx/cybergraphics.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphx/cybergraphics.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: cybergraphx/cybergraphics.h: proceeding with the preprocessor's result" >&2;};;
|
||||
no:yes )
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphics/cybergraphics.h: present but cannot be compiled" >&5
|
||||
echo "$as_me: WARNING: cybergraphics/cybergraphics.h: present but cannot be compiled" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphics/cybergraphics.h: check for missing prerequisite headers?" >&5
|
||||
echo "$as_me: WARNING: cybergraphics/cybergraphics.h: check for missing prerequisite headers?" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphics/cybergraphics.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: cybergraphics/cybergraphics.h: proceeding with the preprocessor's result" >&2;};;
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphx/cybergraphics.h: present but cannot be compiled" >&5
|
||||
echo "$as_me: WARNING: cybergraphx/cybergraphics.h: present but cannot be compiled" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphx/cybergraphics.h: check for missing prerequisite headers?" >&5
|
||||
echo "$as_me: WARNING: cybergraphx/cybergraphics.h: check for missing prerequisite headers?" >&2;}
|
||||
{ echo "$as_me:$LINENO: WARNING: cybergraphx/cybergraphics.h: proceeding with the preprocessor's result" >&5
|
||||
echo "$as_me: WARNING: cybergraphx/cybergraphics.h: proceeding with the preprocessor's result" >&2;};;
|
||||
esac
|
||||
echo "$as_me:$LINENO: checking for cybergraphics/cybergraphics.h" >&5
|
||||
echo $ECHO_N "checking for cybergraphics/cybergraphics.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_cybergraphics_cybergraphics_h+set}" = set; then
|
||||
echo "$as_me:$LINENO: checking for cybergraphx/cybergraphics.h" >&5
|
||||
echo $ECHO_N "checking for cybergraphx/cybergraphics.h... $ECHO_C" >&6
|
||||
if test "${ac_cv_header_cybergraphx_cybergraphics_h+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_cv_header_cybergraphics_cybergraphics_h=$ac_header_preproc
|
||||
ac_cv_header_cybergraphx_cybergraphics_h=$ac_header_preproc
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_cybergraphics_cybergraphics_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_cybergraphics_cybergraphics_h" >&6
|
||||
echo "$as_me:$LINENO: result: $ac_cv_header_cybergraphx_cybergraphics_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_header_cybergraphx_cybergraphics_h" >&6
|
||||
|
||||
fi
|
||||
if test $ac_cv_header_cybergraphics_cybergraphics_h = yes; then
|
||||
if test $ac_cv_header_cybergraphx_cybergraphics_h = yes; then
|
||||
:
|
||||
else
|
||||
can_compile_amigaos=0
|
||||
@ -20842,7 +20842,7 @@ if test "$bx_cdrom" = 1; then
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
CDROM_OBJS='cdrom.o'
|
||||
if test "$can_compile_amigaos" = yes; then
|
||||
if test "$with_amigaos" = yes; then
|
||||
# use the amiga cdrom file instead.
|
||||
CDROM_OBJS="cdrom_amigaos.o"
|
||||
elif test "$can_use_osx_cdrom" = yes; then
|
||||
|
Loading…
Reference in New Issue
Block a user