configure
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:420k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- # We use the OSS and native API's, not the Sun audio API
- #if test x$enable_audio = xyes; then
- # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
- # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
- # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
- #fi
- # OpenBSD needs linking with ossaudio emulation library
- if test x$have_oss = xyes; then
- SYSTEM_LIBS="$SYSTEM_LIBS -lossaudio"
- fi
- # Set up files for the joystick library
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS bsd"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS bsd/libjoystick_bsd.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS openbsd"
- CDROM_DRIVERS="$CDROM_DRIVERS openbsd/libcdrom_openbsd.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- if test x$use_pthreads = xyes -a x$have_pthread_sem != xyes; then
- echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/generic/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- else
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/linux/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # OpenBSD does not define "unix"
- CFLAGS="$CFLAGS -Dunix"
- ;;
- *-*-sysv5*)
- ARCH=sysv5
- CheckDummyVideo
- CheckDiskAudio
- CheckDLOPEN
- CheckNASM
- CheckOSS
- CheckARTSC
- CheckESD
- CheckNAS
- CheckX11
- CheckAAlib
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
- fi
- # Set up files for the joystick library
- # (No joystick support yet)
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
- CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/generic/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/generic/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/generic/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/generic/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/generic/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- ;;
- *-*-solaris*)
- ARCH=solaris
- CFLAGS="$CFLAGS -D__ELF__" # Fix for nasm on Solaris x86
- CheckDummyVideo
- CheckDiskAudio
- CheckDLOPEN
- CheckNASM
- CheckOSS
- CheckARTSC
- CheckESD
- CheckNAS
- CheckX11
- CheckAAlib
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
- fi
- # Set up files for the joystick library
- # (No joystick support yet)
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS linux"
- CDROM_DRIVERS="$CDROM_DRIVERS linux/libcdrom_linux.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- ;;
- *-*-irix*)
- ARCH=irix
- CheckDummyVideo
- CheckDiskAudio
- CheckDLOPEN
- CheckDMEDIA
- CheckESD
- CheckNAS
- CheckX11
- CheckAAlib
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # We use the dmedia audio API, not the Sun audio API
- #if test x$enable_audio = xyes; then
- # CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
- # AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
- # AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
- #fi
- # Set up files for the joystick library
- # (No joystick support yet)
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
- fi
- # Set up files for the cdrom library
- # (No CD-ROM support yet)
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
- CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- if test x$use_pthreads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- if test x$have_pthread_sem != xyes; then
- echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/generic/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- else
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/linux/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- else
- echo "Copying src/thread/irix/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/irix/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/irix/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/irix/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- ;;
- *-*-hpux*)
- ARCH=hpux
- CheckDummyVideo
- CheckDiskAudio
- CheckDLOPEN
- CheckOSS
- CheckNAS
- CheckX11
- CheckGGI
- CheckAAlib
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
- fi
- # Set up files for the joystick library
- # (No joystick support yet)
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
- fi
- # Set up files for the cdrom library
- # (No CD-ROM support yet)
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
- CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/linux/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- ;;
- *-*-aix*)
- ARCH=aix
- CheckDummyVideo
- CheckDiskAudio
- CheckDLOPEN
- CheckOSS
- CheckNAS
- CheckX11
- CheckGGI
- CheckAAlib
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS paudio"
- AUDIO_DRIVERS="$AUDIO_DRIVERS paudio/libaudio_paudio.la"
- fi
- # Set up files for the joystick library
- # (No joystick support yet)
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS aix"
- CDROM_DRIVERS="$CDROM_DRIVERS aix/libcdrom_aix.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/linux/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- ;;
- *-*-osf*)
- ARCH=osf
- CheckDummyVideo
- CheckDiskAudio
- CheckDLOPEN
- CheckNAS
- CheckX11
- CheckGGI
- CheckAAlib
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
- fi
- # Set up files for the joystick library
- # (No joystick support yet)
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
- fi
- # Set up files for the cdrom library
- # (No cdrom support yet)
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
- CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/generic/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/linux/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- ;;
- *-*-qnx*)
- ARCH=qnx
- CheckDummyVideo
- CheckDiskAudio
- CheckDLOPEN
- CheckNAS
- CheckPHOTON
- CheckX11
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- CFLAGS="$CFLAGS -DALSA_SUPPORT"
- SYSTEM_LIBS="$SYSTEM_LIBS -lasound"
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS nto"
- AUDIO_DRIVERS="$AUDIO_DRIVERS nto/libaudio_nto.la"
- fi
- # Set up files for the joystick library
- if test x$enable_joystick = xyes; then
- # (No joystick support yet)
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS qnx"
- CDROM_DRIVERS="$CDROM_DRIVERS qnx/libcdrom_qnx.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/linux/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- ;;
- *-*-cygwin* | *-*-mingw32*)
- ARCH=win32
- if test "$build" != "$target"; then # cross-compiling
- # Default cross-compile location
- ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc
- else
- # Look for the location of the tools and install there
- if "$BUILD_PREFIX" != "" ; then
- ac_default_prefix=$BUILD_PREFIX
- fi
- fi
- CheckDummyVideo
- CheckDiskAudio
- CheckWIN32
- CheckDIRECTX
- CheckNASM
- # Set up files for the main() stub
- echo "Copying src/main/win32/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/win32/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS windib"
- AUDIO_DRIVERS="$AUDIO_DRIVERS windib/libaudio_windib.la"
- if test x$use_directx = xyes; then
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS windx5"
- AUDIO_DRIVERS="$AUDIO_DRIVERS windx5/libaudio_windx5.la"
- fi
- fi
- # Set up files for the joystick library
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS win32"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS win32/libjoystick_winmm.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS win32"
- CDROM_DRIVERS="$CDROM_DRIVERS win32/libcdrom_win32.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/win32/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/win32/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/win32/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/win32/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/win32/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/win32/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/win32/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/win32/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/win32/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/win32/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # The Win32 platform requires special setup
- SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main"
- case "$target" in
- *-*-cygwin*)
- CFLAGS="$CFLAGS -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin"
- SDL_CFLAGS="$SDL_CFLAGS -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin"
- LIBS="$LIBS -mno-cygwin"
- SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows -mno-cygwin"
- ;;
- *-*-mingw32*)
- SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows"
- ;;
- esac
- ;;
- *-*-beos*)
- ARCH=beos
- ac_default_prefix=/boot/develop/tools/gnupro
- CheckDummyVideo
- CheckDiskAudio
- CheckNASM
- CheckBWINDOW
- CheckBeGL
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/main/beos/SDL_BeApp.cc -> src/main/SDL_BeApp.cc"
- old="$srcdir/src/main/beos/SDL_BeApp.cc"
- new="$srcdir/src/main/SDL_BeApp.cc"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/main/beos/SDL_BeApp.h -> src/main/SDL_BeApp.h"
- old="$srcdir/src/main/beos/SDL_BeApp.h"
- new="$srcdir/src/main/SDL_BeApp.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS baudio"
- AUDIO_DRIVERS="$AUDIO_DRIVERS baudio/libaudio_baudio.la"
- fi
- # Set up files for the joystick library
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS beos"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS beos/libjoystick_beos.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS beos"
- CDROM_DRIVERS="$CDROM_DRIVERS beos/libcdrom_beos.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/beos/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/beos/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/beos/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/beos/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/generic/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/beos/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/beos/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/beos/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/beos/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # The BeOS platform requires special libraries
- SYSTEM_LIBS="$SYSTEM_LIBS -lroot -lbe -lmedia -lgame -ldevice -ltextencoding"
- ;;
- *-*-macos*)
- # This would be used if cross-compiling to MacOS 9. No way to
- # use it at present, but Apple is working on a X-to-9 compiler
- # for which this case would be handy.
- ARCH=macos
- CheckDummyVideo
- CheckDiskAudio
- CheckTOOLBOX
- CheckMacGL
- # Set up files for the main() stub
- echo "Copying src/main/macos/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/macos/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom"
- AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la"
- fi
- # Set up files for the joystick library
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS macos"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS macos/libjoystick_macos.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS macos"
- CDROM_DRIVERS="$CDROM_DRIVERS macos/libcdrom_macos.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/macos/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/macos/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/macos/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/macos/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/generic/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/macos/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/macos/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/macos/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/macos/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # The MacOS platform requires special setup
- SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main"
- SDL_LIBS="-lSDLmain $SDL_LIBS"
- ;;
- *-*-darwin* )
- # Strictly speaking, we want "Mac OS X", not "Darwin", which is
- # just the OS X kernel sans upper layers like Carbon and Cocoa.
- # But config.guess comes back with "darwin", so go with the flow.
- ARCH=macosx
- CheckDummyVideo
- CheckDiskAudio
- CheckCARBON
- #CheckQUARTZ
- CheckMacGL
- CheckPTHREAD
- # Set up files for the main() stub
- echo "Copying src/main/macosx/SDLMain.m -> src/main/SDLMain.m"
- old="$srcdir/src/main/macosx/SDLMain.m"
- new="$srcdir/src/main/SDLMain.m"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/main/macosx/SDLMain.h -> src/main/SDLMain.h"
- old="$srcdir/src/main/macosx/SDLMain.h"
- new="$srcdir/src/main/SDLMain.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom"
- AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la"
- fi
- # Set up files for the joystick library
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS darwin"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la"
- SDL_LIBS="$SDL_LIBS -framework IOKit"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
- CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/linux/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/linux/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/linux/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- if test x$use_pthreads = xyes -a x$have_pthread_sem != xyes; then
- echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/generic/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- else
- echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/linux/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/linux/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # The MacOS X platform requires special setup
- SDL_CFLAGS="$SDL_CFLAGS -F/System/Library/Frameworks/Carbon.framework -F/System/Library/Frameworks/Cocoa.framework"
- SDL_LIBS="-lSDLmain $SDL_LIBS -framework Carbon -framework Cocoa"
- ;;
- *-*-mint*)
- ARCH=mint
- CheckDummyVideo
- CheckDiskAudio
- CheckAtariBiosEvent
- CheckAtariXbiosVideo
- CheckAtariGemVideo
- CheckPTH
- # Set up files for the main() stub
- echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
- old="$srcdir/src/main/linux/SDL_main.c"
- new="$srcdir/src/main/SDL_main.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- # Set up files for the audio library
- if test x$enable_audio = xyes; then
- AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
- AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
- fi
- # Set up files for the joystick library
- if test x$enable_joystick = xyes; then
- JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS mint"
- JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS mint/libjoystick_mint.la"
- fi
- # Set up files for the cdrom library
- if test x$enable_cdrom = xyes; then
- CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
- CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
- fi
- # Set up files for the thread library
- if test x$enable_threads = xyes; then
- if test x$enable_pth = xyes; then
- echo "Copying src/thread/pth/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/pth/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/pth/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/pth/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/pth/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/pth/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/pth/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/pth/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/pth/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/pth/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/pth/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/pth/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- else
- echo "Copying src/thread/generic/SDL_systhread.c -> src/thread/SDL_systhread.c"
- old="$srcdir/src/thread/generic/SDL_systhread.c"
- new="$srcdir/src/thread/SDL_systhread.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
- old="$srcdir/src/thread/generic/SDL_systhread_c.h"
- new="$srcdir/src/thread/SDL_systhread_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
- old="$srcdir/src/thread/generic/SDL_sysmutex.c"
- new="$srcdir/src/thread/SDL_sysmutex.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
- old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
- new="$srcdir/src/thread/SDL_sysmutex_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
- old="$srcdir/src/thread/generic/SDL_syscond.c"
- new="$srcdir/src/thread/SDL_syscond.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
- old="$srcdir/src/thread/generic/SDL_syscond_c.h"
- new="$srcdir/src/thread/SDL_syscond_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
- old="$srcdir/src/thread/generic/SDL_syssem.c"
- new="$srcdir/src/thread/SDL_syssem.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
- old="$srcdir/src/thread/generic/SDL_syssem_c.h"
- new="$srcdir/src/thread/SDL_syssem_c.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # Set up files for the timer library
- if test x$enable_timers = xyes; then
- echo "Copying src/timer/mint/SDL_systimer.c -> src/timer/SDL_systimer.c"
- old="$srcdir/src/timer/mint/SDL_systimer.c"
- new="$srcdir/src/timer/SDL_systimer.c"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/timer/mint/SDL_vbltimer.S -> src/timer/SDL_vbltimer.S"
- old="$srcdir/src/timer/mint/SDL_vbltimer.S"
- new="$srcdir/src/timer/SDL_vbltimer.S"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- echo "Copying src/timer/mint/SDL_vbltimer_s.h -> src/timer/SDL_vbltimer_s.h"
- old="$srcdir/src/timer/mint/SDL_vbltimer_s.h"
- new="$srcdir/src/timer/SDL_vbltimer_s.h"
- cat >$new <<__EOF__
- /* WARNING: This file was automatically generated!
- * Original: $old
- */
- __EOF__
- cat >>$new <$old
- fi
- # MiNT does not define "unix"
- CFLAGS="$CFLAGS -Dunix"
- ;;
- *)
- { { echo "$as_me:$LINENO: error: Unsupported target: Please add to configure.in" >&5
- echo "$as_me: error: Unsupported target: Please add to configure.in" >&2;}
- { (exit 1); exit 1; }; }
- ;;
- esac
- # Set the conditional variables for this target
- if test $ARCH = linux; then
- TARGET_LINUX_TRUE=
- TARGET_LINUX_FALSE='#'
- else
- TARGET_LINUX_TRUE='#'
- TARGET_LINUX_FALSE=
- fi
- if test $ARCH = solaris; then
- TARGET_SOLARIS_TRUE=
- TARGET_SOLARIS_FALSE='#'
- else
- TARGET_SOLARIS_TRUE='#'
- TARGET_SOLARIS_FALSE=
- fi
- if test $ARCH = irix; then
- TARGET_IRIX_TRUE=
- TARGET_IRIX_FALSE='#'
- else
- TARGET_IRIX_TRUE='#'
- TARGET_IRIX_FALSE=
- fi
- if test $ARCH = bsdi; then
- TARGET_BSDI_TRUE=
- TARGET_BSDI_FALSE='#'
- else
- TARGET_BSDI_TRUE='#'
- TARGET_BSDI_FALSE=
- fi
- if test $ARCH = freebsd; then
- TARGET_FREEBSD_TRUE=
- TARGET_FREEBSD_FALSE='#'
- else
- TARGET_FREEBSD_TRUE='#'
- TARGET_FREEBSD_FALSE=
- fi
- if test $ARCH = netbsd; then
- TARGET_NETBSD_TRUE=
- TARGET_NETBSD_FALSE='#'
- else
- TARGET_NETBSD_TRUE='#'
- TARGET_NETBSD_FALSE=
- fi
- if test $ARCH = openbsd; then
- TARGET_OPENBSD_TRUE=
- TARGET_OPENBSD_FALSE='#'
- else
- TARGET_OPENBSD_TRUE='#'
- TARGET_OPENBSD_FALSE=
- fi
- if test $ARCH = aix; then
- TARGET_AIX_TRUE=
- TARGET_AIX_FALSE='#'
- else
- TARGET_AIX_TRUE='#'
- TARGET_AIX_FALSE=
- fi
- if test $ARCH = win32; then
- TARGET_WIN32_TRUE=
- TARGET_WIN32_FALSE='#'
- else
- TARGET_WIN32_TRUE='#'
- TARGET_WIN32_FALSE=
- fi
- if test $ARCH = beos; then
- TARGET_BEOS_TRUE=
- TARGET_BEOS_FALSE='#'
- else
- TARGET_BEOS_TRUE='#'
- TARGET_BEOS_FALSE=
- fi
- if test $ARCH = macos; then
- TARGET_MACOS_TRUE=
- TARGET_MACOS_FALSE='#'
- else
- TARGET_MACOS_TRUE='#'
- TARGET_MACOS_FALSE=
- fi
- if test $ARCH = macosx; then
- TARGET_MACOSX_TRUE=
- TARGET_MACOSX_FALSE='#'
- else
- TARGET_MACOSX_TRUE='#'
- TARGET_MACOSX_FALSE=
- fi
- if test $ARCH = qnx; then
- TARGET_QNX_TRUE=
- TARGET_QNX_FALSE='#'
- else
- TARGET_QNX_TRUE='#'
- TARGET_QNX_FALSE=
- fi
- if test $ARCH = mint; then
- TARGET_MINT_TRUE=
- TARGET_MINT_FALSE='#'
- else
- TARGET_MINT_TRUE='#'
- TARGET_MINT_FALSE=
- fi
- # Set conditional variables for shared and static library selection.
- # These are not used in any Makefile.am but in sdl-config.in.
- if test "$enable_shared" = yes; then
- ENABLE_SHARED_TRUE=
- ENABLE_SHARED_FALSE='#'
- else
- ENABLE_SHARED_TRUE='#'
- ENABLE_SHARED_FALSE=
- fi
- if test "$enable_static" = yes; then
- ENABLE_STATIC_TRUE=
- ENABLE_STATIC_FALSE='#'
- else
- ENABLE_STATIC_TRUE='#'
- ENABLE_STATIC_FALSE=
- fi
- # Set runtime shared library paths as needed
- if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
- SDL_RLD_FLAGS="-Wl,-rpath,${exec_prefix}/lib"
- fi
- if test $ARCH = solaris; then
- SDL_RLD_FLAGS="-R${exec_prefix}/lib"
- fi
- if test $ARCH = openbsd -o $ARCH = bsdi; then
- SHARED_SYSTEM_LIBS="$SYSTEM_LIBS"
- else
- SHARED_SYSTEM_LIBS=""
- fi
- STATIC_SYSTEM_LIBS="$SYSTEM_LIBS"
- if test x$enable_video = xtrue; then
- if test "$VIDEO_SUBDIRS" = ""; then
- { { echo "$as_me:$LINENO: error: *** No video drivers are enabled!" >&5
- echo "$as_me: error: *** No video drivers are enabled!" >&2;}
- { (exit 1); exit 1; }; }
- fi
- fi
- CFLAGS="$CFLAGS -I$(top_srcdir)/include"
- CFLAGS="$CFLAGS -I$(top_srcdir)/include/SDL"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src -I$(top_srcdir)/src/$ARCH"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/main"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/audio"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/video"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/video/XFree86/extensions"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/events"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/joystick"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/cdrom"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/thread"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/timer"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/endian"
- CFLAGS="$CFLAGS -I$(top_srcdir)/src/file"
- CXXFLAGS="$CFLAGS"
- # Check for darwin at the very end and set up the Objective C compiler
- # We do this here so that we get the full CFLAGS into OBJCFLAGS
- case "$target" in
- *-*-darwin*)
- OBJC="cc"
- OBJCFLAGS="$CFLAGS"
- OBJCDEPMODE="$CCDEPMODE"
- ;;
- esac
- # Finally create all the generated files
- ac_config_files="$ac_config_files Makefile docs/Makefile docs/html/Makefile docs/man3/Makefile include/Makefile src/Makefile src/main/Makefile src/main/macosx/Makefile src/main/macosx/Info.plist src/audio/Makefile src/audio/alsa/Makefile src/audio/arts/Makefile src/audio/baudio/Makefile src/audio/dma/Makefile src/audio/dmedia/Makefile src/audio/dsp/Makefile src/audio/esd/Makefile src/audio/macrom/Makefile src/audio/nas/Makefile src/audio/nto/Makefile src/audio/openbsd/Makefile src/audio/paudio/Makefile src/audio/sun/Makefile src/audio/ums/Makefile src/audio/windib/Makefile src/audio/windx5/Makefile src/audio/disk/Makefile src/video/Makefile src/video/XFree86/Makefile src/video/XFree86/extensions/Makefile src/video/XFree86/Xinerama/Makefile src/video/XFree86/Xv/Makefile src/video/XFree86/Xxf86dga/Makefile src/video/XFree86/Xxf86vm/Makefile src/video/cybergfx/Makefile src/video/x11/Makefile src/video/dga/Makefile src/video/nanox/Makefile src/video/fbcon/Makefile src/video/directfb/Makefile src/video/ps2gs/Makefile src/video/ggi/Makefile src/video/maccommon/Makefile src/video/macdsp/Makefile src/video/macrom/Makefile src/video/quartz/Makefile src/video/svga/Makefile src/video/vgl/Makefile src/video/aalib/Makefile src/video/wincommon/Makefile src/video/windib/Makefile src/video/windx5/Makefile src/video/bwindow/Makefile src/video/photon/Makefile src/video/epoc/Makefile src/video/dummy/Makefile src/video/ataricommon/Makefile src/video/xbios/Makefile src/video/gem/Makefile src/events/Makefile src/joystick/Makefile src/joystick/amigaos/Makefile src/joystick/beos/Makefile src/joystick/bsd/Makefile src/joystick/darwin/Makefile src/joystick/dummy/Makefile src/joystick/linux/Makefile src/joystick/macos/Makefile src/joystick/mint/Makefile src/joystick/win32/Makefile src/cdrom/Makefile src/cdrom/aix/Makefile src/cdrom/beos/Makefile src/cdrom/dummy/Makefile src/cdrom/bsdi/Makefile src/cdrom/freebsd/Makefile src/cdrom/linux/Makefile src/cdrom/macos/Makefile src/cdrom/openbsd/Makefile src/cdrom/qnx/Makefile src/cdrom/win32/Makefile src/thread/Makefile src/timer/Makefile src/endian/Makefile src/file/Makefile src/hermes/Makefile sdl-config SDL.spec VisualC/Makefile VisualC/SDL/Makefile VisualC/SDLMain/Makefile"
- ac_config_commands="$ac_config_commands default"
- cat >confcache <<_ACEOF
- # This file is a shell script that caches the results of configure
- # tests run on this system so they can be shared between configure
- # scripts and configure runs, see configure's option --config-cache.
- # It is not useful on other systems. If it contains results you don't
- # want to keep, you may remove or edit it.
- #
- # config.status only pays attention to the cache file if you give it
- # the --recheck option to rerun configure.
- #
- # `ac_cv_env_foo' variables (set or unset) will be overriden when
- # loading this file, other *unset* `ac_cv_foo' will be assigned the
- # following values.
- _ACEOF
- # The following way of writing the cache mishandles newlines in values,
- # but we know of no workaround that is simple, portable, and efficient.
- # So, don't put newlines in cache variables' values.
- # Ultrix sh set writes to stderr and can't be redirected directly,
- # and sets the high bit in the cache file unless we assign to the vars.
- {
- (set) 2>&1 |
- case `(ac_space=' '; set | grep ac_space) 2>&1` in
- *ac_space= *)
- # `set' does not quote correctly, so add quotes (double-quote
- # substitution turns \\ into \, and sed turns \ into ).
- sed -n
- "s/'/'\\''/g;
- s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
- sed -n
- "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
- ;;
- esac;
- } |
- sed '
- t clear
- : clear
- s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
- t end
- /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
- : end' >>confcache
- if cmp -s $cache_file confcache; then :; else
- if test -w $cache_file; then
- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
- cat confcache >$cache_file
- else
- echo "not updating unwritable cache $cache_file"
- fi
- fi
- rm -f confcache
- test "x$prefix" = xNONE && prefix=$ac_default_prefix
- # Let make expand exec_prefix.
- test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
- # VPATH may cause trouble with some makes, so we remove $(srcdir),
- # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
- # trailing colons and then remove the whole line if VPATH becomes empty
- # (actually we leave an empty line to preserve line numbers).
- if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=/{
- s/:*$(srcdir):*/:/;
- s/:*${srcdir}:*/:/;
- s/:*@srcdir@:*/:/;
- s/^([^=]*=[ ]*):*/1/;
- s/:*$//;
- s/^[^=]*=[ ]*$//;
- }'
- fi
- # Transform confdefs.h into DEFS.
- # Protect against shell expansion while executing Makefile rules.
- # Protect against Makefile macro expansion.
- #
- # If the first sed substitution is executed (which looks for macros that
- # take arguments), then we branch to the quote section. Otherwise,
- # look for a macro that doesn't take arguments.
- cat >confdef2opt.sed <<_ACEOF
- t clear
- : clear
- s,^[ ]*#[ ]*define[ ][ ]*([^ (][^ (]*([^)]*))[ ]*(.*),-D1=2,g
- t quote
- s,^[ ]*#[ ]*define[ ][ ]*([^ ][^ ]*)[ ]*(.*),-D1=2,g
- t quote
- d
- : quote
- s,[ `~#$^&*(){}\|;'"<>?],\&,g
- s,[,\&,g
- s,],\&,g
- s,$,$$,g
- p
- _ACEOF
- # We use echo to avoid assuming a particular line-breaking character.
- # The extra dot is to prevent the shell from consuming trailing
- # line-breaks from the sub-command output. A line-break within
- # single-quotes doesn't work because, if this script is created in a
- # platform that uses two characters for line-breaks (e.g., DOS), tr
- # would break.
- ac_LF_and_DOT=`echo; echo .`
- DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
- rm -f confdef2opt.sed
- : ${CONFIG_STATUS=./config.status}
- ac_clean_files_save=$ac_clean_files
- ac_clean_files="$ac_clean_files $CONFIG_STATUS"
- { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
- echo "$as_me: creating $CONFIG_STATUS" >&6;}
- cat >$CONFIG_STATUS <<_ACEOF
- #! $SHELL
- # Generated by $as_me.
- # Run this file to recreate the current configuration.
- # Compiler output produced by configure, useful for debugging
- # configure, is in config.log if it exists.
- debug=false
- SHELL=${CONFIG_SHELL-$SHELL}
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- ## --------------------- ##
- ## M4sh Initialization. ##
- ## --------------------- ##
- # Be Bourne compatible
- if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
- set -o posix
- fi
- # NLS nuisances.
- # Support unset when possible.
- if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
- as_unset=unset
- else
- as_unset=false
- fi
- (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
- { $as_unset LANG || test "${LANG+set}" != set; } ||
- { LANG=C; export LANG; }
- (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
- { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
- { LC_ALL=C; export LC_ALL; }
- (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
- { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
- { LC_TIME=C; export LC_TIME; }
- (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
- { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
- { LC_CTYPE=C; export LC_CTYPE; }
- (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
- { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
- { LANGUAGE=C; export LANGUAGE; }
- (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
- { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
- { LC_COLLATE=C; export LC_COLLATE; }
- (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
- { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
- { LC_NUMERIC=C; export LC_NUMERIC; }
- (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
- { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
- { LC_MESSAGES=C; export LC_MESSAGES; }
- # Name of the executable.
- as_me=`(basename "$0") 2>/dev/null ||
- $as_expr X/"$0" : '.*/([^/][^/]*)/*$' |
- X"$0" : 'X(//)$' |
- X"$0" : 'X(/)$' |
- . : '(.)' 2>/dev/null ||
- echo X/"$0" |
- sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
- /^X/(//)$/{ s//1/; q; }
- /^X/(/).*/{ s//1/; q; }
- s/.*/./; q'`
- # PATH needs CR, and LINENO needs CR and PATH.
- # Avoid depending upon Character Ranges.
- as_cr_letters='abcdefghijklmnopqrstuvwxyz'
- as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
- as_cr_Letters=$as_cr_letters$as_cr_LETTERS
- as_cr_digits='0123456789'
- as_cr_alnum=$as_cr_Letters$as_cr_digits
- # The user is always right.
- if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conftest.sh
- echo "exit 0" >>conftest.sh
- chmod +x conftest.sh
- if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
- else
- PATH_SEPARATOR=:
- fi
- rm -f conftest.sh
- fi
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x$as_lineno_3" = "x$as_lineno_2" || {
- # Find who we are. Look in the path if we contain no path at all
- # relative or not.
- case $0 in
- *[\/]* ) as_myself=$0 ;;
- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
- for as_dir in $PATH
- do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
- done
- ;;
- esac
- # We did not find ourselves, most probably we were run as `sh COMMAND'
- # in which case we are not to be found in the path.
- if test "x$as_myself" = x; then
- as_myself=$0
- fi
- if test ! -f "$as_myself"; then
- { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
- echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
- { (exit 1); exit 1; }; }
- fi
- case $CONFIG_SHELL in
- '')
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
- for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
- do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for as_base in sh bash ksh sh5; do
- case $as_dir in
- /*)
- if ("$as_dir/$as_base" -c '
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
- CONFIG_SHELL=$as_dir/$as_base
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$0" ${1+"$@"}
- fi;;
- esac
- done
- done
- ;;
- esac
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
- # uniformly replaced by the line number. The first 'sed' inserts a
- # line-number line before each line; the second 'sed' does the real
- # work. The second script uses 'N' to pair each line-number line
- # with the numbered line, and appends trailing '-' during
- # substitution so that $LINENO is not a special case at line end.
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
- sed '=' <$as_myself |
- sed '
- N
- s,$,-,
- : loop
- s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
- t loop
- s,-$,,
- s,^['$as_cr_digits']*n,,
- ' >$as_me.lineno &&
- chmod +x $as_me.lineno ||
- { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
- echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
- { (exit 1); exit 1; }; }
- # Don't try to exec as it changes $[0], causing all sort of problems
- # (the dirname of $[0] is not the place where we might find the
- # original and so on. Autoconf is especially sensible to this).
- . ./$as_me.lineno
- # Exit status is that of the last command.
- exit
- }
- case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
- *c*,-n*) ECHO_N= ECHO_C='
- ' ECHO_T=' ' ;;
- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
- *) ECHO_N= ECHO_C='c' ECHO_T= ;;
- esac
- if expr a : '(a)' >/dev/null 2>&1; then
- as_expr=expr
- else
- as_expr=false
- fi
- rm -f conf$$ conf$$.exe conf$$.file
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
- # We could just check for DJGPP; but this test a) works b) is more generic
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
- if test -f conf$$.exe; then
- # Don't use ln at all; we don't have any links
- as_ln_s='cp -p'
- else
- as_ln_s='ln -s'
- fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
- rm -f conf$$ conf$$.exe conf$$.file
- as_executable_p="test -f"
- # Sed expression to map a string onto a valid CPP name.
- as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
- # Sed expression to map a string onto a valid variable name.
- as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
- # IFS
- # We need space, tab and new line, in precisely that order.
- as_nl='
- '
- IFS=" $as_nl"
- # CDPATH.
- $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
- exec 6>&1
- # Open the log real soon, to keep $[0] and so on meaningful, and to
- # report actual input values of CONFIG_FILES etc. instead of their
- # values after options handling. Logging --version etc. is OK.
- exec 5>>config.log
- {
- echo
- sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
- ## Running $as_me. ##
- _ASBOX
- } >&5
- cat >&5 <<_CSEOF
- This file was extended by $as_me, which was
- generated by GNU Autoconf 2.53. Invocation command line was
- CONFIG_FILES = $CONFIG_FILES
- CONFIG_HEADERS = $CONFIG_HEADERS
- CONFIG_LINKS = $CONFIG_LINKS
- CONFIG_COMMANDS = $CONFIG_COMMANDS
- $ $0 $@
- _CSEOF
- echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
- echo >&5
- _ACEOF
- # Files that config.status was made for.
- if test -n "$ac_config_files"; then
- echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
- fi
- if test -n "$ac_config_headers"; then
- echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
- fi
- if test -n "$ac_config_links"; then
- echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
- fi
- if test -n "$ac_config_commands"; then
- echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
- fi
- cat >>$CONFIG_STATUS <<_ACEOF
- ac_cs_usage="
- `$as_me' instantiates files from templates according to the
- current configuration.
- Usage: $0 [OPTIONS] [FILE]...
- -h, --help print this help, then exit
- -V, --version print version number, then exit
- -d, --debug don't remove temporary files
- --recheck update $as_me by reconfiguring in the same conditions
- --file=FILE[:TEMPLATE]
- instantiate the configuration file FILE
- Configuration files:
- $config_files
- Configuration commands:
- $config_commands
- Report bugs to <bug-autoconf@gnu.org>."
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- ac_cs_version="\
- config.status
- configured by $0, generated by GNU Autoconf 2.53,
- with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
- Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
- Free Software Foundation, Inc.
- This config.status script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it."
- srcdir=$srcdir
- INSTALL="$INSTALL"
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- # If no file are specified by the user, then we need to provide default
- # value. By we need to know if files were specified by the user.
- ac_need_defaults=:
- while test $# != 0
- do
- case $1 in
- --*=*)
- ac_option=`expr "x$1" : 'x([^=]*)='`
- ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
- shift
- set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
- shift
- ;;
- -*);;
- *) # This is not an option, so the user has probably given explicit
- # arguments.
- ac_need_defaults=false;;
- esac
- case $1 in
- # Handling of the options.
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
- exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- --version | --vers* | -V )
- echo "$ac_cs_version"; exit 0 ;;
- --he | --h)
- # Conflict between --help and --header
- { { echo "$as_me:$LINENO: error: ambiguous option: $1
- Try `$0 --help' for more information." >&5
- echo "$as_me: error: ambiguous option: $1
- Try `$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; };;
- --help | --hel | -h )
- echo "$ac_cs_usage"; exit 0 ;;
- --debug | --d* | -d )
- debug=: ;;
- --file | --fil | --fi | --f )
- shift
- CONFIG_FILES="$CONFIG_FILES $1"
- ac_need_defaults=false;;
- --header | --heade | --head | --hea )
- shift
- CONFIG_HEADERS="$CONFIG_HEADERS $1"
- ac_need_defaults=false;;
- # This is an error.
- -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
- Try `$0 --help' for more information." >&5
- echo "$as_me: error: unrecognized option: $1
- Try `$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; } ;;
- *) ac_config_targets="$ac_config_targets $1" ;;
- esac
- shift
- done
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- #
- # INIT-COMMANDS section.
- #
- AMDEP_TRUE="$AMDEP_TRUE"
- ac_aux_dir="$ac_aux_dir"
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- for ac_config_target in $ac_config_targets
- do
- case "$ac_config_target" in
- # Handling of arguments.
- "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
- "docs/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/html/Makefile" ;;
- "docs/man3/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/man3/Makefile" ;;
- "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
- "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/main/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/main/Makefile" ;;
- "src/main/macosx/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/main/macosx/Makefile" ;;
- "src/main/macosx/Info.plist" ) CONFIG_FILES="$CONFIG_FILES src/main/macosx/Info.plist" ;;
- "src/audio/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/Makefile" ;;
- "src/audio/alsa/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/alsa/Makefile" ;;
- "src/audio/arts/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/arts/Makefile" ;;
- "src/audio/baudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/baudio/Makefile" ;;
- "src/audio/dma/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/dma/Makefile" ;;
- "src/audio/dmedia/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/dmedia/Makefile" ;;
- "src/audio/dsp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/dsp/Makefile" ;;
- "src/audio/esd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/esd/Makefile" ;;
- "src/audio/macrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/macrom/Makefile" ;;
- "src/audio/nas/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/nas/Makefile" ;;
- "src/audio/nto/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/nto/Makefile" ;;
- "src/audio/openbsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/openbsd/Makefile" ;;
- "src/audio/paudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/paudio/Makefile" ;;
- "src/audio/sun/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/sun/Makefile" ;;
- "src/audio/ums/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/ums/Makefile" ;;
- "src/audio/windib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/windib/Makefile" ;;
- "src/audio/windx5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/windx5/Makefile" ;;
- "src/audio/disk/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/disk/Makefile" ;;
- "src/video/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/Makefile" ;;
- "src/video/XFree86/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Makefile" ;;
- "src/video/XFree86/extensions/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/extensions/Makefile" ;;
- "src/video/XFree86/Xinerama/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xinerama/Makefile" ;;
- "src/video/XFree86/Xv/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xv/Makefile" ;;
- "src/video/XFree86/Xxf86dga/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xxf86dga/Makefile" ;;
- "src/video/XFree86/Xxf86vm/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xxf86vm/Makefile" ;;
- "src/video/cybergfx/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/cybergfx/Makefile" ;;
- "src/video/x11/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/x11/Makefile" ;;
- "src/video/dga/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/dga/Makefile" ;;
- "src/video/nanox/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/nanox/Makefile" ;;
- "src/video/fbcon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/fbcon/Makefile" ;;
- "src/video/directfb/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/directfb/Makefile" ;;
- "src/video/ps2gs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/ps2gs/Makefile" ;;
- "src/video/ggi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/ggi/Makefile" ;;
- "src/video/maccommon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/maccommon/Makefile" ;;
- "src/video/macdsp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/macdsp/Makefile" ;;
- "src/video/macrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/macrom/Makefile" ;;
- "src/video/quartz/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/quartz/Makefile" ;;
- "src/video/svga/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/svga/Makefile" ;;
- "src/video/vgl/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/vgl/Makefile" ;;
- "src/video/aalib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/aalib/Makefile" ;;
- "src/video/wincommon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/wincommon/Makefile" ;;
- "src/video/windib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/windib/Makefile" ;;
- "src/video/windx5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/windx5/Makefile" ;;
- "src/video/bwindow/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/bwindow/Makefile" ;;
- "src/video/photon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/photon/Makefile" ;;
- "src/video/epoc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/epoc/Makefile" ;;
- "src/video/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/dummy/Makefile" ;;
- "src/video/ataricommon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/ataricommon/Makefile" ;;
- "src/video/xbios/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/xbios/Makefile" ;;
- "src/video/gem/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/gem/Makefile" ;;
- "src/events/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/events/Makefile" ;;
- "src/joystick/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/Makefile" ;;
- "src/joystick/amigaos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/amigaos/Makefile" ;;
- "src/joystick/beos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/beos/Makefile" ;;
- "src/joystick/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/bsd/Makefile" ;;
- "src/joystick/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/darwin/Makefile" ;;
- "src/joystick/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/dummy/Makefile" ;;
- "src/joystick/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/linux/Makefile" ;;
- "src/joystick/macos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/macos/Makefile" ;;
- "src/joystick/mint/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/mint/Makefile" ;;
- "src/joystick/win32/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/win32/Makefile" ;;
- "src/cdrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/Makefile" ;;
- "src/cdrom/aix/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/aix/Makefile" ;;
- "src/cdrom/beos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/beos/Makefile" ;;
- "src/cdrom/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/dummy/Makefile" ;;
- "src/cdrom/bsdi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/bsdi/Makefile" ;;
- "src/cdrom/freebsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/freebsd/Makefile" ;;
- "src/cdrom/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/linux/Makefile" ;;
- "src/cdrom/macos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/macos/Makefile" ;;
- "src/cdrom/openbsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/openbsd/Makefile" ;;
- "src/cdrom/qnx/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/qnx/Makefile" ;;
- "src/cdrom/win32/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/win32/Makefile" ;;
- "src/thread/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/thread/Makefile" ;;
- "src/timer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/timer/Makefile" ;;
- "src/endian/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/endian/Makefile" ;;
- "src/file/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/file/Makefile" ;;
- "src/hermes/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/hermes/Makefile" ;;
- "sdl-config" ) CONFIG_FILES="$CONFIG_FILES sdl-config" ;;
- "SDL.spec" ) CONFIG_FILES="$CONFIG_FILES SDL.spec" ;;
- "VisualC/Makefile" ) CONFIG_FILES="$CONFIG_FILES VisualC/Makefile" ;;
- "VisualC/SDL/Makefile" ) CONFIG_FILES="$CONFIG_FILES VisualC/SDL/Makefile" ;;
- "VisualC/SDLMain/Makefile" ) CONFIG_FILES="$CONFIG_FILES VisualC/SDLMain/Makefile" ;;
- "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
- "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
- echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
- { (exit 1); exit 1; }; };;
- esac
- done
- # If the user did not use the arguments to specify the items to instantiate,
- # then the envvar interface is used. Set only those that are not.
- # We use the long form for the default assignment because of an extremely
- # bizarre bug on SunOS 4.1.3.
- if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
- fi
- # Create a temporary directory, and hook for its removal unless debugging.
- $debug ||
- {
- trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
- trap '{ (exit 1); exit 1; }' 1 2 13 15
- }
- # Create a (secure) tmp directory for tmp files.
- : ${TMPDIR=/tmp}
- {
- tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
- test -n "$tmp" && test -d "$tmp"
- } ||
- {
- tmp=$TMPDIR/cs$$-$RANDOM
- (umask 077 && mkdir $tmp)
- } ||
- {
- echo "$me: cannot create a temporary directory in $TMPDIR" >&2
- { (exit 1); exit 1; }
- }
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- #
- # CONFIG_FILES section.
- #
- # No need to generate the scripts if there are no CONFIG_FILES.
- # This happens for instance when ./config.status config.h
- if test -n "$CONFIG_FILES"; then
- # Protect against being on the right side of a sed subst in config.status.
- sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
- s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
- s,@SHELL@,$SHELL,;t t
- s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
- s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
- s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
- s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
- s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
- s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
- s,@exec_prefix@,$exec_prefix,;t t
- s,@prefix@,$prefix,;t t
- s,@program_transform_name@,$program_transform_name,;t t
- s,@bindir@,$bindir,;t t
- s,@sbindir@,$sbindir,;t t
- s,@libexecdir@,$libexecdir,;t t
- s,@datadir@,$datadir,;t t
- s,@sysconfdir@,$sysconfdir,;t t
- s,@sharedstatedir@,$sharedstatedir,;t t
- s,@localstatedir@,$localstatedir,;t t
- s,@libdir@,$libdir,;t t
- s,@includedir@,$includedir,;t t
- s,@oldincludedir@,$oldincludedir,;t t
- s,@infodir@,$infodir,;t t
- s,@mandir@,$mandir,;t t
- s,@build_alias@,$build_alias,;t t
- s,@host_alias@,$host_alias,;t t
- s,@target_alias@,$target_alias,;t t
- s,@DEFS@,$DEFS,;t t
- s,@ECHO_C@,$ECHO_C,;t t
- s,@ECHO_N@,$ECHO_N,;t t
- s,@ECHO_T@,$ECHO_T,;t t
- s,@LIBS@,$LIBS,;t t
- s,@SDL_MAJOR_VERSION@,$SDL_MAJOR_VERSION,;t t
- s,@SDL_MINOR_VERSION@,$SDL_MINOR_VERSION,;t t
- s,@SDL_MICRO_VERSION@,$SDL_MICRO_VERSION,;t t
- s,@SDL_INTERFACE_AGE@,$SDL_INTERFACE_AGE,;t t
- s,@SDL_BINARY_AGE@,$SDL_BINARY_AGE,;t t
- s,@SDL_VERSION@,$SDL_VERSION,;t t
- s,@LT_RELEASE@,$LT_RELEASE,;t t
- s,@LT_CURRENT@,$LT_CURRENT,;t t
- s,@LT_REVISION@,$LT_REVISION,;t t
- s,@LT_AGE@,$LT_AGE,;t t
- s,@build@,$build,;t t
- s,@build_cpu@,$build_cpu,;t t
- s,@build_vendor@,$build_vendor,;t t
- s,@build_os@,$build_os,;t t
- s,@host@,$host,;t t
- s,@host_cpu@,$host_cpu,;t t
- s,@host_vendor@,$host_vendor,;t t
- s,@host_os@,$host_os,;t t
- s,@target@,$target,;t t
- s,@target_cpu@,$target_cpu,;t t
- s,@target_vendor@,$target_vendor,;t t
- s,@target_os@,$target_os,;t t
- s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
- s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
- s,@INSTALL_DATA@,$INSTALL_DATA,;t t
- s,@PACKAGE@,$PACKAGE,;t t
- s,@VERSION@,$VERSION,;t t
- s,@EXEEXT@,$EXEEXT,;t t
- s,@OBJEXT@,$OBJEXT,;t t
- s,@ACLOCAL@,$ACLOCAL,;t t
- s,@AUTOCONF@,$AUTOCONF,;t t
- s,@AUTOMAKE@,$AUTOMAKE,;t t
- s,@AUTOHEADER@,$AUTOHEADER,;t t
- s,@MAKEINFO@,$MAKEINFO,;t t
- s,@AMTAR@,$AMTAR,;t t
- s,@install_sh@,$install_sh,;t t
- s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
- s,@AWK@,$AWK,;t t
- s,@SET_MAKE@,$SET_MAKE,;t t
- s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
- s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
- s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
- s,@DEPDIR@,$DEPDIR,;t t
- s,@RANLIB@,$RANLIB,;t t
- s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
- s,@CC@,$CC,;t t
- s,@CFLAGS@,$CFLAGS,;t t
- s,@LDFLAGS@,$LDFLAGS,;t t
- s,@CPPFLAGS@,$CPPFLAGS,;t t
- s,@ac_ct_CC@,$ac_ct_CC,;t t
- s,@am__include@,$am__include,;t t
- s,@am__quote@,$am__quote,;t t
- s,@CCDEPMODE@,$CCDEPMODE,;t t
- s,@LN_S@,$LN_S,;t t
- s,@LIBTOOL@,$LIBTOOL,;t t
- s,@OBJC@,$OBJC,;t t
- s,@CXX@,$CXX,;t t
- s,@CXXFLAGS@,$CXXFLAGS,;t t
- s,@ac_ct_CXX@,$ac_ct_CXX,;t t
- s,@CXXDEPMODE@,$CXXDEPMODE,;t t
- s,@ALLOCA@,$ALLOCA,;t t
- s,@CPP@,$CPP,;t t
- s,@ASFLAGS@,$ASFLAGS,;t t
- s,@CCAS@,$CCAS,;t t
- s,@CCASFLAGS@,$CCASFLAGS,;t t
- s,@USE_DIRECTX_TRUE@,$USE_DIRECTX_TRUE,;t t
- s,@USE_DIRECTX_FALSE@,$USE_DIRECTX_FALSE,;t t
- s,@ESD_CONFIG@,$ESD_CONFIG,;t t
- s,@ESD_CFLAGS@,$ESD_CFLAGS,;t t
- s,@ESD_LIBS@,$ESD_LIBS,;t t
- s,@esd_lib@,$esd_lib,;t t
- s,@ARTSCCONFIG@,$ARTSCCONFIG,;t t
- s,@arts_lib@,$arts_lib,;t t
- s,@NASM@,$NASM,;t t
- s,@NASMFLAGS@,$NASMFLAGS,;t t
- s,@X_CFLAGS@,$X_CFLAGS,;t t
- s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
- s,@X_LIBS@,$X_LIBS,;t t
- s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
- s,@PKG_CONFIG@,$PKG_CONFIG,;t t
- s,@DIRECTFB_CFLAGS@,$DIRECTFB_CFLAGS,;t t
- s,@DIRECTFB_LIBS@,$DIRECTFB_LIBS,;t t
- s,@USE_CLONE_TRUE@,$USE_CLONE_TRUE,;t t
- s,@USE_CLONE_FALSE@,$USE_CLONE_FALSE,;t t
- s,@PTH_CONFIG@,$PTH_CONFIG,;t t
- s,@ARCH@,$ARCH,;t t
- s,@TARGET_LINUX_TRUE@,$TARGET_LINUX_TRUE,;t t
- s,@TARGET_LINUX_FALSE@,$TARGET_LINUX_FALSE,;t t
- s,@TARGET_SOLARIS_TRUE@,$TARGET_SOLARIS_TRUE,;t t
- s,@TARGET_SOLARIS_FALSE@,$TARGET_SOLARIS_FALSE,;t t
- s,@TARGET_IRIX_TRUE@,$TARGET_IRIX_TRUE,;t t
- s,@TARGET_IRIX_FALSE@,$TARGET_IRIX_FALSE,;t t
- s,@TARGET_BSDI_TRUE@,$TARGET_BSDI_TRUE,;t t
- s,@TARGET_BSDI_FALSE@,$TARGET_BSDI_FALSE,;t t
- s,@TARGET_FREEBSD_TRUE@,$TARGET_FREEBSD_TRUE,;t t
- s,@TARGET_FREEBSD_FALSE@,$TARGET_FREEBSD_FALSE,;t t
- s,@TARGET_NETBSD_TRUE@,$TARGET_NETBSD_TRUE,;t t
- s,@TARGET_NETBSD_FALSE@,$TARGET_NETBSD_FALSE,;t t
- s,@TARGET_OPENBSD_TRUE@,$TARGET_OPENBSD_TRUE,;t t
- s,@TARGET_OPENBSD_FALSE@,$TARGET_OPENBSD_FALSE,;t t
- s,@TARGET_AIX_TRUE@,$TARGET_AIX_TRUE,;t t
- s,@TARGET_AIX_FALSE@,$TARGET_AIX_FALSE,;t t
- s,@TARGET_WIN32_TRUE@,$TARGET_WIN32_TRUE,;t t
- s,@TARGET_WIN32_FALSE@,$TARGET_WIN32_FALSE,;t t
- s,@TARGET_BEOS_TRUE@,$TARGET_BEOS_TRUE,;t t
- s,@TARGET_BEOS_FALSE@,$TARGET_BEOS_FALSE,;t t
- s,@TARGET_MACOS_TRUE@,$TARGET_MACOS_TRUE,;t t
- s,@TARGET_MACOS_FALSE@,$TARGET_MACOS_FALSE,;t t
- s,@TARGET_MACOSX_TRUE@,$TARGET_MACOSX_TRUE,;t t
- s,@TARGET_MACOSX_FALSE@,$TARGET_MACOSX_FALSE,;t t
- s,@TARGET_QNX_TRUE@,$TARGET_QNX_TRUE,;t t
- s,@TARGET_QNX_FALSE@,$TARGET_QNX_FALSE,;t t
- s,@TARGET_MINT_TRUE@,$TARGET_MINT_TRUE,;t t
- s,@TARGET_MINT_FALSE@,$TARGET_MINT_FALSE,;t t
- s,@ENABLE_SHARED_TRUE@,$ENABLE_SHARED_TRUE,;t t
- s,@ENABLE_SHARED_FALSE@,$ENABLE_SHARED_FALSE,;t t
- s,@ENABLE_STATIC_TRUE@,$ENABLE_STATIC_TRUE,;t t
- s,@ENABLE_STATIC_FALSE@,$ENABLE_STATIC_FALSE,;t t
- s,@AUDIO_SUBDIRS@,$AUDIO_SUBDIRS,;t t
- s,@AUDIO_DRIVERS@,$AUDIO_DRIVERS,;t t
- s,@VIDEO_SUBDIRS@,$VIDEO_SUBDIRS,;t t
- s,@VIDEO_DRIVERS@,$VIDEO_DRIVERS,;t t
- s,@JOYSTICK_SUBDIRS@,$JOYSTICK_SUBDIRS,;t t
- s,@JOYSTICK_DRIVERS@,$JOYSTICK_DRIVERS,;t t
- s,@CDROM_SUBDIRS@,$CDROM_SUBDIRS,;t t
- s,@CDROM_DRIVERS@,$CDROM_DRIVERS,;t t
- s,@SDL_EXTRADIRS@,$SDL_EXTRADIRS,;t t
- s,@SDL_EXTRALIBS@,$SDL_EXTRALIBS,;t t
- s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
- s,@SDL_LIBS@,$SDL_LIBS,;t t
- s,@SDL_RLD_FLAGS@,$SDL_RLD_FLAGS,;t t
- s,@STATIC_SYSTEM_LIBS@,$STATIC_SYSTEM_LIBS,;t t
- s,@SHARED_SYSTEM_LIBS@,$SHARED_SYSTEM_LIBS,;t t
- s,@SYSTEM_LIBS@,$SYSTEM_LIBS,;t t
- s,@OBJCFLAGS@,$OBJCFLAGS,;t t
- s,@OBJCDEPMODE@,$OBJCDEPMODE,;t t
- CEOF
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- # Split the substitutions into bite-sized pieces for seds with
- # small command number limits, like on Digital OSF/1 and HP-UX.
- ac_max_sed_lines=48
- ac_sed_frag=1 # Number of current file.
- ac_beg=1 # First line for current file.
- ac_end=$ac_max_sed_lines # Line after last line for current file.
- ac_more_lines=:
- ac_sed_cmds=
- while $ac_more_lines; do
- if test $ac_beg -gt 1; then
- sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
- else
- sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
- fi
- if test ! -s $tmp/subs.frag; then
- ac_more_lines=false
- else
- # The purpose of the label and of the branching condition is to
- # speed up the sed processing (if there are no `@' at all, there
- # is no need to browse any of the substitutions).
- # These are the two extra sed commands mentioned above.
- (echo ':t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
- else
- ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
- fi
- ac_sed_frag=`expr $ac_sed_frag + 1`
- ac_beg=$ac_end
- ac_end=`expr $ac_end + $ac_max_sed_lines`
- fi
- done
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds=cat
- fi
- fi # test -n "$CONFIG_FILES"
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case $ac_file in
- - | *:- | *:-:* ) # input from stdin
- cat >$tmp/stdin
- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- * ) ac_file_in=$ac_file.in ;;
- esac
- # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
- ac_dir=`(dirname "$ac_file") 2>/dev/null ||
- $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' |
- X"$ac_file" : 'X(//)[^/]' |
- X"$ac_file" : 'X(//)$' |
- X"$ac_file" : 'X(/)' |
- . : '(.)' 2>/dev/null ||
- echo X"$ac_file" |
- sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
- /^X(//)[^/].*/{ s//1/; q; }
- /^X(//)$/{ s//1/; q; }
- /^X(/).*/{ s//1/; q; }
- s/.*/./; q'`
- { case "$ac_dir" in
- [\/]* | ?:[\/]* ) as_incr_dir=;;
- *) as_incr_dir=.;;
- esac
- as_dummy="$ac_dir"
- for as_mkdir_dir in `IFS='/\'; set X $as_dummy; shift; echo "$@"`; do
- case $as_mkdir_dir in
- # Skip DOS drivespec
- ?:) as_incr_dir=$as_mkdir_dir ;;
- *)
- as_incr_dir=$as_incr_dir/$as_mkdir_dir
- test -d "$as_incr_dir" ||
- mkdir "$as_incr_dir" ||
- { { echo "$as_me:$LINENO: error: cannot create "$ac_dir"" >&5
- echo "$as_me: error: cannot create "$ac_dir"" >&2;}
- { (exit 1); exit 1; }; }
- ;;
- esac
- done; }
- ac_builddir=.
- if test "$ac_dir" != .; then
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
- # A "../" for each directory in $ac_dir_suffix.
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
- else
- ac_dir_suffix= ac_top_builddir=
- fi
- case $srcdir in
- .) # No --srcdir option. We are building in place.
- ac_srcdir=.
- if test -z "$ac_top_builddir"; then
- ac_top_srcdir=.
- else
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
- fi ;;
- [\/]* | ?:[\/]* ) # Absolute path.
- ac_srcdir=$srcdir$ac_dir_suffix;
- ac_top_srcdir=$srcdir ;;
- *) # Relative path.
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
- ac_top_srcdir=$ac_top_builddir$srcdir ;;
- esac
- # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
- # absolute.
- ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
- ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
- ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
- ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
- case $INSTALL in
- [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
- *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
- esac
- if test x"$ac_file" != x-; then
- { echo "$as_me:$LINENO: creating $ac_file" >&5
- echo "$as_me: creating $ac_file" >&6;}
- rm -f "$ac_file"
- fi
- # Let's still pretend it is `configure' which instantiates (i.e., don't
- # use $as_me), people would be surprised to read:
- # /* config.h. Generated by config.status. */
- if test x"$ac_file" = x-; then
- configure_input=
- else
- configure_input="$ac_file. "
- fi
- configure_input=$configure_input"Generated from `echo $ac_file_in |
- sed 's,.*/,,'` by configure."
- # First look for the input files in the build tree, otherwise in the
- # src tree.
- ac_file_inputs=`IFS=:
- for f in $ac_file_in; do
- case $f in
- -) echo $tmp/stdin ;;
- [\/$]*)
- # Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
- echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- echo $f;;
- *) # Relative
- if test -f "$f"; then
- # Build tree
- echo $f
- elif test -f "$srcdir/$f"; then
- # Source tree
- echo $srcdir/$f
- else
- # /dev/null tree
- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
- echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- fi;;
- esac
- done` || { (exit 1); exit 1; }
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- sed "$ac_vpsub
- $extrasub
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- :t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
- s,@configure_input@,$configure_input,;t t
- s,@srcdir@,$ac_srcdir,;t t
- s,@abs_srcdir@,$ac_abs_srcdir,;t t
- s,@top_srcdir@,$ac_top_srcdir,;t t
- s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
- s,@builddir@,$ac_builddir,;t t
- s,@abs_builddir@,$ac_abs_builddir,;t t
- s,@top_builddir@,$ac_top_builddir,;t t
- s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
- s,@INSTALL@,$ac_INSTALL,;t t
- " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
- rm -f $tmp/stdin
- if test x"$ac_file" != x-; then
- mv $tmp/out $ac_file
- else
- cat $tmp/out
- rm -f $tmp/out
- fi
- done
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- #
- # CONFIG_COMMANDS section.
- #
- for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
- ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
- $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' |
- X"$ac_dest" : 'X(//)[^/]' |
- X"$ac_dest" : 'X(//)$' |
- X"$ac_dest" : 'X(/)' |
- . : '(.)' 2>/dev/null ||
- echo X"$ac_dest" |
- sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
- /^X(//)[^/].*/{ s//1/; q; }
- /^X(//)$/{ s//1/; q; }
- /^X(/).*/{ s//1/; q; }
- s/.*/./; q'`
- ac_builddir=.
- if test "$ac_dir" != .; then
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
- # A "../" for each directory in $ac_dir_suffix.
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
- else
- ac_dir_suffix= ac_top_builddir=
- fi
- case $srcdir in
- .) # No --srcdir option. We are building in place.
- ac_srcdir=.
- if test -z "$ac_top_builddir"; then
- ac_top_srcdir=.
- else
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
- fi ;;
- [\/]* | ?:[\/]* ) # Absolute path.
- ac_srcdir=$srcdir$ac_dir_suffix;
- ac_top_srcdir=$srcdir ;;
- *) # Relative path.
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
- ac_top_srcdir=$ac_top_builddir$srcdir ;;
- esac
- # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
- # absolute.
- ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
- ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
- ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
- ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
- { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
- echo "$as_me: executing $ac_dest commands" >&6;}
- case $ac_dest in
- default-1 )
- test x"$AMDEP_TRUE" != x"" ||
- for mf in $CONFIG_FILES; do
- case "$mf" in
- Makefile) dirpart=.;;
- */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
- *) continue;;
- esac
- grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
- # Extract the definition of DEP_FILES from the Makefile without
- # running `make'.
- DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
- test -z "$DEPDIR" && continue
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n -e '/^U = / s///p' < "$mf"`
- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
- # We invoke sed twice because it is the simplest approach to
- # changing $(DEPDIR) to its actual value in the expansion.
- for file in `sed -n -e '
- /^DEP_FILES = .*\\$/ {
- s/^DEP_FILES = //
- :loop
- s/\\$//
- p
- n
- /\\$/ b loop
- p
- }
- /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" |
- sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
- $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
- ;;
- default ) chmod +x sdl-config ;;
- esac
- done
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- { (exit 0); exit 0; }
- _ACEOF
- chmod +x $CONFIG_STATUS
- ac_clean_files=$ac_clean_files_save
- # configure is writing to config.log, and then calls config.status.
- # config.status does its own redirection, appending to config.log.
- # Unfortunately, on DOS this fails, as config.log is still kept open
- # by configure, so config.status won't be able to write to it; its
- # output is simply discarded. So we exec the FD to /dev/null,
- # effectively closing config.log, so it can be properly (re)opened and
- # appended to by config.status. When coming back to configure, we
- # need to make the FD available again.
- if test "$no_create" != yes; then
- ac_cs_success=:
- exec 5>/dev/null
- $SHELL $CONFIG_STATUS || ac_cs_success=false
- exec 5>>config.log
- # Use ||, not &&, to avoid exiting from the if with $? = 1, which
- # would make configure fail if this is the last instruction.
- $ac_cs_success || { (exit 1); exit 1; }
- fi