- small fixes to Makefile.in and configure script

- main_unix.cpp tested ENABLE_DGA instead of ENABLE_XF86_DGA
This commit is contained in:
cebix 1999-10-26 16:56:45 +00:00
parent a84f3d1334
commit 7856a8a42c
4 changed files with 89 additions and 85 deletions

View File

@ -36,7 +36,7 @@ SRCS = ../main.cpp main_unix.cpp ../prefs.cpp prefs_unix.cpp sys_unix.cpp \
APP = BasiliskII
## Rules
.PHONY: modules install uninstall clean distclean depend
.PHONY: modules install uninstall clean distclean depend dep
.SUFFIXES:
.SUFFIXES: .c .cpp .s .o .h

View File

@ -2655,6 +2655,7 @@ rm -f conftest*
echo "configure: warning: Could not find GTK+, disabling user interface." 1>&2
WANT_GTK=no
DEFINES="$DEFINES -DENABLE_GTK=0"
fi
@ -2705,7 +2706,7 @@ fi
# Extract the first word of "esd-config", so it can be a program name with args.
set dummy esd-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2709: checking for $ac_word" >&5
echo "configure:2710: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_ESD_CONFIG'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@ -2740,7 +2741,7 @@ fi
min_esd_version=0.2.8
echo $ac_n "checking for ESD - version >= $min_esd_version""... $ac_c" 1>&6
echo "configure:2744: checking for ESD - version >= $min_esd_version" >&5
echo "configure:2745: checking for ESD - version >= $min_esd_version" >&5
no_esd=""
if test "$ESD_CONFIG" = "no" ; then
no_esd=yes
@ -2764,7 +2765,7 @@ echo "configure:2744: checking for ESD - version >= $min_esd_version" >&5
echo $ac_n "cross compiling; assumed OK... $ac_c"
else
cat > conftest.$ac_ext <<EOF
#line 2768 "configure"
#line 2769 "configure"
#include "confdefs.h"
#include <stdio.h>
@ -2822,7 +2823,7 @@ int main ()
EOF
if { (eval echo configure:2826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:2827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
@ -2861,7 +2862,7 @@ fi
CFLAGS="$CFLAGS $ESD_CFLAGS"
LIBS="$LIBS $ESD_LIBS"
cat > conftest.$ac_ext <<EOF
#line 2865 "configure"
#line 2866 "configure"
#include "confdefs.h"
#include <stdio.h>
@ -2871,7 +2872,7 @@ int main() {
return 0;
; return 0; }
EOF
if { (eval echo configure:2875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:2876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
echo "*** The test program compiled, but did not run. This usually means"
echo "*** that the run-time linker is not finding ESD or finding the wrong"
@ -2901,6 +2902,7 @@ rm -f conftest*
echo "configure: warning: Could not find ESD, disabling ESD support." 1>&2
WANT_ESD=no
DEFINES="$DEFINES -DENABLE_ESD=0"
fi
@ -2910,12 +2912,12 @@ rm -f conftest*
fi
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
echo "configure:2914: checking for ANSI C header files" >&5
echo "configure:2916: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 2919 "configure"
#line 2921 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@ -2923,7 +2925,7 @@ else
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:2927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:2929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@ -2940,7 +2942,7 @@ rm -f conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
#line 2944 "configure"
#line 2946 "configure"
#include "confdefs.h"
#include <string.h>
EOF
@ -2958,7 +2960,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
#line 2962 "configure"
#line 2964 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
@ -2979,7 +2981,7 @@ if test "$cross_compiling" = yes; then
:
else
cat > conftest.$ac_ext <<EOF
#line 2983 "configure"
#line 2985 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@ -2990,7 +2992,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
EOF
if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:2996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
@ -3017,17 +3019,17 @@ for ac_hdr in unistd.h fcntl.h sys/time.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
echo "configure:3021: checking for $ac_hdr" >&5
echo "configure:3023: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3026 "configure"
#line 3028 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:3033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@ -3055,14 +3057,14 @@ done
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
echo "configure:3059: checking whether byte ordering is bigendian" >&5
echo "configure:3061: checking whether byte ordering is bigendian" >&5
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat > conftest.$ac_ext <<EOF
#line 3066 "configure"
#line 3068 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@ -3073,11 +3075,11 @@ int main() {
#endif
; return 0; }
EOF
if { (eval echo configure:3077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
# It does; now see whether it defined to BIG_ENDIAN or not.
cat > conftest.$ac_ext <<EOF
#line 3081 "configure"
#line 3083 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@ -3088,7 +3090,7 @@ int main() {
#endif
; return 0; }
EOF
if { (eval echo configure:3092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_bigendian=yes
else
@ -3108,7 +3110,7 @@ if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
#line 3112 "configure"
#line 3114 "configure"
#include "confdefs.h"
main () {
/* Are we little or big endian? From Harbison&Steele. */
@ -3121,7 +3123,7 @@ main () {
exit (u.c[sizeof (long) - 1] == 1);
}
EOF
if { (eval echo configure:3125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_bigendian=no
else
@ -3145,12 +3147,12 @@ EOF
fi
echo $ac_n "checking for working const""... $ac_c" 1>&6
echo "configure:3149: checking for working const" >&5
echo "configure:3151: checking for working const" >&5
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3154 "configure"
#line 3156 "configure"
#include "confdefs.h"
int main() {
@ -3199,7 +3201,7 @@ ccp = (char const *const *) p;
; return 0; }
EOF
if { (eval echo configure:3203: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_const=yes
else
@ -3220,21 +3222,21 @@ EOF
fi
echo $ac_n "checking for inline""... $ac_c" 1>&6
echo "configure:3224: checking for inline" >&5
echo "configure:3226: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat > conftest.$ac_ext <<EOF
#line 3231 "configure"
#line 3233 "configure"
#include "confdefs.h"
int main() {
} $ac_kw foo() {
; return 0; }
EOF
if { (eval echo configure:3238: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_inline=$ac_kw; break
else
@ -3260,7 +3262,7 @@ EOF
esac
echo $ac_n "checking size of short""... $ac_c" 1>&6
echo "configure:3264: checking size of short" >&5
echo "configure:3266: checking size of short" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@ -3268,7 +3270,7 @@ else
ac_cv_sizeof_short=2
else
cat > conftest.$ac_ext <<EOF
#line 3272 "configure"
#line 3274 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
@ -3279,7 +3281,7 @@ main()
exit(0);
}
EOF
if { (eval echo configure:3283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_short=`cat conftestval`
else
@ -3299,7 +3301,7 @@ EOF
echo $ac_n "checking size of int""... $ac_c" 1>&6
echo "configure:3303: checking size of int" >&5
echo "configure:3305: checking size of int" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@ -3307,7 +3309,7 @@ else
ac_cv_sizeof_int=4
else
cat > conftest.$ac_ext <<EOF
#line 3311 "configure"
#line 3313 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
@ -3318,7 +3320,7 @@ main()
exit(0);
}
EOF
if { (eval echo configure:3322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_int=`cat conftestval`
else
@ -3338,7 +3340,7 @@ EOF
echo $ac_n "checking size of long""... $ac_c" 1>&6
echo "configure:3342: checking size of long" >&5
echo "configure:3344: checking size of long" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@ -3346,7 +3348,7 @@ else
ac_cv_sizeof_long=4
else
cat > conftest.$ac_ext <<EOF
#line 3350 "configure"
#line 3352 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
@ -3357,7 +3359,7 @@ main()
exit(0);
}
EOF
if { (eval echo configure:3361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long=`cat conftestval`
else
@ -3377,7 +3379,7 @@ EOF
echo $ac_n "checking size of long long""... $ac_c" 1>&6
echo "configure:3381: checking size of long long" >&5
echo "configure:3383: checking size of long long" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@ -3385,7 +3387,7 @@ else
ac_cv_sizeof_long_long=8
else
cat > conftest.$ac_ext <<EOF
#line 3389 "configure"
#line 3391 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
@ -3396,7 +3398,7 @@ main()
exit(0);
}
EOF
if { (eval echo configure:3400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
if { (eval echo configure:3402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long_long=`cat conftestval`
else
@ -3416,12 +3418,12 @@ EOF
echo $ac_n "checking for off_t""... $ac_c" 1>&6
echo "configure:3420: checking for off_t" >&5
echo "configure:3422: checking for off_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3425 "configure"
#line 3427 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@ -3449,12 +3451,12 @@ EOF
fi
echo $ac_n "checking for loff_t""... $ac_c" 1>&6
echo "configure:3453: checking for loff_t" >&5
echo "configure:3455: checking for loff_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_loff_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3458 "configure"
#line 3460 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@ -3482,12 +3484,12 @@ EOF
fi
echo $ac_n "checking for size_t""... $ac_c" 1>&6
echo "configure:3486: checking for size_t" >&5
echo "configure:3488: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3491 "configure"
#line 3493 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@ -3515,12 +3517,12 @@ EOF
fi
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
echo "configure:3519: checking whether time.h and sys/time.h may both be included" >&5
echo "configure:3521: checking whether time.h and sys/time.h may both be included" >&5
if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3524 "configure"
#line 3526 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@ -3529,7 +3531,7 @@ int main() {
struct tm *tp;
; return 0; }
EOF
if { (eval echo configure:3533: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_header_time=yes
else
@ -3550,12 +3552,12 @@ EOF
fi
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
echo "configure:3554: checking whether struct tm is in sys/time.h or time.h" >&5
echo "configure:3556: checking whether struct tm is in sys/time.h or time.h" >&5
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3559 "configure"
#line 3561 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
@ -3563,7 +3565,7 @@ int main() {
struct tm *tp; tp->tm_sec;
; return 0; }
EOF
if { (eval echo configure:3567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:3569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_tm=time.h
else
@ -3587,12 +3589,12 @@ fi
for ac_func in strdup cfmakeraw
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3591: checking for $ac_func" >&5
echo "configure:3593: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3596 "configure"
#line 3598 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -3615,7 +3617,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:3619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@ -3642,12 +3644,12 @@ done
for ac_func in nanosleep clock_gettime timer_create
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3646: checking for $ac_func" >&5
echo "configure:3648: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3651 "configure"
#line 3653 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -3670,7 +3672,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:3674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@ -3697,12 +3699,12 @@ done
for ac_func in pthread_cancel
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3701: checking for $ac_func" >&5
echo "configure:3703: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3706 "configure"
#line 3708 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@ -3725,7 +3727,7 @@ $ac_func();
; return 0; }
EOF
if { (eval echo configure:3729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@ -3758,7 +3760,7 @@ if MACHINE=`uname -a 2>/dev/null`; then
;;
FreeBSD*3.*)
echo $ac_n "checking for cam_open_btl in -lcam""... $ac_c" 1>&6
echo "configure:3762: checking for cam_open_btl in -lcam" >&5
echo "configure:3764: checking for cam_open_btl in -lcam" >&5
ac_lib_var=`echo cam'_'cam_open_btl | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@ -3766,7 +3768,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lcam $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3770 "configure"
#line 3772 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@ -3777,7 +3779,7 @@ int main() {
cam_open_btl()
; return 0; }
EOF
if { (eval echo configure:3781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@ -3803,17 +3805,17 @@ fi
else
ac_safe=`echo "/sys/cam/cam.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for /sys/cam/cam.h""... $ac_c" 1>&6
echo "configure:3807: checking for /sys/cam/cam.h" >&5
echo "configure:3809: checking for /sys/cam/cam.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3812 "configure"
#line 3814 "configure"
#include "confdefs.h"
#include </sys/cam/cam.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:3819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@ -3846,7 +3848,7 @@ fi
;;
FreeBSD*)
echo $ac_n "checking for scsi_open in -lscsi""... $ac_c" 1>&6
echo "configure:3850: checking for scsi_open in -lscsi" >&5
echo "configure:3852: checking for scsi_open in -lscsi" >&5
ac_lib_var=`echo scsi'_'scsi_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@ -3854,7 +3856,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lscsi $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3858 "configure"
#line 3860 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@ -3865,7 +3867,7 @@ int main() {
scsi_open()
; return 0; }
EOF
if { (eval echo configure:3869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
if { (eval echo configure:3871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@ -3891,17 +3893,17 @@ fi
else
ac_safe=`echo "scsi.h sys/scsiio.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for scsi.h sys/scsiio.h""... $ac_c" 1>&6
echo "configure:3895: checking for scsi.h sys/scsiio.h" >&5
echo "configure:3897: checking for scsi.h sys/scsiio.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 3900 "configure"
#line 3902 "configure"
#include "confdefs.h"
#include <scsi.h sys/scsiio.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3905: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
{ (eval echo configure:3907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@ -3945,9 +3947,9 @@ SYSSRCS="$SYSSRCS $SEMSRCS $UISRCS $MONSRCS"
HAVE_I386=no
echo $ac_n "checking for x86 target CPU""... $ac_c" 1>&6
echo "configure:3949: checking for x86 target CPU" >&5
echo "configure:3951: checking for x86 target CPU" >&5
cat > conftest.$ac_ext <<EOF
#line 3951 "configure"
#line 3953 "configure"
#include "confdefs.h"
#ifdef __i386__
@ -3968,9 +3970,9 @@ rm -f conftest*
HAVE_SPARC=no
echo $ac_n "checking for SPARC target CPU""... $ac_c" 1>&6
echo "configure:3972: checking for SPARC target CPU" >&5
echo "configure:3974: checking for SPARC target CPU" >&5
cat > conftest.$ac_ext <<EOF
#line 3974 "configure"
#line 3976 "configure"
#include "confdefs.h"
#ifdef __sparc__
@ -3991,7 +3993,7 @@ rm -f conftest*
HAVE_GAS=no
echo $ac_n "checking for GAS .p2align feature""... $ac_c" 1>&6
echo "configure:3995: checking for GAS .p2align feature" >&5
echo "configure:3997: checking for GAS .p2align feature" >&5
cat >conftest.S << EOF
.text
.p2align 5
@ -4001,9 +4003,9 @@ echo "$ac_t""$HAVE_GAS" 1>&6
HAVE_GCC27=no
echo $ac_n "checking for GCC 2.7 or higher""... $ac_c" 1>&6
echo "configure:4005: checking for GCC 2.7 or higher" >&5
echo "configure:4007: checking for GCC 2.7 or higher" >&5
cat > conftest.$ac_ext <<EOF
#line 4007 "configure"
#line 4009 "configure"
#include "confdefs.h"
#if __GNUC__ - 1 > 1 || __GNUC_MINOR__ - 1 > 5
yes
@ -4041,7 +4043,7 @@ elif [ "x$HAVE_GCC27" = "xyes" -a "x$HAVE_SPARC" = "xyes" -a "x$HAVE_GAS" = "xye
case "$MACHINE" in
SunOS*)
echo $ac_n "checking SPARC CPU architecture""... $ac_c" 1>&6
echo "configure:4045: checking SPARC CPU architecture" >&5
echo "configure:4047: checking SPARC CPU architecture" >&5
SPARC_TYPE=`Solaris/which_sparc`
echo "$ac_t""$SPARC_TYPE" 1>&6
case "$SPARC_TYPE" in

View File

@ -98,6 +98,7 @@ if [[ "x$WANT_GTK" = "xyes" ]]; then
], [
AC_MSG_WARN([Could not find GTK+, disabling user interface.])
WANT_GTK=no
DEFINES="$DEFINES -DENABLE_GTK=0"
])
fi
@ -111,6 +112,7 @@ if [[ "x$WANT_ESD" = "xyes" ]]; then
], [
AC_MSG_WARN([Could not find ESD, disabling ESD support.])
WANT_ESD=no
DEFINES="$DEFINES -DENABLE_ESD=0"
])
fi

View File

@ -48,7 +48,7 @@
#include <gtk/gtk.h>
#endif
#if ENABLE_DGA
#if ENABLE_XF86_DGA
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/xf86dga.h>
@ -154,7 +154,7 @@ int main(int argc, char **argv)
QuitEmulator();
}
#if ENABLE_DGA
#if ENABLE_XF86_DGA
// Fork out, so we can return from fullscreen mode when things get ugly
XF86DGAForkApp(DefaultScreen(x_display));
#endif