configure
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:420k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1.         CheckOpenGL
  2.         CheckPTHREAD
  3.         # Set up files for the main() stub
  4.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  5.   old="$srcdir/src/main/linux/SDL_main.c"
  6.   new="$srcdir/src/main/SDL_main.c"
  7.   cat >$new <<__EOF__
  8. /* WARNING:  This file was automatically generated!
  9.  * Original: $old
  10.  */
  11. __EOF__
  12.   cat >>$new <$old
  13.         # Set up files for the audio library
  14.         # We use the OSS and native API's, not the Sun audio API
  15.         #if test x$enable_audio = xyes; then
  16.         #    CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
  17.         #    AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
  18.         #    AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
  19.         #fi
  20.         # OpenBSD needs linking with ossaudio emulation library
  21.         if test x$have_oss = xyes; then
  22.             SYSTEM_LIBS="$SYSTEM_LIBS -lossaudio"
  23.         fi
  24.         # Set up files for the joystick library
  25.         if test x$enable_joystick = xyes; then
  26.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS bsd"
  27.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS bsd/libjoystick_bsd.la"
  28.         fi
  29.         # Set up files for the cdrom library
  30.         if test x$enable_cdrom = xyes; then
  31.             CDROM_SUBDIRS="$CDROM_SUBDIRS openbsd"
  32.             CDROM_DRIVERS="$CDROM_DRIVERS openbsd/libcdrom_openbsd.la"
  33.         fi
  34.         # Set up files for the thread library
  35.         if test x$enable_threads = xyes; then
  36.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  37.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  38.   new="$srcdir/src/thread/SDL_systhread.c"
  39.   cat >$new <<__EOF__
  40. /* WARNING:  This file was automatically generated!
  41.  * Original: $old
  42.  */
  43. __EOF__
  44.   cat >>$new <$old
  45.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  46.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  47.   new="$srcdir/src/thread/SDL_systhread_c.h"
  48.   cat >$new <<__EOF__
  49. /* WARNING:  This file was automatically generated!
  50.  * Original: $old
  51.  */
  52. __EOF__
  53.   cat >>$new <$old
  54.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  55.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  56.   new="$srcdir/src/thread/SDL_sysmutex.c"
  57.   cat >$new <<__EOF__
  58. /* WARNING:  This file was automatically generated!
  59.  * Original: $old
  60.  */
  61. __EOF__
  62.   cat >>$new <$old
  63.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  64.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  65.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  66.   cat >$new <<__EOF__
  67. /* WARNING:  This file was automatically generated!
  68.  * Original: $old
  69.  */
  70. __EOF__
  71.   cat >>$new <$old
  72.             if test x$use_pthreads = xyes -a x$have_pthread_sem != xyes; then
  73.   echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
  74.   old="$srcdir/src/thread/generic/SDL_syssem.c"
  75.   new="$srcdir/src/thread/SDL_syssem.c"
  76.   cat >$new <<__EOF__
  77. /* WARNING:  This file was automatically generated!
  78.  * Original: $old
  79.  */
  80. __EOF__
  81.   cat >>$new <$old
  82.             else
  83.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  84.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  85.   new="$srcdir/src/thread/SDL_syssem.c"
  86.   cat >$new <<__EOF__
  87. /* WARNING:  This file was automatically generated!
  88.  * Original: $old
  89.  */
  90. __EOF__
  91.   cat >>$new <$old
  92.             fi
  93.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  94.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  95.   new="$srcdir/src/thread/SDL_syssem_c.h"
  96.   cat >$new <<__EOF__
  97. /* WARNING:  This file was automatically generated!
  98.  * Original: $old
  99.  */
  100. __EOF__
  101.   cat >>$new <$old
  102.   echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
  103.   old="$srcdir/src/thread/linux/SDL_syscond.c"
  104.   new="$srcdir/src/thread/SDL_syscond.c"
  105.   cat >$new <<__EOF__
  106. /* WARNING:  This file was automatically generated!
  107.  * Original: $old
  108.  */
  109. __EOF__
  110.   cat >>$new <$old
  111.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  112.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  113.   new="$srcdir/src/thread/SDL_syscond_c.h"
  114.   cat >$new <<__EOF__
  115. /* WARNING:  This file was automatically generated!
  116.  * Original: $old
  117.  */
  118. __EOF__
  119.   cat >>$new <$old
  120.         fi
  121.         # Set up files for the timer library
  122.         if test x$enable_timers = xyes; then
  123.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  124.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  125.   new="$srcdir/src/timer/SDL_systimer.c"
  126.   cat >$new <<__EOF__
  127. /* WARNING:  This file was automatically generated!
  128.  * Original: $old
  129.  */
  130. __EOF__
  131.   cat >>$new <$old
  132.         fi
  133.         # OpenBSD does not define "unix"
  134.         CFLAGS="$CFLAGS -Dunix"
  135.         ;;
  136.     *-*-sysv5*)
  137.         ARCH=sysv5
  138.         CheckDummyVideo
  139.         CheckDiskAudio
  140. CheckDLOPEN
  141.         CheckNASM
  142.         CheckOSS
  143.         CheckARTSC
  144.         CheckESD
  145.         CheckNAS
  146.         CheckX11
  147.         CheckAAlib
  148.         CheckOpenGL
  149.         CheckPTHREAD
  150.         # Set up files for the main() stub
  151.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  152.   old="$srcdir/src/main/linux/SDL_main.c"
  153.   new="$srcdir/src/main/SDL_main.c"
  154.   cat >$new <<__EOF__
  155. /* WARNING:  This file was automatically generated!
  156.  * Original: $old
  157.  */
  158. __EOF__
  159.   cat >>$new <$old
  160.         # Set up files for the audio library
  161.         if test x$enable_audio = xyes; then
  162.             CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
  163.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
  164.             AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
  165.         fi
  166.         # Set up files for the joystick library
  167.         # (No joystick support yet)
  168.         if test x$enable_joystick = xyes; then
  169.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
  170.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
  171.         fi
  172.         # Set up files for the cdrom library
  173.         if test x$enable_cdrom = xyes; then
  174.             CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
  175.             CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
  176.         fi
  177.         # Set up files for the thread library
  178.         if test x$enable_threads = xyes; then
  179.   echo "Copying src/thread/generic/SDL_systhread.c -> src/thread/SDL_systhread.c"
  180.   old="$srcdir/src/thread/generic/SDL_systhread.c"
  181.   new="$srcdir/src/thread/SDL_systhread.c"
  182.   cat >$new <<__EOF__
  183. /* WARNING:  This file was automatically generated!
  184.  * Original: $old
  185.  */
  186. __EOF__
  187.   cat >>$new <$old
  188.   echo "Copying src/thread/generic/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  189.   old="$srcdir/src/thread/generic/SDL_systhread_c.h"
  190.   new="$srcdir/src/thread/SDL_systhread_c.h"
  191.   cat >$new <<__EOF__
  192. /* WARNING:  This file was automatically generated!
  193.  * Original: $old
  194.  */
  195. __EOF__
  196.   cat >>$new <$old
  197.   echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  198.   old="$srcdir/src/thread/generic/SDL_sysmutex.c"
  199.   new="$srcdir/src/thread/SDL_sysmutex.c"
  200.   cat >$new <<__EOF__
  201. /* WARNING:  This file was automatically generated!
  202.  * Original: $old
  203.  */
  204. __EOF__
  205.   cat >>$new <$old
  206.   echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  207.   old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
  208.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  209.   cat >$new <<__EOF__
  210. /* WARNING:  This file was automatically generated!
  211.  * Original: $old
  212.  */
  213. __EOF__
  214.   cat >>$new <$old
  215.   echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
  216.   old="$srcdir/src/thread/generic/SDL_syssem.c"
  217.   new="$srcdir/src/thread/SDL_syssem.c"
  218.   cat >$new <<__EOF__
  219. /* WARNING:  This file was automatically generated!
  220.  * Original: $old
  221.  */
  222. __EOF__
  223.   cat >>$new <$old
  224.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  225.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  226.   new="$srcdir/src/thread/SDL_syssem_c.h"
  227.   cat >$new <<__EOF__
  228. /* WARNING:  This file was automatically generated!
  229.  * Original: $old
  230.  */
  231. __EOF__
  232.   cat >>$new <$old
  233.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  234.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  235.   new="$srcdir/src/thread/SDL_syscond.c"
  236.   cat >$new <<__EOF__
  237. /* WARNING:  This file was automatically generated!
  238.  * Original: $old
  239.  */
  240. __EOF__
  241.   cat >>$new <$old
  242.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  243.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  244.   new="$srcdir/src/thread/SDL_syscond_c.h"
  245.   cat >$new <<__EOF__
  246. /* WARNING:  This file was automatically generated!
  247.  * Original: $old
  248.  */
  249. __EOF__
  250.   cat >>$new <$old
  251.         fi
  252.         # Set up files for the timer library
  253.         if test x$enable_timers = xyes; then
  254.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  255.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  256.   new="$srcdir/src/timer/SDL_systimer.c"
  257.   cat >$new <<__EOF__
  258. /* WARNING:  This file was automatically generated!
  259.  * Original: $old
  260.  */
  261. __EOF__
  262.   cat >>$new <$old
  263.         fi
  264.         ;;
  265.     *-*-solaris*)
  266.         ARCH=solaris
  267.         CFLAGS="$CFLAGS -D__ELF__" # Fix for nasm on Solaris x86
  268.         CheckDummyVideo
  269.         CheckDiskAudio
  270. CheckDLOPEN
  271.         CheckNASM
  272.         CheckOSS
  273.         CheckARTSC
  274.         CheckESD
  275.         CheckNAS
  276.         CheckX11
  277.         CheckAAlib
  278.         CheckOpenGL
  279.         CheckPTHREAD
  280.         # Set up files for the main() stub
  281.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  282.   old="$srcdir/src/main/linux/SDL_main.c"
  283.   new="$srcdir/src/main/SDL_main.c"
  284.   cat >$new <<__EOF__
  285. /* WARNING:  This file was automatically generated!
  286.  * Original: $old
  287.  */
  288. __EOF__
  289.   cat >>$new <$old
  290.         # Set up files for the audio library
  291.         if test x$enable_audio = xyes; then
  292.             CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
  293.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
  294.             AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
  295.         fi
  296.         # Set up files for the joystick library
  297.         # (No joystick support yet)
  298.         if test x$enable_joystick = xyes; then
  299.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
  300.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
  301.         fi
  302.         # Set up files for the cdrom library
  303.         if test x$enable_cdrom = xyes; then
  304.             CDROM_SUBDIRS="$CDROM_SUBDIRS linux"
  305.             CDROM_DRIVERS="$CDROM_DRIVERS linux/libcdrom_linux.la"
  306.         fi
  307.         # Set up files for the thread library
  308.         if test x$enable_threads = xyes; then
  309.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  310.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  311.   new="$srcdir/src/thread/SDL_systhread.c"
  312.   cat >$new <<__EOF__
  313. /* WARNING:  This file was automatically generated!
  314.  * Original: $old
  315.  */
  316. __EOF__
  317.   cat >>$new <$old
  318.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  319.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  320.   new="$srcdir/src/thread/SDL_systhread_c.h"
  321.   cat >$new <<__EOF__
  322. /* WARNING:  This file was automatically generated!
  323.  * Original: $old
  324.  */
  325. __EOF__
  326.   cat >>$new <$old
  327.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  328.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  329.   new="$srcdir/src/thread/SDL_sysmutex.c"
  330.   cat >$new <<__EOF__
  331. /* WARNING:  This file was automatically generated!
  332.  * Original: $old
  333.  */
  334. __EOF__
  335.   cat >>$new <$old
  336.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  337.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  338.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  339.   cat >$new <<__EOF__
  340. /* WARNING:  This file was automatically generated!
  341.  * Original: $old
  342.  */
  343. __EOF__
  344.   cat >>$new <$old
  345.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  346.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  347.   new="$srcdir/src/thread/SDL_syssem.c"
  348.   cat >$new <<__EOF__
  349. /* WARNING:  This file was automatically generated!
  350.  * Original: $old
  351.  */
  352. __EOF__
  353.   cat >>$new <$old
  354.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  355.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  356.   new="$srcdir/src/thread/SDL_syssem_c.h"
  357.   cat >$new <<__EOF__
  358. /* WARNING:  This file was automatically generated!
  359.  * Original: $old
  360.  */
  361. __EOF__
  362.   cat >>$new <$old
  363.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  364.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  365.   new="$srcdir/src/thread/SDL_syscond.c"
  366.   cat >$new <<__EOF__
  367. /* WARNING:  This file was automatically generated!
  368.  * Original: $old
  369.  */
  370. __EOF__
  371.   cat >>$new <$old
  372.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  373.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  374.   new="$srcdir/src/thread/SDL_syscond_c.h"
  375.   cat >$new <<__EOF__
  376. /* WARNING:  This file was automatically generated!
  377.  * Original: $old
  378.  */
  379. __EOF__
  380.   cat >>$new <$old
  381.         fi
  382.         # Set up files for the timer library
  383.         if test x$enable_timers = xyes; then
  384.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  385.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  386.   new="$srcdir/src/timer/SDL_systimer.c"
  387.   cat >$new <<__EOF__
  388. /* WARNING:  This file was automatically generated!
  389.  * Original: $old
  390.  */
  391. __EOF__
  392.   cat >>$new <$old
  393.         fi
  394.         ;;
  395.     *-*-irix*)
  396.         ARCH=irix
  397.         CheckDummyVideo
  398.         CheckDiskAudio
  399. CheckDLOPEN
  400.         CheckDMEDIA
  401.         CheckESD
  402.         CheckNAS
  403.         CheckX11
  404.         CheckAAlib
  405.         CheckOpenGL
  406.         CheckPTHREAD
  407.         # Set up files for the main() stub
  408.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  409.   old="$srcdir/src/main/linux/SDL_main.c"
  410.   new="$srcdir/src/main/SDL_main.c"
  411.   cat >$new <<__EOF__
  412. /* WARNING:  This file was automatically generated!
  413.  * Original: $old
  414.  */
  415. __EOF__
  416.   cat >>$new <$old
  417.         # We use the dmedia audio API, not the Sun audio API
  418.         #if test x$enable_audio = xyes; then
  419.         #    CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
  420.         #    AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
  421.         #    AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
  422.         #fi
  423.         # Set up files for the joystick library
  424.         # (No joystick support yet)
  425.         if test x$enable_joystick = xyes; then
  426.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
  427.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
  428.         fi
  429.         # Set up files for the cdrom library
  430.         # (No CD-ROM support yet)
  431.         if test x$enable_cdrom = xyes; then
  432.             CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
  433.             CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
  434.         fi
  435.         # Set up files for the thread library
  436.         if test x$enable_threads = xyes; then
  437.             if test x$use_pthreads = xyes; then
  438.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  439.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  440.   new="$srcdir/src/thread/SDL_systhread.c"
  441.   cat >$new <<__EOF__
  442. /* WARNING:  This file was automatically generated!
  443.  * Original: $old
  444.  */
  445. __EOF__
  446.   cat >>$new <$old
  447.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  448.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  449.   new="$srcdir/src/thread/SDL_systhread_c.h"
  450.   cat >$new <<__EOF__
  451. /* WARNING:  This file was automatically generated!
  452.  * Original: $old
  453.  */
  454. __EOF__
  455.   cat >>$new <$old
  456.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  457.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  458.   new="$srcdir/src/thread/SDL_sysmutex.c"
  459.   cat >$new <<__EOF__
  460. /* WARNING:  This file was automatically generated!
  461.  * Original: $old
  462.  */
  463. __EOF__
  464.   cat >>$new <$old
  465.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  466.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  467.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  468.   cat >$new <<__EOF__
  469. /* WARNING:  This file was automatically generated!
  470.  * Original: $old
  471.  */
  472. __EOF__
  473.   cat >>$new <$old
  474.                 if test x$have_pthread_sem != xyes; then
  475.   echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
  476.   old="$srcdir/src/thread/generic/SDL_syssem.c"
  477.   new="$srcdir/src/thread/SDL_syssem.c"
  478.   cat >$new <<__EOF__
  479. /* WARNING:  This file was automatically generated!
  480.  * Original: $old
  481.  */
  482. __EOF__
  483.   cat >>$new <$old
  484.                 else
  485.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  486.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  487.   new="$srcdir/src/thread/SDL_syssem.c"
  488.   cat >$new <<__EOF__
  489. /* WARNING:  This file was automatically generated!
  490.  * Original: $old
  491.  */
  492. __EOF__
  493.   cat >>$new <$old
  494.                 fi
  495.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  496.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  497.   new="$srcdir/src/thread/SDL_syssem_c.h"
  498.   cat >$new <<__EOF__
  499. /* WARNING:  This file was automatically generated!
  500.  * Original: $old
  501.  */
  502. __EOF__
  503.   cat >>$new <$old
  504.   echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
  505.   old="$srcdir/src/thread/linux/SDL_syscond.c"
  506.   new="$srcdir/src/thread/SDL_syscond.c"
  507.   cat >$new <<__EOF__
  508. /* WARNING:  This file was automatically generated!
  509.  * Original: $old
  510.  */
  511. __EOF__
  512.   cat >>$new <$old
  513.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  514.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  515.   new="$srcdir/src/thread/SDL_syscond_c.h"
  516.   cat >$new <<__EOF__
  517. /* WARNING:  This file was automatically generated!
  518.  * Original: $old
  519.  */
  520. __EOF__
  521.   cat >>$new <$old
  522.             else
  523.   echo "Copying src/thread/irix/SDL_systhread.c -> src/thread/SDL_systhread.c"
  524.   old="$srcdir/src/thread/irix/SDL_systhread.c"
  525.   new="$srcdir/src/thread/SDL_systhread.c"
  526.   cat >$new <<__EOF__
  527. /* WARNING:  This file was automatically generated!
  528.  * Original: $old
  529.  */
  530. __EOF__
  531.   cat >>$new <$old
  532.   echo "Copying src/thread/irix/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  533.   old="$srcdir/src/thread/irix/SDL_systhread_c.h"
  534.   new="$srcdir/src/thread/SDL_systhread_c.h"
  535.   cat >$new <<__EOF__
  536. /* WARNING:  This file was automatically generated!
  537.  * Original: $old
  538.  */
  539. __EOF__
  540.   cat >>$new <$old
  541.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  542.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  543.   new="$srcdir/src/thread/SDL_sysmutex.c"
  544.   cat >$new <<__EOF__
  545. /* WARNING:  This file was automatically generated!
  546.  * Original: $old
  547.  */
  548. __EOF__
  549.   cat >>$new <$old
  550.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  551.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  552.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  553.   cat >$new <<__EOF__
  554. /* WARNING:  This file was automatically generated!
  555.  * Original: $old
  556.  */
  557. __EOF__
  558.   cat >>$new <$old
  559.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  560.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  561.   new="$srcdir/src/thread/SDL_syssem.c"
  562.   cat >$new <<__EOF__
  563. /* WARNING:  This file was automatically generated!
  564.  * Original: $old
  565.  */
  566. __EOF__
  567.   cat >>$new <$old
  568.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  569.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  570.   new="$srcdir/src/thread/SDL_syssem_c.h"
  571.   cat >$new <<__EOF__
  572. /* WARNING:  This file was automatically generated!
  573.  * Original: $old
  574.  */
  575. __EOF__
  576.   cat >>$new <$old
  577.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  578.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  579.   new="$srcdir/src/thread/SDL_syscond.c"
  580.   cat >$new <<__EOF__
  581. /* WARNING:  This file was automatically generated!
  582.  * Original: $old
  583.  */
  584. __EOF__
  585.   cat >>$new <$old
  586.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  587.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  588.   new="$srcdir/src/thread/SDL_syscond_c.h"
  589.   cat >$new <<__EOF__
  590. /* WARNING:  This file was automatically generated!
  591.  * Original: $old
  592.  */
  593. __EOF__
  594.   cat >>$new <$old
  595.             fi
  596.         fi
  597.         # Set up files for the timer library
  598.         if test x$enable_timers = xyes; then
  599.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  600.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  601.   new="$srcdir/src/timer/SDL_systimer.c"
  602.   cat >$new <<__EOF__
  603. /* WARNING:  This file was automatically generated!
  604.  * Original: $old
  605.  */
  606. __EOF__
  607.   cat >>$new <$old
  608.         fi
  609.         ;;
  610.     *-*-hpux*)
  611.         ARCH=hpux
  612.         CheckDummyVideo
  613.         CheckDiskAudio
  614. CheckDLOPEN
  615.         CheckOSS
  616.         CheckNAS
  617.         CheckX11
  618.         CheckGGI
  619.         CheckAAlib
  620.         CheckOpenGL
  621.         CheckPTHREAD
  622.         # Set up files for the main() stub
  623.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  624.   old="$srcdir/src/main/linux/SDL_main.c"
  625.   new="$srcdir/src/main/SDL_main.c"
  626.   cat >$new <<__EOF__
  627. /* WARNING:  This file was automatically generated!
  628.  * Original: $old
  629.  */
  630. __EOF__
  631.   cat >>$new <$old
  632.         # Set up files for the audio library
  633.         if test x$enable_audio = xyes; then
  634.             CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
  635.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
  636.             AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
  637.         fi
  638.         # Set up files for the joystick library
  639.         # (No joystick support yet)
  640.         if test x$enable_joystick = xyes; then
  641.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
  642.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
  643.         fi
  644.         # Set up files for the cdrom library
  645.         # (No CD-ROM support yet)
  646.         if test x$enable_cdrom = xyes; then
  647.             CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
  648.             CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
  649.         fi
  650.         # Set up files for the thread library
  651.         if test x$enable_threads = xyes; then
  652.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  653.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  654.   new="$srcdir/src/thread/SDL_systhread.c"
  655.   cat >$new <<__EOF__
  656. /* WARNING:  This file was automatically generated!
  657.  * Original: $old
  658.  */
  659. __EOF__
  660.   cat >>$new <$old
  661.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  662.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  663.   new="$srcdir/src/thread/SDL_systhread_c.h"
  664.   cat >$new <<__EOF__
  665. /* WARNING:  This file was automatically generated!
  666.  * Original: $old
  667.  */
  668. __EOF__
  669.   cat >>$new <$old
  670.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  671.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  672.   new="$srcdir/src/thread/SDL_sysmutex.c"
  673.   cat >$new <<__EOF__
  674. /* WARNING:  This file was automatically generated!
  675.  * Original: $old
  676.  */
  677. __EOF__
  678.   cat >>$new <$old
  679.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  680.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  681.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  682.   cat >$new <<__EOF__
  683. /* WARNING:  This file was automatically generated!
  684.  * Original: $old
  685.  */
  686. __EOF__
  687.   cat >>$new <$old
  688.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  689.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  690.   new="$srcdir/src/thread/SDL_syssem.c"
  691.   cat >$new <<__EOF__
  692. /* WARNING:  This file was automatically generated!
  693.  * Original: $old
  694.  */
  695. __EOF__
  696.   cat >>$new <$old
  697.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  698.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  699.   new="$srcdir/src/thread/SDL_syssem_c.h"
  700.   cat >$new <<__EOF__
  701. /* WARNING:  This file was automatically generated!
  702.  * Original: $old
  703.  */
  704. __EOF__
  705.   cat >>$new <$old
  706.   echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
  707.   old="$srcdir/src/thread/linux/SDL_syscond.c"
  708.   new="$srcdir/src/thread/SDL_syscond.c"
  709.   cat >$new <<__EOF__
  710. /* WARNING:  This file was automatically generated!
  711.  * Original: $old
  712.  */
  713. __EOF__
  714.   cat >>$new <$old
  715.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  716.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  717.   new="$srcdir/src/thread/SDL_syscond_c.h"
  718.   cat >$new <<__EOF__
  719. /* WARNING:  This file was automatically generated!
  720.  * Original: $old
  721.  */
  722. __EOF__
  723.   cat >>$new <$old
  724.         fi
  725.         # Set up files for the timer library
  726.         if test x$enable_timers = xyes; then
  727.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  728.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  729.   new="$srcdir/src/timer/SDL_systimer.c"
  730.   cat >$new <<__EOF__
  731. /* WARNING:  This file was automatically generated!
  732.  * Original: $old
  733.  */
  734. __EOF__
  735.   cat >>$new <$old
  736.         fi
  737.         ;;
  738.     *-*-aix*)
  739.         ARCH=aix
  740.         CheckDummyVideo
  741.         CheckDiskAudio
  742. CheckDLOPEN
  743.         CheckOSS
  744.         CheckNAS
  745.         CheckX11
  746.         CheckGGI
  747.         CheckAAlib
  748.         CheckOpenGL
  749.         CheckPTHREAD
  750.         # Set up files for the main() stub
  751.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  752.   old="$srcdir/src/main/linux/SDL_main.c"
  753.   new="$srcdir/src/main/SDL_main.c"
  754.   cat >$new <<__EOF__
  755. /* WARNING:  This file was automatically generated!
  756.  * Original: $old
  757.  */
  758. __EOF__
  759.   cat >>$new <$old
  760.         # Set up files for the audio library
  761.         if test x$enable_audio = xyes; then
  762.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS paudio"
  763.             AUDIO_DRIVERS="$AUDIO_DRIVERS paudio/libaudio_paudio.la"
  764.         fi
  765.         # Set up files for the joystick library
  766.         # (No joystick support yet)
  767.         if test x$enable_joystick = xyes; then
  768.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
  769.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
  770.         fi
  771.         # Set up files for the cdrom library
  772.         if test x$enable_cdrom = xyes; then
  773.             CDROM_SUBDIRS="$CDROM_SUBDIRS aix"
  774.             CDROM_DRIVERS="$CDROM_DRIVERS aix/libcdrom_aix.la"
  775.         fi
  776.         # Set up files for the thread library
  777.         if test x$enable_threads = xyes; then
  778.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  779.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  780.   new="$srcdir/src/thread/SDL_systhread.c"
  781.   cat >$new <<__EOF__
  782. /* WARNING:  This file was automatically generated!
  783.  * Original: $old
  784.  */
  785. __EOF__
  786.   cat >>$new <$old
  787.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  788.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  789.   new="$srcdir/src/thread/SDL_systhread_c.h"
  790.   cat >$new <<__EOF__
  791. /* WARNING:  This file was automatically generated!
  792.  * Original: $old
  793.  */
  794. __EOF__
  795.   cat >>$new <$old
  796.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  797.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  798.   new="$srcdir/src/thread/SDL_sysmutex.c"
  799.   cat >$new <<__EOF__
  800. /* WARNING:  This file was automatically generated!
  801.  * Original: $old
  802.  */
  803. __EOF__
  804.   cat >>$new <$old
  805.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  806.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  807.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  808.   cat >$new <<__EOF__
  809. /* WARNING:  This file was automatically generated!
  810.  * Original: $old
  811.  */
  812. __EOF__
  813.   cat >>$new <$old
  814.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  815.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  816.   new="$srcdir/src/thread/SDL_syssem.c"
  817.   cat >$new <<__EOF__
  818. /* WARNING:  This file was automatically generated!
  819.  * Original: $old
  820.  */
  821. __EOF__
  822.   cat >>$new <$old
  823.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  824.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  825.   new="$srcdir/src/thread/SDL_syssem_c.h"
  826.   cat >$new <<__EOF__
  827. /* WARNING:  This file was automatically generated!
  828.  * Original: $old
  829.  */
  830. __EOF__
  831.   cat >>$new <$old
  832.   echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
  833.   old="$srcdir/src/thread/linux/SDL_syscond.c"
  834.   new="$srcdir/src/thread/SDL_syscond.c"
  835.   cat >$new <<__EOF__
  836. /* WARNING:  This file was automatically generated!
  837.  * Original: $old
  838.  */
  839. __EOF__
  840.   cat >>$new <$old
  841.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  842.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  843.   new="$srcdir/src/thread/SDL_syscond_c.h"
  844.   cat >$new <<__EOF__
  845. /* WARNING:  This file was automatically generated!
  846.  * Original: $old
  847.  */
  848. __EOF__
  849.   cat >>$new <$old
  850.         fi
  851.         # Set up files for the timer library
  852.         if test x$enable_timers = xyes; then
  853.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  854.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  855.   new="$srcdir/src/timer/SDL_systimer.c"
  856.   cat >$new <<__EOF__
  857. /* WARNING:  This file was automatically generated!
  858.  * Original: $old
  859.  */
  860. __EOF__
  861.   cat >>$new <$old
  862.         fi
  863.         ;;
  864.     *-*-osf*)
  865.         ARCH=osf
  866.         CheckDummyVideo
  867.         CheckDiskAudio
  868. CheckDLOPEN
  869.         CheckNAS
  870.         CheckX11
  871.         CheckGGI
  872.         CheckAAlib
  873.         CheckOpenGL
  874.         CheckPTHREAD
  875.         # Set up files for the main() stub
  876.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  877.   old="$srcdir/src/main/linux/SDL_main.c"
  878.   new="$srcdir/src/main/SDL_main.c"
  879.   cat >$new <<__EOF__
  880. /* WARNING:  This file was automatically generated!
  881.  * Original: $old
  882.  */
  883. __EOF__
  884.   cat >>$new <$old
  885.         # Set up files for the audio library
  886.         if test x$enable_audio = xyes; then
  887.             CFLAGS="$CFLAGS -DSUNAUDIO_SUPPORT"
  888.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
  889.             AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
  890.         fi
  891.         # Set up files for the joystick library
  892.         # (No joystick support yet)
  893.         if test x$enable_joystick = xyes; then
  894.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
  895.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
  896.         fi
  897.         # Set up files for the cdrom library
  898.         # (No cdrom support yet)
  899.         if test x$enable_cdrom = xyes; then
  900.             CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
  901.             CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
  902.         fi
  903.         # Set up files for the thread library
  904.         if test x$enable_threads = xyes; then
  905.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  906.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  907.   new="$srcdir/src/thread/SDL_systhread.c"
  908.   cat >$new <<__EOF__
  909. /* WARNING:  This file was automatically generated!
  910.  * Original: $old
  911.  */
  912. __EOF__
  913.   cat >>$new <$old
  914.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  915.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  916.   new="$srcdir/src/thread/SDL_systhread_c.h"
  917.   cat >$new <<__EOF__
  918. /* WARNING:  This file was automatically generated!
  919.  * Original: $old
  920.  */
  921. __EOF__
  922.   cat >>$new <$old
  923.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  924.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  925.   new="$srcdir/src/thread/SDL_sysmutex.c"
  926.   cat >$new <<__EOF__
  927. /* WARNING:  This file was automatically generated!
  928.  * Original: $old
  929.  */
  930. __EOF__
  931.   cat >>$new <$old
  932.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  933.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  934.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  935.   cat >$new <<__EOF__
  936. /* WARNING:  This file was automatically generated!
  937.  * Original: $old
  938.  */
  939. __EOF__
  940.   cat >>$new <$old
  941.   echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
  942.   old="$srcdir/src/thread/generic/SDL_syssem.c"
  943.   new="$srcdir/src/thread/SDL_syssem.c"
  944.   cat >$new <<__EOF__
  945. /* WARNING:  This file was automatically generated!
  946.  * Original: $old
  947.  */
  948. __EOF__
  949.   cat >>$new <$old
  950.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  951.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  952.   new="$srcdir/src/thread/SDL_syssem_c.h"
  953.   cat >$new <<__EOF__
  954. /* WARNING:  This file was automatically generated!
  955.  * Original: $old
  956.  */
  957. __EOF__
  958.   cat >>$new <$old
  959.   echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
  960.   old="$srcdir/src/thread/linux/SDL_syscond.c"
  961.   new="$srcdir/src/thread/SDL_syscond.c"
  962.   cat >$new <<__EOF__
  963. /* WARNING:  This file was automatically generated!
  964.  * Original: $old
  965.  */
  966. __EOF__
  967.   cat >>$new <$old
  968.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  969.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  970.   new="$srcdir/src/thread/SDL_syscond_c.h"
  971.   cat >$new <<__EOF__
  972. /* WARNING:  This file was automatically generated!
  973.  * Original: $old
  974.  */
  975. __EOF__
  976.   cat >>$new <$old
  977.         fi
  978.         # Set up files for the timer library
  979.         if test x$enable_timers = xyes; then
  980.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  981.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  982.   new="$srcdir/src/timer/SDL_systimer.c"
  983.   cat >$new <<__EOF__
  984. /* WARNING:  This file was automatically generated!
  985.  * Original: $old
  986.  */
  987. __EOF__
  988.   cat >>$new <$old
  989.         fi
  990.         ;;
  991.     *-*-qnx*)
  992.         ARCH=qnx
  993.         CheckDummyVideo
  994.         CheckDiskAudio
  995. CheckDLOPEN
  996.         CheckNAS
  997.         CheckPHOTON
  998.         CheckX11
  999.         CheckOpenGL
  1000.         CheckPTHREAD
  1001.         # Set up files for the main() stub
  1002.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  1003.   old="$srcdir/src/main/linux/SDL_main.c"
  1004.   new="$srcdir/src/main/SDL_main.c"
  1005.   cat >$new <<__EOF__
  1006. /* WARNING:  This file was automatically generated!
  1007.  * Original: $old
  1008.  */
  1009. __EOF__
  1010.   cat >>$new <$old
  1011.         # Set up files for the audio library
  1012.         if test x$enable_audio = xyes; then
  1013.             CFLAGS="$CFLAGS -DALSA_SUPPORT"
  1014.             SYSTEM_LIBS="$SYSTEM_LIBS -lasound"
  1015.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS nto"
  1016.             AUDIO_DRIVERS="$AUDIO_DRIVERS nto/libaudio_nto.la"
  1017.         fi
  1018.         # Set up files for the joystick library
  1019.         if test x$enable_joystick = xyes; then
  1020.         # (No joystick support yet)
  1021.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS dummy"
  1022.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS dummy/libjoystick_dummy.la"
  1023.         fi
  1024.         # Set up files for the cdrom library
  1025.         if test x$enable_cdrom = xyes; then
  1026.             CDROM_SUBDIRS="$CDROM_SUBDIRS qnx"
  1027.             CDROM_DRIVERS="$CDROM_DRIVERS qnx/libcdrom_qnx.la"
  1028.         fi
  1029.         # Set up files for the thread library
  1030.         if test x$enable_threads = xyes; then
  1031.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  1032.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  1033.   new="$srcdir/src/thread/SDL_systhread.c"
  1034.   cat >$new <<__EOF__
  1035. /* WARNING:  This file was automatically generated!
  1036.  * Original: $old
  1037.  */
  1038. __EOF__
  1039.   cat >>$new <$old
  1040.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  1041.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  1042.   new="$srcdir/src/thread/SDL_systhread_c.h"
  1043.   cat >$new <<__EOF__
  1044. /* WARNING:  This file was automatically generated!
  1045.  * Original: $old
  1046.  */
  1047. __EOF__
  1048.   cat >>$new <$old
  1049.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  1050.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  1051.   new="$srcdir/src/thread/SDL_sysmutex.c"
  1052.   cat >$new <<__EOF__
  1053. /* WARNING:  This file was automatically generated!
  1054.  * Original: $old
  1055.  */
  1056. __EOF__
  1057.   cat >>$new <$old
  1058.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  1059.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  1060.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  1061.   cat >$new <<__EOF__
  1062. /* WARNING:  This file was automatically generated!
  1063.  * Original: $old
  1064.  */
  1065. __EOF__
  1066.   cat >>$new <$old
  1067.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  1068.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  1069.   new="$srcdir/src/thread/SDL_syssem.c"
  1070.   cat >$new <<__EOF__
  1071. /* WARNING:  This file was automatically generated!
  1072.  * Original: $old
  1073.  */
  1074. __EOF__
  1075.   cat >>$new <$old
  1076.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  1077.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  1078.   new="$srcdir/src/thread/SDL_syssem_c.h"
  1079.   cat >$new <<__EOF__
  1080. /* WARNING:  This file was automatically generated!
  1081.  * Original: $old
  1082.  */
  1083. __EOF__
  1084.   cat >>$new <$old
  1085.   echo "Copying src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c"
  1086.   old="$srcdir/src/thread/linux/SDL_syscond.c"
  1087.   new="$srcdir/src/thread/SDL_syscond.c"
  1088.   cat >$new <<__EOF__
  1089. /* WARNING:  This file was automatically generated!
  1090.  * Original: $old
  1091.  */
  1092. __EOF__
  1093.   cat >>$new <$old
  1094.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  1095.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  1096.   new="$srcdir/src/thread/SDL_syscond_c.h"
  1097.   cat >$new <<__EOF__
  1098. /* WARNING:  This file was automatically generated!
  1099.  * Original: $old
  1100.  */
  1101. __EOF__
  1102.   cat >>$new <$old
  1103.         fi
  1104.         # Set up files for the timer library
  1105.         if test x$enable_timers = xyes; then
  1106.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  1107.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  1108.   new="$srcdir/src/timer/SDL_systimer.c"
  1109.   cat >$new <<__EOF__
  1110. /* WARNING:  This file was automatically generated!
  1111.  * Original: $old
  1112.  */
  1113. __EOF__
  1114.   cat >>$new <$old
  1115.         fi
  1116.         ;;
  1117.     *-*-cygwin* | *-*-mingw32*)
  1118.         ARCH=win32
  1119.         if test "$build" != "$target"; then # cross-compiling
  1120.             # Default cross-compile location
  1121.             ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc
  1122.         else
  1123.             # Look for the location of the tools and install there
  1124.             if  "$BUILD_PREFIX" != "" ; then
  1125.                 ac_default_prefix=$BUILD_PREFIX
  1126.             fi
  1127.         fi
  1128.         CheckDummyVideo
  1129.         CheckDiskAudio
  1130.         CheckWIN32
  1131.         CheckDIRECTX
  1132.         CheckNASM
  1133.         # Set up files for the main() stub
  1134.   echo "Copying src/main/win32/SDL_main.c -> src/main/SDL_main.c"
  1135.   old="$srcdir/src/main/win32/SDL_main.c"
  1136.   new="$srcdir/src/main/SDL_main.c"
  1137.   cat >$new <<__EOF__
  1138. /* WARNING:  This file was automatically generated!
  1139.  * Original: $old
  1140.  */
  1141. __EOF__
  1142.   cat >>$new <$old
  1143.         # Set up files for the audio library
  1144.         if test x$enable_audio = xyes; then
  1145.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS windib"
  1146.             AUDIO_DRIVERS="$AUDIO_DRIVERS windib/libaudio_windib.la"
  1147.             if test x$use_directx = xyes; then
  1148.                 AUDIO_SUBDIRS="$AUDIO_SUBDIRS windx5"
  1149.                 AUDIO_DRIVERS="$AUDIO_DRIVERS windx5/libaudio_windx5.la"
  1150.             fi
  1151.         fi
  1152.         # Set up files for the joystick library
  1153.         if test x$enable_joystick = xyes; then
  1154.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS win32"
  1155.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS win32/libjoystick_winmm.la"
  1156.         fi
  1157.         # Set up files for the cdrom library
  1158.         if test x$enable_cdrom = xyes; then
  1159.             CDROM_SUBDIRS="$CDROM_SUBDIRS win32"
  1160.             CDROM_DRIVERS="$CDROM_DRIVERS win32/libcdrom_win32.la"
  1161.         fi
  1162.         # Set up files for the thread library
  1163.         if test x$enable_threads = xyes; then
  1164.   echo "Copying src/thread/win32/SDL_systhread.c -> src/thread/SDL_systhread.c"
  1165.   old="$srcdir/src/thread/win32/SDL_systhread.c"
  1166.   new="$srcdir/src/thread/SDL_systhread.c"
  1167.   cat >$new <<__EOF__
  1168. /* WARNING:  This file was automatically generated!
  1169.  * Original: $old
  1170.  */
  1171. __EOF__
  1172.   cat >>$new <$old
  1173.   echo "Copying src/thread/win32/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  1174.   old="$srcdir/src/thread/win32/SDL_systhread_c.h"
  1175.   new="$srcdir/src/thread/SDL_systhread_c.h"
  1176.   cat >$new <<__EOF__
  1177. /* WARNING:  This file was automatically generated!
  1178.  * Original: $old
  1179.  */
  1180. __EOF__
  1181.   cat >>$new <$old
  1182.   echo "Copying src/thread/win32/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  1183.   old="$srcdir/src/thread/win32/SDL_sysmutex.c"
  1184.   new="$srcdir/src/thread/SDL_sysmutex.c"
  1185.   cat >$new <<__EOF__
  1186. /* WARNING:  This file was automatically generated!
  1187.  * Original: $old
  1188.  */
  1189. __EOF__
  1190.   cat >>$new <$old
  1191.   echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  1192.   old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
  1193.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  1194.   cat >$new <<__EOF__
  1195. /* WARNING:  This file was automatically generated!
  1196.  * Original: $old
  1197.  */
  1198. __EOF__
  1199.   cat >>$new <$old
  1200.   echo "Copying src/thread/win32/SDL_syssem.c -> src/thread/SDL_syssem.c"
  1201.   old="$srcdir/src/thread/win32/SDL_syssem.c"
  1202.   new="$srcdir/src/thread/SDL_syssem.c"
  1203.   cat >$new <<__EOF__
  1204. /* WARNING:  This file was automatically generated!
  1205.  * Original: $old
  1206.  */
  1207. __EOF__
  1208.   cat >>$new <$old
  1209.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  1210.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  1211.   new="$srcdir/src/thread/SDL_syssem_c.h"
  1212.   cat >$new <<__EOF__
  1213. /* WARNING:  This file was automatically generated!
  1214.  * Original: $old
  1215.  */
  1216. __EOF__
  1217.   cat >>$new <$old
  1218.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  1219.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  1220.   new="$srcdir/src/thread/SDL_syscond.c"
  1221.   cat >$new <<__EOF__
  1222. /* WARNING:  This file was automatically generated!
  1223.  * Original: $old
  1224.  */
  1225. __EOF__
  1226.   cat >>$new <$old
  1227.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  1228.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  1229.   new="$srcdir/src/thread/SDL_syscond_c.h"
  1230.   cat >$new <<__EOF__
  1231. /* WARNING:  This file was automatically generated!
  1232.  * Original: $old
  1233.  */
  1234. __EOF__
  1235.   cat >>$new <$old
  1236.         fi
  1237.         # Set up files for the timer library
  1238.         if test x$enable_timers = xyes; then
  1239.   echo "Copying src/timer/win32/SDL_systimer.c -> src/timer/SDL_systimer.c"
  1240.   old="$srcdir/src/timer/win32/SDL_systimer.c"
  1241.   new="$srcdir/src/timer/SDL_systimer.c"
  1242.   cat >$new <<__EOF__
  1243. /* WARNING:  This file was automatically generated!
  1244.  * Original: $old
  1245.  */
  1246. __EOF__
  1247.   cat >>$new <$old
  1248.         fi
  1249.         # The Win32 platform requires special setup
  1250.         SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main"
  1251.         case "$target" in
  1252.             *-*-cygwin*)
  1253.                 CFLAGS="$CFLAGS -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin"
  1254.                 SDL_CFLAGS="$SDL_CFLAGS -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin"
  1255.                 LIBS="$LIBS -mno-cygwin"
  1256.                 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows -mno-cygwin"
  1257.                 ;;
  1258.             *-*-mingw32*)
  1259.                 SDL_LIBS="-lmingw32 -lSDLmain $SDL_LIBS -mwindows"
  1260.                 ;;
  1261.         esac
  1262.         ;;
  1263.     *-*-beos*)
  1264.         ARCH=beos
  1265.         ac_default_prefix=/boot/develop/tools/gnupro
  1266.         CheckDummyVideo
  1267.         CheckDiskAudio
  1268.         CheckNASM
  1269.         CheckBWINDOW
  1270.         CheckBeGL
  1271.         # Set up files for the main() stub
  1272.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  1273.   old="$srcdir/src/main/linux/SDL_main.c"
  1274.   new="$srcdir/src/main/SDL_main.c"
  1275.   cat >$new <<__EOF__
  1276. /* WARNING:  This file was automatically generated!
  1277.  * Original: $old
  1278.  */
  1279. __EOF__
  1280.   cat >>$new <$old
  1281.   echo "Copying src/main/beos/SDL_BeApp.cc -> src/main/SDL_BeApp.cc"
  1282.   old="$srcdir/src/main/beos/SDL_BeApp.cc"
  1283.   new="$srcdir/src/main/SDL_BeApp.cc"
  1284.   cat >$new <<__EOF__
  1285. /* WARNING:  This file was automatically generated!
  1286.  * Original: $old
  1287.  */
  1288. __EOF__
  1289.   cat >>$new <$old
  1290.   echo "Copying src/main/beos/SDL_BeApp.h -> src/main/SDL_BeApp.h"
  1291.   old="$srcdir/src/main/beos/SDL_BeApp.h"
  1292.   new="$srcdir/src/main/SDL_BeApp.h"
  1293.   cat >$new <<__EOF__
  1294. /* WARNING:  This file was automatically generated!
  1295.  * Original: $old
  1296.  */
  1297. __EOF__
  1298.   cat >>$new <$old
  1299.         # Set up files for the audio library
  1300.         if test x$enable_audio = xyes; then
  1301.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS baudio"
  1302.             AUDIO_DRIVERS="$AUDIO_DRIVERS baudio/libaudio_baudio.la"
  1303.         fi
  1304.         # Set up files for the joystick library
  1305.         if test x$enable_joystick = xyes; then
  1306.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS beos"
  1307.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS beos/libjoystick_beos.la"
  1308.         fi
  1309.         # Set up files for the cdrom library
  1310.         if test x$enable_cdrom = xyes; then
  1311.             CDROM_SUBDIRS="$CDROM_SUBDIRS beos"
  1312.             CDROM_DRIVERS="$CDROM_DRIVERS beos/libcdrom_beos.la"
  1313.         fi
  1314.         # Set up files for the thread library
  1315.         if test x$enable_threads = xyes; then
  1316.   echo "Copying src/thread/beos/SDL_systhread.c -> src/thread/SDL_systhread.c"
  1317.   old="$srcdir/src/thread/beos/SDL_systhread.c"
  1318.   new="$srcdir/src/thread/SDL_systhread.c"
  1319.   cat >$new <<__EOF__
  1320. /* WARNING:  This file was automatically generated!
  1321.  * Original: $old
  1322.  */
  1323. __EOF__
  1324.   cat >>$new <$old
  1325.   echo "Copying src/thread/beos/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  1326.   old="$srcdir/src/thread/beos/SDL_systhread_c.h"
  1327.   new="$srcdir/src/thread/SDL_systhread_c.h"
  1328.   cat >$new <<__EOF__
  1329. /* WARNING:  This file was automatically generated!
  1330.  * Original: $old
  1331.  */
  1332. __EOF__
  1333.   cat >>$new <$old
  1334.   echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  1335.   old="$srcdir/src/thread/generic/SDL_sysmutex.c"
  1336.   new="$srcdir/src/thread/SDL_sysmutex.c"
  1337.   cat >$new <<__EOF__
  1338. /* WARNING:  This file was automatically generated!
  1339.  * Original: $old
  1340.  */
  1341. __EOF__
  1342.   cat >>$new <$old
  1343.   echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  1344.   old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
  1345.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  1346.   cat >$new <<__EOF__
  1347. /* WARNING:  This file was automatically generated!
  1348.  * Original: $old
  1349.  */
  1350. __EOF__
  1351.   cat >>$new <$old
  1352.   echo "Copying src/thread/beos/SDL_syssem.c -> src/thread/SDL_syssem.c"
  1353.   old="$srcdir/src/thread/beos/SDL_syssem.c"
  1354.   new="$srcdir/src/thread/SDL_syssem.c"
  1355.   cat >$new <<__EOF__
  1356. /* WARNING:  This file was automatically generated!
  1357.  * Original: $old
  1358.  */
  1359. __EOF__
  1360.   cat >>$new <$old
  1361.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  1362.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  1363.   new="$srcdir/src/thread/SDL_syssem_c.h"
  1364.   cat >$new <<__EOF__
  1365. /* WARNING:  This file was automatically generated!
  1366.  * Original: $old
  1367.  */
  1368. __EOF__
  1369.   cat >>$new <$old
  1370.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  1371.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  1372.   new="$srcdir/src/thread/SDL_syscond.c"
  1373.   cat >$new <<__EOF__
  1374. /* WARNING:  This file was automatically generated!
  1375.  * Original: $old
  1376.  */
  1377. __EOF__
  1378.   cat >>$new <$old
  1379.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  1380.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  1381.   new="$srcdir/src/thread/SDL_syscond_c.h"
  1382.   cat >$new <<__EOF__
  1383. /* WARNING:  This file was automatically generated!
  1384.  * Original: $old
  1385.  */
  1386. __EOF__
  1387.   cat >>$new <$old
  1388.         fi
  1389.         # Set up files for the timer library
  1390.         if test x$enable_timers = xyes; then
  1391.   echo "Copying src/timer/beos/SDL_systimer.c -> src/timer/SDL_systimer.c"
  1392.   old="$srcdir/src/timer/beos/SDL_systimer.c"
  1393.   new="$srcdir/src/timer/SDL_systimer.c"
  1394.   cat >$new <<__EOF__
  1395. /* WARNING:  This file was automatically generated!
  1396.  * Original: $old
  1397.  */
  1398. __EOF__
  1399.   cat >>$new <$old
  1400.         fi
  1401.         # The BeOS platform requires special libraries
  1402.         SYSTEM_LIBS="$SYSTEM_LIBS -lroot -lbe -lmedia -lgame -ldevice -ltextencoding"
  1403.         ;;
  1404.     *-*-macos*)
  1405.         # This would be used if cross-compiling to MacOS 9.  No way to
  1406.         # use it at present, but Apple is working on a X-to-9 compiler
  1407.         # for which this case would be handy.
  1408.         ARCH=macos
  1409.         CheckDummyVideo
  1410.         CheckDiskAudio
  1411.         CheckTOOLBOX
  1412.         CheckMacGL
  1413.         # Set up files for the main() stub
  1414.   echo "Copying src/main/macos/SDL_main.c -> src/main/SDL_main.c"
  1415.   old="$srcdir/src/main/macos/SDL_main.c"
  1416.   new="$srcdir/src/main/SDL_main.c"
  1417.   cat >$new <<__EOF__
  1418. /* WARNING:  This file was automatically generated!
  1419.  * Original: $old
  1420.  */
  1421. __EOF__
  1422.   cat >>$new <$old
  1423.         # Set up files for the audio library
  1424.         if test x$enable_audio = xyes; then
  1425.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom"
  1426.             AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la"
  1427.         fi
  1428.         # Set up files for the joystick library
  1429.         if test x$enable_joystick = xyes; then
  1430.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS macos"
  1431.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS macos/libjoystick_macos.la"
  1432.         fi
  1433.         # Set up files for the cdrom library
  1434.         if test x$enable_cdrom = xyes; then
  1435.             CDROM_SUBDIRS="$CDROM_SUBDIRS macos"
  1436.             CDROM_DRIVERS="$CDROM_DRIVERS macos/libcdrom_macos.la"
  1437.         fi
  1438.         # Set up files for the thread library
  1439.         if test x$enable_threads = xyes; then
  1440.   echo "Copying src/thread/macos/SDL_systhread.c -> src/thread/SDL_systhread.c"
  1441.   old="$srcdir/src/thread/macos/SDL_systhread.c"
  1442.   new="$srcdir/src/thread/SDL_systhread.c"
  1443.   cat >$new <<__EOF__
  1444. /* WARNING:  This file was automatically generated!
  1445.  * Original: $old
  1446.  */
  1447. __EOF__
  1448.   cat >>$new <$old
  1449.   echo "Copying src/thread/macos/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  1450.   old="$srcdir/src/thread/macos/SDL_systhread_c.h"
  1451.   new="$srcdir/src/thread/SDL_systhread_c.h"
  1452.   cat >$new <<__EOF__
  1453. /* WARNING:  This file was automatically generated!
  1454.  * Original: $old
  1455.  */
  1456. __EOF__
  1457.   cat >>$new <$old
  1458.   echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  1459.   old="$srcdir/src/thread/generic/SDL_sysmutex.c"
  1460.   new="$srcdir/src/thread/SDL_sysmutex.c"
  1461.   cat >$new <<__EOF__
  1462. /* WARNING:  This file was automatically generated!
  1463.  * Original: $old
  1464.  */
  1465. __EOF__
  1466.   cat >>$new <$old
  1467.   echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  1468.   old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
  1469.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  1470.   cat >$new <<__EOF__
  1471. /* WARNING:  This file was automatically generated!
  1472.  * Original: $old
  1473.  */
  1474. __EOF__
  1475.   cat >>$new <$old
  1476.   echo "Copying src/thread/macos/SDL_syssem.c -> src/thread/SDL_syssem.c"
  1477.   old="$srcdir/src/thread/macos/SDL_syssem.c"
  1478.   new="$srcdir/src/thread/SDL_syssem.c"
  1479.   cat >$new <<__EOF__
  1480. /* WARNING:  This file was automatically generated!
  1481.  * Original: $old
  1482.  */
  1483. __EOF__
  1484.   cat >>$new <$old
  1485.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  1486.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  1487.   new="$srcdir/src/thread/SDL_syssem_c.h"
  1488.   cat >$new <<__EOF__
  1489. /* WARNING:  This file was automatically generated!
  1490.  * Original: $old
  1491.  */
  1492. __EOF__
  1493.   cat >>$new <$old
  1494.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  1495.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  1496.   new="$srcdir/src/thread/SDL_syscond.c"
  1497.   cat >$new <<__EOF__
  1498. /* WARNING:  This file was automatically generated!
  1499.  * Original: $old
  1500.  */
  1501. __EOF__
  1502.   cat >>$new <$old
  1503.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  1504.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  1505.   new="$srcdir/src/thread/SDL_syscond_c.h"
  1506.   cat >$new <<__EOF__
  1507. /* WARNING:  This file was automatically generated!
  1508.  * Original: $old
  1509.  */
  1510. __EOF__
  1511.   cat >>$new <$old
  1512.         fi
  1513.         # Set up files for the timer library
  1514.         if test x$enable_timers = xyes; then
  1515.   echo "Copying src/timer/macos/SDL_systimer.c -> src/timer/SDL_systimer.c"
  1516.   old="$srcdir/src/timer/macos/SDL_systimer.c"
  1517.   new="$srcdir/src/timer/SDL_systimer.c"
  1518.   cat >$new <<__EOF__
  1519. /* WARNING:  This file was automatically generated!
  1520.  * Original: $old
  1521.  */
  1522. __EOF__
  1523.   cat >>$new <$old
  1524.         fi
  1525.         # The MacOS platform requires special setup
  1526.         SDL_CFLAGS="$SDL_CFLAGS -Dmain=SDL_main"
  1527.         SDL_LIBS="-lSDLmain $SDL_LIBS"
  1528.         ;;
  1529.     *-*-darwin* )
  1530.         # Strictly speaking, we want "Mac OS X", not "Darwin", which is
  1531.         # just the OS X kernel sans upper layers like Carbon and Cocoa.
  1532.         # But config.guess comes back with "darwin", so go with the flow.
  1533.         ARCH=macosx
  1534.         CheckDummyVideo
  1535.         CheckDiskAudio
  1536. CheckCARBON
  1537.         #CheckQUARTZ
  1538.         CheckMacGL
  1539.         CheckPTHREAD
  1540.         # Set up files for the main() stub
  1541.   echo "Copying src/main/macosx/SDLMain.m -> src/main/SDLMain.m"
  1542.   old="$srcdir/src/main/macosx/SDLMain.m"
  1543.   new="$srcdir/src/main/SDLMain.m"
  1544.   cat >$new <<__EOF__
  1545. /* WARNING:  This file was automatically generated!
  1546.  * Original: $old
  1547.  */
  1548. __EOF__
  1549.   cat >>$new <$old
  1550.   echo "Copying src/main/macosx/SDLMain.h -> src/main/SDLMain.h"
  1551.   old="$srcdir/src/main/macosx/SDLMain.h"
  1552.   new="$srcdir/src/main/SDLMain.h"
  1553.   cat >$new <<__EOF__
  1554. /* WARNING:  This file was automatically generated!
  1555.  * Original: $old
  1556.  */
  1557. __EOF__
  1558.   cat >>$new <$old
  1559.         # Set up files for the audio library
  1560.         if test x$enable_audio = xyes; then
  1561.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS macrom"
  1562.             AUDIO_DRIVERS="$AUDIO_DRIVERS macrom/libaudio_macrom.la"
  1563.         fi
  1564.         # Set up files for the joystick library
  1565.         if test x$enable_joystick = xyes; then
  1566.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS darwin"
  1567.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la"
  1568.             SDL_LIBS="$SDL_LIBS -framework IOKit"
  1569.         fi
  1570.         # Set up files for the cdrom library
  1571.         if test x$enable_cdrom = xyes; then
  1572.             CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
  1573.             CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
  1574.         fi
  1575.         # Set up files for the thread library
  1576.         if test x$enable_threads = xyes; then
  1577.   echo "Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c"
  1578.   old="$srcdir/src/thread/linux/SDL_systhread.c"
  1579.   new="$srcdir/src/thread/SDL_systhread.c"
  1580.   cat >$new <<__EOF__
  1581. /* WARNING:  This file was automatically generated!
  1582.  * Original: $old
  1583.  */
  1584. __EOF__
  1585.   cat >>$new <$old
  1586.   echo "Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  1587.   old="$srcdir/src/thread/linux/SDL_systhread_c.h"
  1588.   new="$srcdir/src/thread/SDL_systhread_c.h"
  1589.   cat >$new <<__EOF__
  1590. /* WARNING:  This file was automatically generated!
  1591.  * Original: $old
  1592.  */
  1593. __EOF__
  1594.   cat >>$new <$old
  1595.   echo "Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  1596.   old="$srcdir/src/thread/linux/SDL_sysmutex.c"
  1597.   new="$srcdir/src/thread/SDL_sysmutex.c"
  1598.   cat >$new <<__EOF__
  1599. /* WARNING:  This file was automatically generated!
  1600.  * Original: $old
  1601.  */
  1602. __EOF__
  1603.   cat >>$new <$old
  1604.   echo "Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  1605.   old="$srcdir/src/thread/linux/SDL_sysmutex_c.h"
  1606.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  1607.   cat >$new <<__EOF__
  1608. /* WARNING:  This file was automatically generated!
  1609.  * Original: $old
  1610.  */
  1611. __EOF__
  1612.   cat >>$new <$old
  1613.             if test x$use_pthreads = xyes -a x$have_pthread_sem != xyes; then
  1614.   echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
  1615.   old="$srcdir/src/thread/generic/SDL_syssem.c"
  1616.   new="$srcdir/src/thread/SDL_syssem.c"
  1617.   cat >$new <<__EOF__
  1618. /* WARNING:  This file was automatically generated!
  1619.  * Original: $old
  1620.  */
  1621. __EOF__
  1622.   cat >>$new <$old
  1623.             else
  1624.   echo "Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c"
  1625.   old="$srcdir/src/thread/linux/SDL_syssem.c"
  1626.   new="$srcdir/src/thread/SDL_syssem.c"
  1627.   cat >$new <<__EOF__
  1628. /* WARNING:  This file was automatically generated!
  1629.  * Original: $old
  1630.  */
  1631. __EOF__
  1632.   cat >>$new <$old
  1633.             fi
  1634.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  1635.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  1636.   new="$srcdir/src/thread/SDL_syssem_c.h"
  1637.   cat >$new <<__EOF__
  1638. /* WARNING:  This file was automatically generated!
  1639.  * Original: $old
  1640.  */
  1641. __EOF__
  1642.   cat >>$new <$old
  1643.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  1644.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  1645.   new="$srcdir/src/thread/SDL_syscond.c"
  1646.   cat >$new <<__EOF__
  1647. /* WARNING:  This file was automatically generated!
  1648.  * Original: $old
  1649.  */
  1650. __EOF__
  1651.   cat >>$new <$old
  1652.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  1653.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  1654.   new="$srcdir/src/thread/SDL_syscond_c.h"
  1655.   cat >$new <<__EOF__
  1656. /* WARNING:  This file was automatically generated!
  1657.  * Original: $old
  1658.  */
  1659. __EOF__
  1660.   cat >>$new <$old
  1661.         fi
  1662.         # Set up files for the timer library
  1663.         if test x$enable_timers = xyes; then
  1664.   echo "Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c"
  1665.   old="$srcdir/src/timer/linux/SDL_systimer.c"
  1666.   new="$srcdir/src/timer/SDL_systimer.c"
  1667.   cat >$new <<__EOF__
  1668. /* WARNING:  This file was automatically generated!
  1669.  * Original: $old
  1670.  */
  1671. __EOF__
  1672.   cat >>$new <$old
  1673.         fi
  1674.         # The MacOS X platform requires special setup
  1675.         SDL_CFLAGS="$SDL_CFLAGS -F/System/Library/Frameworks/Carbon.framework -F/System/Library/Frameworks/Cocoa.framework"
  1676.         SDL_LIBS="-lSDLmain $SDL_LIBS -framework Carbon -framework Cocoa"
  1677.         ;;
  1678.     *-*-mint*)
  1679.         ARCH=mint
  1680.         CheckDummyVideo
  1681.         CheckDiskAudio
  1682.         CheckAtariBiosEvent
  1683.         CheckAtariXbiosVideo
  1684.         CheckAtariGemVideo
  1685.         CheckPTH
  1686.         # Set up files for the main() stub
  1687.   echo "Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c"
  1688.   old="$srcdir/src/main/linux/SDL_main.c"
  1689.   new="$srcdir/src/main/SDL_main.c"
  1690.   cat >$new <<__EOF__
  1691. /* WARNING:  This file was automatically generated!
  1692.  * Original: $old
  1693.  */
  1694. __EOF__
  1695.   cat >>$new <$old
  1696.         # Set up files for the audio library
  1697.         if test x$enable_audio = xyes; then
  1698.             AUDIO_SUBDIRS="$AUDIO_SUBDIRS sun"
  1699.             AUDIO_DRIVERS="$AUDIO_DRIVERS sun/libaudio_sun.la"
  1700.         fi
  1701.         # Set up files for the joystick library
  1702.         if test x$enable_joystick = xyes; then
  1703.             JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS mint"
  1704.             JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS mint/libjoystick_mint.la"
  1705.         fi
  1706.         # Set up files for the cdrom library
  1707.         if test x$enable_cdrom = xyes; then
  1708.             CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
  1709.             CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
  1710.         fi
  1711.         # Set up files for the thread library
  1712.         if test x$enable_threads = xyes; then
  1713.             if test x$enable_pth = xyes; then
  1714.   echo "Copying src/thread/pth/SDL_systhread.c -> src/thread/SDL_systhread.c"
  1715.   old="$srcdir/src/thread/pth/SDL_systhread.c"
  1716.   new="$srcdir/src/thread/SDL_systhread.c"
  1717.   cat >$new <<__EOF__
  1718. /* WARNING:  This file was automatically generated!
  1719.  * Original: $old
  1720.  */
  1721. __EOF__
  1722.   cat >>$new <$old
  1723.   echo "Copying src/thread/pth/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  1724.   old="$srcdir/src/thread/pth/SDL_systhread_c.h"
  1725.   new="$srcdir/src/thread/SDL_systhread_c.h"
  1726.   cat >$new <<__EOF__
  1727. /* WARNING:  This file was automatically generated!
  1728.  * Original: $old
  1729.  */
  1730. __EOF__
  1731.   cat >>$new <$old
  1732.   echo "Copying src/thread/pth/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  1733.   old="$srcdir/src/thread/pth/SDL_sysmutex.c"
  1734.   new="$srcdir/src/thread/SDL_sysmutex.c"
  1735.   cat >$new <<__EOF__
  1736. /* WARNING:  This file was automatically generated!
  1737.  * Original: $old
  1738.  */
  1739. __EOF__
  1740.   cat >>$new <$old
  1741.   echo "Copying src/thread/pth/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  1742.   old="$srcdir/src/thread/pth/SDL_sysmutex_c.h"
  1743.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  1744.   cat >$new <<__EOF__
  1745. /* WARNING:  This file was automatically generated!
  1746.  * Original: $old
  1747.  */
  1748. __EOF__
  1749.   cat >>$new <$old
  1750.   echo "Copying src/thread/pth/SDL_syscond.c -> src/thread/SDL_syscond.c"
  1751.   old="$srcdir/src/thread/pth/SDL_syscond.c"
  1752.   new="$srcdir/src/thread/SDL_syscond.c"
  1753.   cat >$new <<__EOF__
  1754. /* WARNING:  This file was automatically generated!
  1755.  * Original: $old
  1756.  */
  1757. __EOF__
  1758.   cat >>$new <$old
  1759.   echo "Copying src/thread/pth/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  1760.   old="$srcdir/src/thread/pth/SDL_syscond_c.h"
  1761.   new="$srcdir/src/thread/SDL_syscond_c.h"
  1762.   cat >$new <<__EOF__
  1763. /* WARNING:  This file was automatically generated!
  1764.  * Original: $old
  1765.  */
  1766. __EOF__
  1767.   cat >>$new <$old
  1768.             else
  1769.   echo "Copying src/thread/generic/SDL_systhread.c -> src/thread/SDL_systhread.c"
  1770.   old="$srcdir/src/thread/generic/SDL_systhread.c"
  1771.   new="$srcdir/src/thread/SDL_systhread.c"
  1772.   cat >$new <<__EOF__
  1773. /* WARNING:  This file was automatically generated!
  1774.  * Original: $old
  1775.  */
  1776. __EOF__
  1777.   cat >>$new <$old
  1778.   echo "Copying src/thread/generic/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h"
  1779.   old="$srcdir/src/thread/generic/SDL_systhread_c.h"
  1780.   new="$srcdir/src/thread/SDL_systhread_c.h"
  1781.   cat >$new <<__EOF__
  1782. /* WARNING:  This file was automatically generated!
  1783.  * Original: $old
  1784.  */
  1785. __EOF__
  1786.   cat >>$new <$old
  1787.   echo "Copying src/thread/generic/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c"
  1788.   old="$srcdir/src/thread/generic/SDL_sysmutex.c"
  1789.   new="$srcdir/src/thread/SDL_sysmutex.c"
  1790.   cat >$new <<__EOF__
  1791. /* WARNING:  This file was automatically generated!
  1792.  * Original: $old
  1793.  */
  1794. __EOF__
  1795.   cat >>$new <$old
  1796.   echo "Copying src/thread/generic/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h"
  1797.   old="$srcdir/src/thread/generic/SDL_sysmutex_c.h"
  1798.   new="$srcdir/src/thread/SDL_sysmutex_c.h"
  1799.   cat >$new <<__EOF__
  1800. /* WARNING:  This file was automatically generated!
  1801.  * Original: $old
  1802.  */
  1803. __EOF__
  1804.   cat >>$new <$old
  1805.   echo "Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c"
  1806.   old="$srcdir/src/thread/generic/SDL_syscond.c"
  1807.   new="$srcdir/src/thread/SDL_syscond.c"
  1808.   cat >$new <<__EOF__
  1809. /* WARNING:  This file was automatically generated!
  1810.  * Original: $old
  1811.  */
  1812. __EOF__
  1813.   cat >>$new <$old
  1814.   echo "Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h"
  1815.   old="$srcdir/src/thread/generic/SDL_syscond_c.h"
  1816.   new="$srcdir/src/thread/SDL_syscond_c.h"
  1817.   cat >$new <<__EOF__
  1818. /* WARNING:  This file was automatically generated!
  1819.  * Original: $old
  1820.  */
  1821. __EOF__
  1822.   cat >>$new <$old
  1823.             fi
  1824.   echo "Copying src/thread/generic/SDL_syssem.c -> src/thread/SDL_syssem.c"
  1825.   old="$srcdir/src/thread/generic/SDL_syssem.c"
  1826.   new="$srcdir/src/thread/SDL_syssem.c"
  1827.   cat >$new <<__EOF__
  1828. /* WARNING:  This file was automatically generated!
  1829.  * Original: $old
  1830.  */
  1831. __EOF__
  1832.   cat >>$new <$old
  1833.   echo "Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h"
  1834.   old="$srcdir/src/thread/generic/SDL_syssem_c.h"
  1835.   new="$srcdir/src/thread/SDL_syssem_c.h"
  1836.   cat >$new <<__EOF__
  1837. /* WARNING:  This file was automatically generated!
  1838.  * Original: $old
  1839.  */
  1840. __EOF__
  1841.   cat >>$new <$old
  1842.         fi
  1843.         # Set up files for the timer library
  1844.         if test x$enable_timers = xyes; then
  1845.   echo "Copying src/timer/mint/SDL_systimer.c -> src/timer/SDL_systimer.c"
  1846.   old="$srcdir/src/timer/mint/SDL_systimer.c"
  1847.   new="$srcdir/src/timer/SDL_systimer.c"
  1848.   cat >$new <<__EOF__
  1849. /* WARNING:  This file was automatically generated!
  1850.  * Original: $old
  1851.  */
  1852. __EOF__
  1853.   cat >>$new <$old
  1854.   echo "Copying src/timer/mint/SDL_vbltimer.S -> src/timer/SDL_vbltimer.S"
  1855.   old="$srcdir/src/timer/mint/SDL_vbltimer.S"
  1856.   new="$srcdir/src/timer/SDL_vbltimer.S"
  1857.   cat >$new <<__EOF__
  1858. /* WARNING:  This file was automatically generated!
  1859.  * Original: $old
  1860.  */
  1861. __EOF__
  1862.   cat >>$new <$old
  1863.   echo "Copying src/timer/mint/SDL_vbltimer_s.h -> src/timer/SDL_vbltimer_s.h"
  1864.   old="$srcdir/src/timer/mint/SDL_vbltimer_s.h"
  1865.   new="$srcdir/src/timer/SDL_vbltimer_s.h"
  1866.   cat >$new <<__EOF__
  1867. /* WARNING:  This file was automatically generated!
  1868.  * Original: $old
  1869.  */
  1870. __EOF__
  1871.   cat >>$new <$old
  1872.         fi
  1873.         # MiNT does not define "unix"
  1874.         CFLAGS="$CFLAGS -Dunix"
  1875.         ;;
  1876.     *)
  1877.         { { echo "$as_me:$LINENO: error: Unsupported target:  Please add to configure.in" >&5
  1878. echo "$as_me: error: Unsupported target:  Please add to configure.in" >&2;}
  1879.    { (exit 1); exit 1; }; }
  1880.         ;;
  1881. esac
  1882. # Set the conditional variables for this target
  1883. if test $ARCH = linux; then
  1884.   TARGET_LINUX_TRUE=
  1885.   TARGET_LINUX_FALSE='#'
  1886. else
  1887.   TARGET_LINUX_TRUE='#'
  1888.   TARGET_LINUX_FALSE=
  1889. fi
  1890. if test $ARCH = solaris; then
  1891.   TARGET_SOLARIS_TRUE=
  1892.   TARGET_SOLARIS_FALSE='#'
  1893. else
  1894.   TARGET_SOLARIS_TRUE='#'
  1895.   TARGET_SOLARIS_FALSE=
  1896. fi
  1897. if test $ARCH = irix; then
  1898.   TARGET_IRIX_TRUE=
  1899.   TARGET_IRIX_FALSE='#'
  1900. else
  1901.   TARGET_IRIX_TRUE='#'
  1902.   TARGET_IRIX_FALSE=
  1903. fi
  1904. if test $ARCH = bsdi; then
  1905.   TARGET_BSDI_TRUE=
  1906.   TARGET_BSDI_FALSE='#'
  1907. else
  1908.   TARGET_BSDI_TRUE='#'
  1909.   TARGET_BSDI_FALSE=
  1910. fi
  1911. if test $ARCH = freebsd; then
  1912.   TARGET_FREEBSD_TRUE=
  1913.   TARGET_FREEBSD_FALSE='#'
  1914. else
  1915.   TARGET_FREEBSD_TRUE='#'
  1916.   TARGET_FREEBSD_FALSE=
  1917. fi
  1918. if test $ARCH = netbsd; then
  1919.   TARGET_NETBSD_TRUE=
  1920.   TARGET_NETBSD_FALSE='#'
  1921. else
  1922.   TARGET_NETBSD_TRUE='#'
  1923.   TARGET_NETBSD_FALSE=
  1924. fi
  1925. if test $ARCH = openbsd; then
  1926.   TARGET_OPENBSD_TRUE=
  1927.   TARGET_OPENBSD_FALSE='#'
  1928. else
  1929.   TARGET_OPENBSD_TRUE='#'
  1930.   TARGET_OPENBSD_FALSE=
  1931. fi
  1932. if test $ARCH = aix; then
  1933.   TARGET_AIX_TRUE=
  1934.   TARGET_AIX_FALSE='#'
  1935. else
  1936.   TARGET_AIX_TRUE='#'
  1937.   TARGET_AIX_FALSE=
  1938. fi
  1939. if test $ARCH = win32; then
  1940.   TARGET_WIN32_TRUE=
  1941.   TARGET_WIN32_FALSE='#'
  1942. else
  1943.   TARGET_WIN32_TRUE='#'
  1944.   TARGET_WIN32_FALSE=
  1945. fi
  1946. if test $ARCH = beos; then
  1947.   TARGET_BEOS_TRUE=
  1948.   TARGET_BEOS_FALSE='#'
  1949. else
  1950.   TARGET_BEOS_TRUE='#'
  1951.   TARGET_BEOS_FALSE=
  1952. fi
  1953. if test $ARCH = macos; then
  1954.   TARGET_MACOS_TRUE=
  1955.   TARGET_MACOS_FALSE='#'
  1956. else
  1957.   TARGET_MACOS_TRUE='#'
  1958.   TARGET_MACOS_FALSE=
  1959. fi
  1960. if test $ARCH = macosx; then
  1961.   TARGET_MACOSX_TRUE=
  1962.   TARGET_MACOSX_FALSE='#'
  1963. else
  1964.   TARGET_MACOSX_TRUE='#'
  1965.   TARGET_MACOSX_FALSE=
  1966. fi
  1967. if test $ARCH = qnx; then
  1968.   TARGET_QNX_TRUE=
  1969.   TARGET_QNX_FALSE='#'
  1970. else
  1971.   TARGET_QNX_TRUE='#'
  1972.   TARGET_QNX_FALSE=
  1973. fi
  1974. if test $ARCH = mint; then
  1975.   TARGET_MINT_TRUE=
  1976.   TARGET_MINT_FALSE='#'
  1977. else
  1978.   TARGET_MINT_TRUE='#'
  1979.   TARGET_MINT_FALSE=
  1980. fi
  1981. # Set conditional variables for shared and static library selection.
  1982. # These are not used in any Makefile.am but in sdl-config.in.
  1983. if test "$enable_shared" = yes; then
  1984.   ENABLE_SHARED_TRUE=
  1985.   ENABLE_SHARED_FALSE='#'
  1986. else
  1987.   ENABLE_SHARED_TRUE='#'
  1988.   ENABLE_SHARED_FALSE=
  1989. fi
  1990. if test "$enable_static" = yes; then
  1991.   ENABLE_STATIC_TRUE=
  1992.   ENABLE_STATIC_FALSE='#'
  1993. else
  1994.   ENABLE_STATIC_TRUE='#'
  1995.   ENABLE_STATIC_FALSE=
  1996. fi
  1997. # Set runtime shared library paths as needed
  1998. if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
  1999.   SDL_RLD_FLAGS="-Wl,-rpath,${exec_prefix}/lib"
  2000. fi
  2001. if test $ARCH = solaris; then
  2002.   SDL_RLD_FLAGS="-R${exec_prefix}/lib"
  2003. fi
  2004. if test $ARCH = openbsd -o $ARCH = bsdi; then
  2005.     SHARED_SYSTEM_LIBS="$SYSTEM_LIBS"
  2006. else
  2007.     SHARED_SYSTEM_LIBS=""
  2008. fi
  2009. STATIC_SYSTEM_LIBS="$SYSTEM_LIBS"
  2010. if test x$enable_video = xtrue; then
  2011.     if test "$VIDEO_SUBDIRS" = ""; then
  2012.         { { echo "$as_me:$LINENO: error: *** No video drivers are enabled!" >&5
  2013. echo "$as_me: error: *** No video drivers are enabled!" >&2;}
  2014.    { (exit 1); exit 1; }; }
  2015.     fi
  2016. fi
  2017. CFLAGS="$CFLAGS -I$(top_srcdir)/include"
  2018. CFLAGS="$CFLAGS -I$(top_srcdir)/include/SDL"
  2019. CFLAGS="$CFLAGS -I$(top_srcdir)/src -I$(top_srcdir)/src/$ARCH"
  2020. CFLAGS="$CFLAGS -I$(top_srcdir)/src/main"
  2021. CFLAGS="$CFLAGS -I$(top_srcdir)/src/audio"
  2022. CFLAGS="$CFLAGS -I$(top_srcdir)/src/video"
  2023. CFLAGS="$CFLAGS -I$(top_srcdir)/src/video/XFree86/extensions"
  2024. CFLAGS="$CFLAGS -I$(top_srcdir)/src/events"
  2025. CFLAGS="$CFLAGS -I$(top_srcdir)/src/joystick"
  2026. CFLAGS="$CFLAGS -I$(top_srcdir)/src/cdrom"
  2027. CFLAGS="$CFLAGS -I$(top_srcdir)/src/thread"
  2028. CFLAGS="$CFLAGS -I$(top_srcdir)/src/timer"
  2029. CFLAGS="$CFLAGS -I$(top_srcdir)/src/endian"
  2030. CFLAGS="$CFLAGS -I$(top_srcdir)/src/file"
  2031. CXXFLAGS="$CFLAGS"
  2032. # Check for darwin at the very end and set up the Objective C compiler
  2033. # We do this here so that we get the full CFLAGS into OBJCFLAGS
  2034. case "$target" in
  2035.     *-*-darwin*)
  2036.         OBJC="cc"
  2037.         OBJCFLAGS="$CFLAGS"
  2038.         OBJCDEPMODE="$CCDEPMODE"
  2039.         ;;
  2040. esac
  2041. # Finally create all the generated files
  2042. 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"
  2043. ac_config_commands="$ac_config_commands default"
  2044. cat >confcache <<_ACEOF
  2045. # This file is a shell script that caches the results of configure
  2046. # tests run on this system so they can be shared between configure
  2047. # scripts and configure runs, see configure's option --config-cache.
  2048. # It is not useful on other systems.  If it contains results you don't
  2049. # want to keep, you may remove or edit it.
  2050. #
  2051. # config.status only pays attention to the cache file if you give it
  2052. # the --recheck option to rerun configure.
  2053. #
  2054. # `ac_cv_env_foo' variables (set or unset) will be overriden when
  2055. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  2056. # following values.
  2057. _ACEOF
  2058. # The following way of writing the cache mishandles newlines in values,
  2059. # but we know of no workaround that is simple, portable, and efficient.
  2060. # So, don't put newlines in cache variables' values.
  2061. # Ultrix sh set writes to stderr and can't be redirected directly,
  2062. # and sets the high bit in the cache file unless we assign to the vars.
  2063. {
  2064.   (set) 2>&1 |
  2065.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2066.     *ac_space= *)
  2067.       # `set' does not quote correctly, so add quotes (double-quote
  2068.       # substitution turns \\ into \, and sed turns \ into ).
  2069.       sed -n 
  2070.         "s/'/'\\''/g;
  2071.        s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  2072.       ;;
  2073.     *)
  2074.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  2075.       sed -n 
  2076.         "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  2077.       ;;
  2078.     esac;
  2079. } |
  2080.   sed '
  2081.      t clear
  2082.      : clear
  2083.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  2084.      t end
  2085.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  2086.      : end' >>confcache
  2087. if cmp -s $cache_file confcache; then :; else
  2088.   if test -w $cache_file; then
  2089.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  2090.     cat confcache >$cache_file
  2091.   else
  2092.     echo "not updating unwritable cache $cache_file"
  2093.   fi
  2094. fi
  2095. rm -f confcache
  2096. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2097. # Let make expand exec_prefix.
  2098. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2099. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  2100. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  2101. # trailing colons and then remove the whole line if VPATH becomes empty
  2102. # (actually we leave an empty line to preserve line numbers).
  2103. if test "x$srcdir" = x.; then
  2104.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  2105. s/:*$(srcdir):*/:/;
  2106. s/:*${srcdir}:*/:/;
  2107. s/:*@srcdir@:*/:/;
  2108. s/^([^=]*=[  ]*):*/1/;
  2109. s/:*$//;
  2110. s/^[^=]*=[  ]*$//;
  2111. }'
  2112. fi
  2113. # Transform confdefs.h into DEFS.
  2114. # Protect against shell expansion while executing Makefile rules.
  2115. # Protect against Makefile macro expansion.
  2116. #
  2117. # If the first sed substitution is executed (which looks for macros that
  2118. # take arguments), then we branch to the quote section.  Otherwise,
  2119. # look for a macro that doesn't take arguments.
  2120. cat >confdef2opt.sed <<_ACEOF
  2121. t clear
  2122. : clear
  2123. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*([^)]*))[  ]*(.*),-D1=2,g
  2124. t quote
  2125. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*),-D1=2,g
  2126. t quote
  2127. d
  2128. : quote
  2129. s,[  `~#$^&*(){}\|;'"<>?],\&,g
  2130. s,[,\&,g
  2131. s,],\&,g
  2132. s,$,$$,g
  2133. p
  2134. _ACEOF
  2135. # We use echo to avoid assuming a particular line-breaking character.
  2136. # The extra dot is to prevent the shell from consuming trailing
  2137. # line-breaks from the sub-command output.  A line-break within
  2138. # single-quotes doesn't work because, if this script is created in a
  2139. # platform that uses two characters for line-breaks (e.g., DOS), tr
  2140. # would break.
  2141. ac_LF_and_DOT=`echo; echo .`
  2142. DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
  2143. rm -f confdef2opt.sed
  2144. : ${CONFIG_STATUS=./config.status}
  2145. ac_clean_files_save=$ac_clean_files
  2146. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2147. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2148. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2149. cat >$CONFIG_STATUS <<_ACEOF
  2150. #! $SHELL
  2151. # Generated by $as_me.
  2152. # Run this file to recreate the current configuration.
  2153. # Compiler output produced by configure, useful for debugging
  2154. # configure, is in config.log if it exists.
  2155. debug=false
  2156. SHELL=${CONFIG_SHELL-$SHELL}
  2157. _ACEOF
  2158. cat >>$CONFIG_STATUS <<_ACEOF
  2159. ## --------------------- ##
  2160. ## M4sh Initialization.  ##
  2161. ## --------------------- ##
  2162. # Be Bourne compatible
  2163. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2164.   emulate sh
  2165.   NULLCMD=:
  2166. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2167.   set -o posix
  2168. fi
  2169. # NLS nuisances.
  2170. # Support unset when possible.
  2171. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
  2172.   as_unset=unset
  2173. else
  2174.   as_unset=false
  2175. fi
  2176. (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
  2177.     { $as_unset LANG || test "${LANG+set}" != set; } ||
  2178.       { LANG=C; export LANG; }
  2179. (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
  2180.     { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
  2181.       { LC_ALL=C; export LC_ALL; }
  2182. (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
  2183.     { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
  2184.       { LC_TIME=C; export LC_TIME; }
  2185. (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
  2186.     { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
  2187.       { LC_CTYPE=C; export LC_CTYPE; }
  2188. (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
  2189.     { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
  2190.       { LANGUAGE=C; export LANGUAGE; }
  2191. (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
  2192.     { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
  2193.       { LC_COLLATE=C; export LC_COLLATE; }
  2194. (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
  2195.     { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
  2196.       { LC_NUMERIC=C; export LC_NUMERIC; }
  2197. (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
  2198.     { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
  2199.       { LC_MESSAGES=C; export LC_MESSAGES; }
  2200. # Name of the executable.
  2201. as_me=`(basename "$0") 2>/dev/null ||
  2202. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2203.  X"$0" : 'X(//)$' | 
  2204.  X"$0" : 'X(/)$' | 
  2205.  .     : '(.)' 2>/dev/null ||
  2206. echo X/"$0" |
  2207.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2208.      /^X/(//)$/{ s//1/; q; }
  2209.      /^X/(/).*/{ s//1/; q; }
  2210.      s/.*/./; q'`
  2211. # PATH needs CR, and LINENO needs CR and PATH.
  2212. # Avoid depending upon Character Ranges.
  2213. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2214. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2215. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2216. as_cr_digits='0123456789'
  2217. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2218. # The user is always right.
  2219. if test "${PATH_SEPARATOR+set}" != set; then
  2220.   echo "#! /bin/sh" >conftest.sh
  2221.   echo  "exit 0"   >>conftest.sh
  2222.   chmod +x conftest.sh
  2223.   if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
  2224.     PATH_SEPARATOR=';'
  2225.   else
  2226.     PATH_SEPARATOR=:
  2227.   fi
  2228.   rm -f conftest.sh
  2229. fi
  2230.   as_lineno_1=$LINENO
  2231.   as_lineno_2=$LINENO
  2232.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2233.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2234.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2235.   # Find who we are.  Look in the path if we contain no path at all
  2236.   # relative or not.
  2237.   case $0 in
  2238.     *[\/]* ) as_myself=$0 ;;
  2239.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2240. for as_dir in $PATH
  2241. do
  2242.   IFS=$as_save_IFS
  2243.   test -z "$as_dir" && as_dir=.
  2244.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2245. done
  2246.        ;;
  2247.   esac
  2248.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2249.   # in which case we are not to be found in the path.
  2250.   if test "x$as_myself" = x; then
  2251.     as_myself=$0
  2252.   fi
  2253.   if test ! -f "$as_myself"; then
  2254.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2255. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2256.    { (exit 1); exit 1; }; }
  2257.   fi
  2258.   case $CONFIG_SHELL in
  2259.   '')
  2260.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2261. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2262. do
  2263.   IFS=$as_save_IFS
  2264.   test -z "$as_dir" && as_dir=.
  2265.   for as_base in sh bash ksh sh5; do
  2266.  case $as_dir in
  2267.  /*)
  2268.    if ("$as_dir/$as_base" -c '
  2269.   as_lineno_1=$LINENO
  2270.   as_lineno_2=$LINENO
  2271.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2272.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2273.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2274.      CONFIG_SHELL=$as_dir/$as_base
  2275.      export CONFIG_SHELL
  2276.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2277.    fi;;
  2278.  esac
  2279.        done
  2280. done
  2281. ;;
  2282.   esac
  2283.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2284.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2285.   # line-number line before each line; the second 'sed' does the real
  2286.   # work.  The second script uses 'N' to pair each line-number line
  2287.   # with the numbered line, and appends trailing '-' during
  2288.   # substitution so that $LINENO is not a special case at line end.
  2289.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2290.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2291.   sed '=' <$as_myself |
  2292.     sed '
  2293.       N
  2294.       s,$,-,
  2295.       : loop
  2296.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2297.       t loop
  2298.       s,-$,,
  2299.       s,^['$as_cr_digits']*n,,
  2300.     ' >$as_me.lineno &&
  2301.   chmod +x $as_me.lineno ||
  2302.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2303. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2304.    { (exit 1); exit 1; }; }
  2305.   # Don't try to exec as it changes $[0], causing all sort of problems
  2306.   # (the dirname of $[0] is not the place where we might find the
  2307.   # original and so on.  Autoconf is especially sensible to this).
  2308.   . ./$as_me.lineno
  2309.   # Exit status is that of the last command.
  2310.   exit
  2311. }
  2312. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2313.   *c*,-n*) ECHO_N= ECHO_C='
  2314. ' ECHO_T=' ' ;;
  2315.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2316.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2317. esac
  2318. if expr a : '(a)' >/dev/null 2>&1; then
  2319.   as_expr=expr
  2320. else
  2321.   as_expr=false
  2322. fi
  2323. rm -f conf$$ conf$$.exe conf$$.file
  2324. echo >conf$$.file
  2325. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2326.   # We could just check for DJGPP; but this test a) works b) is more generic
  2327.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2328.   if test -f conf$$.exe; then
  2329.     # Don't use ln at all; we don't have any links
  2330.     as_ln_s='cp -p'
  2331.   else
  2332.     as_ln_s='ln -s'
  2333.   fi
  2334. elif ln conf$$.file conf$$ 2>/dev/null; then
  2335.   as_ln_s=ln
  2336. else
  2337.   as_ln_s='cp -p'
  2338. fi
  2339. rm -f conf$$ conf$$.exe conf$$.file
  2340. as_executable_p="test -f"
  2341. # Sed expression to map a string onto a valid CPP name.
  2342. as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
  2343. # Sed expression to map a string onto a valid variable name.
  2344. as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
  2345. # IFS
  2346. # We need space, tab and new line, in precisely that order.
  2347. as_nl='
  2348. '
  2349. IFS="  $as_nl"
  2350. # CDPATH.
  2351. $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
  2352. exec 6>&1
  2353. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2354. # report actual input values of CONFIG_FILES etc. instead of their
  2355. # values after options handling.  Logging --version etc. is OK.
  2356. exec 5>>config.log
  2357. {
  2358.   echo
  2359.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2360. ## Running $as_me. ##
  2361. _ASBOX
  2362. } >&5
  2363. cat >&5 <<_CSEOF
  2364. This file was extended by $as_me, which was
  2365. generated by GNU Autoconf 2.53.  Invocation command line was
  2366.   CONFIG_FILES    = $CONFIG_FILES
  2367.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2368.   CONFIG_LINKS    = $CONFIG_LINKS
  2369.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2370.   $ $0 $@
  2371. _CSEOF
  2372. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2373. echo >&5
  2374. _ACEOF
  2375. # Files that config.status was made for.
  2376. if test -n "$ac_config_files"; then
  2377.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2378. fi
  2379. if test -n "$ac_config_headers"; then
  2380.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2381. fi
  2382. if test -n "$ac_config_links"; then
  2383.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2384. fi
  2385. if test -n "$ac_config_commands"; then
  2386.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2387. fi
  2388. cat >>$CONFIG_STATUS <<_ACEOF
  2389. ac_cs_usage="
  2390. `$as_me' instantiates files from templates according to the
  2391. current configuration.
  2392. Usage: $0 [OPTIONS] [FILE]...
  2393.   -h, --help       print this help, then exit
  2394.   -V, --version    print version number, then exit
  2395.   -d, --debug      don't remove temporary files
  2396.       --recheck    update $as_me by reconfiguring in the same conditions
  2397.   --file=FILE[:TEMPLATE]
  2398.                    instantiate the configuration file FILE
  2399. Configuration files:
  2400. $config_files
  2401. Configuration commands:
  2402. $config_commands
  2403. Report bugs to <bug-autoconf@gnu.org>."
  2404. _ACEOF
  2405. cat >>$CONFIG_STATUS <<_ACEOF
  2406. ac_cs_version="\
  2407. config.status
  2408. configured by $0, generated by GNU Autoconf 2.53,
  2409.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2410. Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
  2411. Free Software Foundation, Inc.
  2412. This config.status script is free software; the Free Software Foundation
  2413. gives unlimited permission to copy, distribute and modify it."
  2414. srcdir=$srcdir
  2415. INSTALL="$INSTALL"
  2416. _ACEOF
  2417. cat >>$CONFIG_STATUS <<_ACEOF
  2418. # If no file are specified by the user, then we need to provide default
  2419. # value.  By we need to know if files were specified by the user.
  2420. ac_need_defaults=:
  2421. while test $# != 0
  2422. do
  2423.   case $1 in
  2424.   --*=*)
  2425.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2426.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2427.     shift
  2428.     set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
  2429.     shift
  2430.     ;;
  2431.   -*);;
  2432.   *) # This is not an option, so the user has probably given explicit
  2433.      # arguments.
  2434.      ac_need_defaults=false;;
  2435.   esac
  2436.   case $1 in
  2437.   # Handling of the options.
  2438. _ACEOF
  2439. cat >>$CONFIG_STATUS <<_ACEOF
  2440.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2441.     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
  2442.     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
  2443. _ACEOF
  2444. cat >>$CONFIG_STATUS <<_ACEOF
  2445.   --version | --vers* | -V )
  2446.     echo "$ac_cs_version"; exit 0 ;;
  2447.   --he | --h)
  2448.     # Conflict between --help and --header
  2449.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2450. Try `$0 --help' for more information." >&5
  2451. echo "$as_me: error: ambiguous option: $1
  2452. Try `$0 --help' for more information." >&2;}
  2453.    { (exit 1); exit 1; }; };;
  2454.   --help | --hel | -h )
  2455.     echo "$ac_cs_usage"; exit 0 ;;
  2456.   --debug | --d* | -d )
  2457.     debug=: ;;
  2458.   --file | --fil | --fi | --f )
  2459.     shift
  2460.     CONFIG_FILES="$CONFIG_FILES $1"
  2461.     ac_need_defaults=false;;
  2462.   --header | --heade | --head | --hea )
  2463.     shift
  2464.     CONFIG_HEADERS="$CONFIG_HEADERS $1"
  2465.     ac_need_defaults=false;;
  2466.   # This is an error.
  2467.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2468. Try `$0 --help' for more information." >&5
  2469. echo "$as_me: error: unrecognized option: $1
  2470. Try `$0 --help' for more information." >&2;}
  2471.    { (exit 1); exit 1; }; } ;;
  2472.   *) ac_config_targets="$ac_config_targets $1" ;;
  2473.   esac
  2474.   shift
  2475. done
  2476. _ACEOF
  2477. cat >>$CONFIG_STATUS <<_ACEOF
  2478. #
  2479. # INIT-COMMANDS section.
  2480. #
  2481. AMDEP_TRUE="$AMDEP_TRUE"
  2482. ac_aux_dir="$ac_aux_dir"
  2483. _ACEOF
  2484. cat >>$CONFIG_STATUS <<_ACEOF
  2485. for ac_config_target in $ac_config_targets
  2486. do
  2487.   case "$ac_config_target" in
  2488.   # Handling of arguments.
  2489.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2490.   "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
  2491.   "docs/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/html/Makefile" ;;
  2492.   "docs/man3/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/man3/Makefile" ;;
  2493.   "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
  2494.   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  2495.   "src/main/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/main/Makefile" ;;
  2496.   "src/main/macosx/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/main/macosx/Makefile" ;;
  2497.   "src/main/macosx/Info.plist" ) CONFIG_FILES="$CONFIG_FILES src/main/macosx/Info.plist" ;;
  2498.   "src/audio/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/Makefile" ;;
  2499.   "src/audio/alsa/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/alsa/Makefile" ;;
  2500.   "src/audio/arts/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/arts/Makefile" ;;
  2501.   "src/audio/baudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/baudio/Makefile" ;;
  2502.   "src/audio/dma/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/dma/Makefile" ;;
  2503.   "src/audio/dmedia/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/dmedia/Makefile" ;;
  2504.   "src/audio/dsp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/dsp/Makefile" ;;
  2505.   "src/audio/esd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/esd/Makefile" ;;
  2506.   "src/audio/macrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/macrom/Makefile" ;;
  2507.   "src/audio/nas/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/nas/Makefile" ;;
  2508.   "src/audio/nto/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/nto/Makefile" ;;
  2509.   "src/audio/openbsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/openbsd/Makefile" ;;
  2510.   "src/audio/paudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/paudio/Makefile" ;;
  2511.   "src/audio/sun/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/sun/Makefile" ;;
  2512.   "src/audio/ums/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/ums/Makefile" ;;
  2513.   "src/audio/windib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/windib/Makefile" ;;
  2514.   "src/audio/windx5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/windx5/Makefile" ;;
  2515.   "src/audio/disk/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/audio/disk/Makefile" ;;
  2516.   "src/video/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/Makefile" ;;
  2517.   "src/video/XFree86/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Makefile" ;;
  2518.   "src/video/XFree86/extensions/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/extensions/Makefile" ;;
  2519.   "src/video/XFree86/Xinerama/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xinerama/Makefile" ;;
  2520.   "src/video/XFree86/Xv/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xv/Makefile" ;;
  2521.   "src/video/XFree86/Xxf86dga/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xxf86dga/Makefile" ;;
  2522.   "src/video/XFree86/Xxf86vm/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/XFree86/Xxf86vm/Makefile" ;;
  2523.   "src/video/cybergfx/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/cybergfx/Makefile" ;;
  2524.   "src/video/x11/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/x11/Makefile" ;;
  2525.   "src/video/dga/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/dga/Makefile" ;;
  2526.   "src/video/nanox/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/nanox/Makefile" ;;
  2527.   "src/video/fbcon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/fbcon/Makefile" ;;
  2528.   "src/video/directfb/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/directfb/Makefile" ;;
  2529.   "src/video/ps2gs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/ps2gs/Makefile" ;;
  2530.   "src/video/ggi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/ggi/Makefile" ;;
  2531.   "src/video/maccommon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/maccommon/Makefile" ;;
  2532.   "src/video/macdsp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/macdsp/Makefile" ;;
  2533.   "src/video/macrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/macrom/Makefile" ;;
  2534.   "src/video/quartz/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/quartz/Makefile" ;;
  2535.   "src/video/svga/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/svga/Makefile" ;;
  2536.   "src/video/vgl/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/vgl/Makefile" ;;
  2537.   "src/video/aalib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/aalib/Makefile" ;;
  2538.   "src/video/wincommon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/wincommon/Makefile" ;;
  2539.   "src/video/windib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/windib/Makefile" ;;
  2540.   "src/video/windx5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/windx5/Makefile" ;;
  2541.   "src/video/bwindow/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/bwindow/Makefile" ;;
  2542.   "src/video/photon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/photon/Makefile" ;;
  2543.   "src/video/epoc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/epoc/Makefile" ;;
  2544.   "src/video/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/dummy/Makefile" ;;
  2545.   "src/video/ataricommon/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/ataricommon/Makefile" ;;
  2546.   "src/video/xbios/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/xbios/Makefile" ;;
  2547.   "src/video/gem/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/video/gem/Makefile" ;;
  2548.   "src/events/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/events/Makefile" ;;
  2549.   "src/joystick/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/Makefile" ;;
  2550.   "src/joystick/amigaos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/amigaos/Makefile" ;;
  2551.   "src/joystick/beos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/beos/Makefile" ;;
  2552.   "src/joystick/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/bsd/Makefile" ;;
  2553.   "src/joystick/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/darwin/Makefile" ;;
  2554.   "src/joystick/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/dummy/Makefile" ;;
  2555.   "src/joystick/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/linux/Makefile" ;;
  2556.   "src/joystick/macos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/macos/Makefile" ;;
  2557.   "src/joystick/mint/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/mint/Makefile" ;;
  2558.   "src/joystick/win32/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/joystick/win32/Makefile" ;;
  2559.   "src/cdrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/Makefile" ;;
  2560.   "src/cdrom/aix/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/aix/Makefile" ;;
  2561.   "src/cdrom/beos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/beos/Makefile" ;;
  2562.   "src/cdrom/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/dummy/Makefile" ;;
  2563.   "src/cdrom/bsdi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/bsdi/Makefile" ;;
  2564.   "src/cdrom/freebsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/freebsd/Makefile" ;;
  2565.   "src/cdrom/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/linux/Makefile" ;;
  2566.   "src/cdrom/macos/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/macos/Makefile" ;;
  2567.   "src/cdrom/openbsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/openbsd/Makefile" ;;
  2568.   "src/cdrom/qnx/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/qnx/Makefile" ;;
  2569.   "src/cdrom/win32/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cdrom/win32/Makefile" ;;
  2570.   "src/thread/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/thread/Makefile" ;;
  2571.   "src/timer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/timer/Makefile" ;;
  2572.   "src/endian/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/endian/Makefile" ;;
  2573.   "src/file/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/file/Makefile" ;;
  2574.   "src/hermes/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/hermes/Makefile" ;;
  2575.   "sdl-config" ) CONFIG_FILES="$CONFIG_FILES sdl-config" ;;
  2576.   "SDL.spec" ) CONFIG_FILES="$CONFIG_FILES SDL.spec" ;;
  2577.   "VisualC/Makefile" ) CONFIG_FILES="$CONFIG_FILES VisualC/Makefile" ;;
  2578.   "VisualC/SDL/Makefile" ) CONFIG_FILES="$CONFIG_FILES VisualC/SDL/Makefile" ;;
  2579.   "VisualC/SDLMain/Makefile" ) CONFIG_FILES="$CONFIG_FILES VisualC/SDLMain/Makefile" ;;
  2580.   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
  2581.   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
  2582.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2583. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2584.    { (exit 1); exit 1; }; };;
  2585.   esac
  2586. done
  2587. # If the user did not use the arguments to specify the items to instantiate,
  2588. # then the envvar interface is used.  Set only those that are not.
  2589. # We use the long form for the default assignment because of an extremely
  2590. # bizarre bug on SunOS 4.1.3.
  2591. if $ac_need_defaults; then
  2592.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2593.   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  2594. fi
  2595. # Create a temporary directory, and hook for its removal unless debugging.
  2596. $debug ||
  2597. {
  2598.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2599.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2600. }
  2601. # Create a (secure) tmp directory for tmp files.
  2602. : ${TMPDIR=/tmp}
  2603. {
  2604.   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
  2605.   test -n "$tmp" && test -d "$tmp"
  2606. }  ||
  2607. {
  2608.   tmp=$TMPDIR/cs$$-$RANDOM
  2609.   (umask 077 && mkdir $tmp)
  2610. } ||
  2611. {
  2612.    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
  2613.    { (exit 1); exit 1; }
  2614. }
  2615. _ACEOF
  2616. cat >>$CONFIG_STATUS <<_ACEOF
  2617. #
  2618. # CONFIG_FILES section.
  2619. #
  2620. # No need to generate the scripts if there are no CONFIG_FILES.
  2621. # This happens for instance when ./config.status config.h
  2622. if test -n "$CONFIG_FILES"; then
  2623.   # Protect against being on the right side of a sed subst in config.status.
  2624.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2625.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2626. s,@SHELL@,$SHELL,;t t
  2627. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2628. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2629. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2630. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2631. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2632. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2633. s,@exec_prefix@,$exec_prefix,;t t
  2634. s,@prefix@,$prefix,;t t
  2635. s,@program_transform_name@,$program_transform_name,;t t
  2636. s,@bindir@,$bindir,;t t
  2637. s,@sbindir@,$sbindir,;t t
  2638. s,@libexecdir@,$libexecdir,;t t
  2639. s,@datadir@,$datadir,;t t
  2640. s,@sysconfdir@,$sysconfdir,;t t
  2641. s,@sharedstatedir@,$sharedstatedir,;t t
  2642. s,@localstatedir@,$localstatedir,;t t
  2643. s,@libdir@,$libdir,;t t
  2644. s,@includedir@,$includedir,;t t
  2645. s,@oldincludedir@,$oldincludedir,;t t
  2646. s,@infodir@,$infodir,;t t
  2647. s,@mandir@,$mandir,;t t
  2648. s,@build_alias@,$build_alias,;t t
  2649. s,@host_alias@,$host_alias,;t t
  2650. s,@target_alias@,$target_alias,;t t
  2651. s,@DEFS@,$DEFS,;t t
  2652. s,@ECHO_C@,$ECHO_C,;t t
  2653. s,@ECHO_N@,$ECHO_N,;t t
  2654. s,@ECHO_T@,$ECHO_T,;t t
  2655. s,@LIBS@,$LIBS,;t t
  2656. s,@SDL_MAJOR_VERSION@,$SDL_MAJOR_VERSION,;t t
  2657. s,@SDL_MINOR_VERSION@,$SDL_MINOR_VERSION,;t t
  2658. s,@SDL_MICRO_VERSION@,$SDL_MICRO_VERSION,;t t
  2659. s,@SDL_INTERFACE_AGE@,$SDL_INTERFACE_AGE,;t t
  2660. s,@SDL_BINARY_AGE@,$SDL_BINARY_AGE,;t t
  2661. s,@SDL_VERSION@,$SDL_VERSION,;t t
  2662. s,@LT_RELEASE@,$LT_RELEASE,;t t
  2663. s,@LT_CURRENT@,$LT_CURRENT,;t t
  2664. s,@LT_REVISION@,$LT_REVISION,;t t
  2665. s,@LT_AGE@,$LT_AGE,;t t
  2666. s,@build@,$build,;t t
  2667. s,@build_cpu@,$build_cpu,;t t
  2668. s,@build_vendor@,$build_vendor,;t t
  2669. s,@build_os@,$build_os,;t t
  2670. s,@host@,$host,;t t
  2671. s,@host_cpu@,$host_cpu,;t t
  2672. s,@host_vendor@,$host_vendor,;t t
  2673. s,@host_os@,$host_os,;t t
  2674. s,@target@,$target,;t t
  2675. s,@target_cpu@,$target_cpu,;t t
  2676. s,@target_vendor@,$target_vendor,;t t
  2677. s,@target_os@,$target_os,;t t
  2678. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2679. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2680. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2681. s,@PACKAGE@,$PACKAGE,;t t
  2682. s,@VERSION@,$VERSION,;t t
  2683. s,@EXEEXT@,$EXEEXT,;t t
  2684. s,@OBJEXT@,$OBJEXT,;t t
  2685. s,@ACLOCAL@,$ACLOCAL,;t t
  2686. s,@AUTOCONF@,$AUTOCONF,;t t
  2687. s,@AUTOMAKE@,$AUTOMAKE,;t t
  2688. s,@AUTOHEADER@,$AUTOHEADER,;t t
  2689. s,@MAKEINFO@,$MAKEINFO,;t t
  2690. s,@AMTAR@,$AMTAR,;t t
  2691. s,@install_sh@,$install_sh,;t t
  2692. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  2693. s,@AWK@,$AWK,;t t
  2694. s,@SET_MAKE@,$SET_MAKE,;t t
  2695. s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
  2696. s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
  2697. s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
  2698. s,@DEPDIR@,$DEPDIR,;t t
  2699. s,@RANLIB@,$RANLIB,;t t
  2700. s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
  2701. s,@CC@,$CC,;t t
  2702. s,@CFLAGS@,$CFLAGS,;t t
  2703. s,@LDFLAGS@,$LDFLAGS,;t t
  2704. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2705. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2706. s,@am__include@,$am__include,;t t
  2707. s,@am__quote@,$am__quote,;t t
  2708. s,@CCDEPMODE@,$CCDEPMODE,;t t
  2709. s,@LN_S@,$LN_S,;t t
  2710. s,@LIBTOOL@,$LIBTOOL,;t t
  2711. s,@OBJC@,$OBJC,;t t
  2712. s,@CXX@,$CXX,;t t
  2713. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2714. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2715. s,@CXXDEPMODE@,$CXXDEPMODE,;t t
  2716. s,@ALLOCA@,$ALLOCA,;t t
  2717. s,@CPP@,$CPP,;t t
  2718. s,@ASFLAGS@,$ASFLAGS,;t t
  2719. s,@CCAS@,$CCAS,;t t
  2720. s,@CCASFLAGS@,$CCASFLAGS,;t t
  2721. s,@USE_DIRECTX_TRUE@,$USE_DIRECTX_TRUE,;t t
  2722. s,@USE_DIRECTX_FALSE@,$USE_DIRECTX_FALSE,;t t
  2723. s,@ESD_CONFIG@,$ESD_CONFIG,;t t
  2724. s,@ESD_CFLAGS@,$ESD_CFLAGS,;t t
  2725. s,@ESD_LIBS@,$ESD_LIBS,;t t
  2726. s,@esd_lib@,$esd_lib,;t t
  2727. s,@ARTSCCONFIG@,$ARTSCCONFIG,;t t
  2728. s,@arts_lib@,$arts_lib,;t t
  2729. s,@NASM@,$NASM,;t t
  2730. s,@NASMFLAGS@,$NASMFLAGS,;t t
  2731. s,@X_CFLAGS@,$X_CFLAGS,;t t
  2732. s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
  2733. s,@X_LIBS@,$X_LIBS,;t t
  2734. s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
  2735. s,@PKG_CONFIG@,$PKG_CONFIG,;t t
  2736. s,@DIRECTFB_CFLAGS@,$DIRECTFB_CFLAGS,;t t
  2737. s,@DIRECTFB_LIBS@,$DIRECTFB_LIBS,;t t
  2738. s,@USE_CLONE_TRUE@,$USE_CLONE_TRUE,;t t
  2739. s,@USE_CLONE_FALSE@,$USE_CLONE_FALSE,;t t
  2740. s,@PTH_CONFIG@,$PTH_CONFIG,;t t
  2741. s,@ARCH@,$ARCH,;t t
  2742. s,@TARGET_LINUX_TRUE@,$TARGET_LINUX_TRUE,;t t
  2743. s,@TARGET_LINUX_FALSE@,$TARGET_LINUX_FALSE,;t t
  2744. s,@TARGET_SOLARIS_TRUE@,$TARGET_SOLARIS_TRUE,;t t
  2745. s,@TARGET_SOLARIS_FALSE@,$TARGET_SOLARIS_FALSE,;t t
  2746. s,@TARGET_IRIX_TRUE@,$TARGET_IRIX_TRUE,;t t
  2747. s,@TARGET_IRIX_FALSE@,$TARGET_IRIX_FALSE,;t t
  2748. s,@TARGET_BSDI_TRUE@,$TARGET_BSDI_TRUE,;t t
  2749. s,@TARGET_BSDI_FALSE@,$TARGET_BSDI_FALSE,;t t
  2750. s,@TARGET_FREEBSD_TRUE@,$TARGET_FREEBSD_TRUE,;t t
  2751. s,@TARGET_FREEBSD_FALSE@,$TARGET_FREEBSD_FALSE,;t t
  2752. s,@TARGET_NETBSD_TRUE@,$TARGET_NETBSD_TRUE,;t t
  2753. s,@TARGET_NETBSD_FALSE@,$TARGET_NETBSD_FALSE,;t t
  2754. s,@TARGET_OPENBSD_TRUE@,$TARGET_OPENBSD_TRUE,;t t
  2755. s,@TARGET_OPENBSD_FALSE@,$TARGET_OPENBSD_FALSE,;t t
  2756. s,@TARGET_AIX_TRUE@,$TARGET_AIX_TRUE,;t t
  2757. s,@TARGET_AIX_FALSE@,$TARGET_AIX_FALSE,;t t
  2758. s,@TARGET_WIN32_TRUE@,$TARGET_WIN32_TRUE,;t t
  2759. s,@TARGET_WIN32_FALSE@,$TARGET_WIN32_FALSE,;t t
  2760. s,@TARGET_BEOS_TRUE@,$TARGET_BEOS_TRUE,;t t
  2761. s,@TARGET_BEOS_FALSE@,$TARGET_BEOS_FALSE,;t t
  2762. s,@TARGET_MACOS_TRUE@,$TARGET_MACOS_TRUE,;t t
  2763. s,@TARGET_MACOS_FALSE@,$TARGET_MACOS_FALSE,;t t
  2764. s,@TARGET_MACOSX_TRUE@,$TARGET_MACOSX_TRUE,;t t
  2765. s,@TARGET_MACOSX_FALSE@,$TARGET_MACOSX_FALSE,;t t
  2766. s,@TARGET_QNX_TRUE@,$TARGET_QNX_TRUE,;t t
  2767. s,@TARGET_QNX_FALSE@,$TARGET_QNX_FALSE,;t t
  2768. s,@TARGET_MINT_TRUE@,$TARGET_MINT_TRUE,;t t
  2769. s,@TARGET_MINT_FALSE@,$TARGET_MINT_FALSE,;t t
  2770. s,@ENABLE_SHARED_TRUE@,$ENABLE_SHARED_TRUE,;t t
  2771. s,@ENABLE_SHARED_FALSE@,$ENABLE_SHARED_FALSE,;t t
  2772. s,@ENABLE_STATIC_TRUE@,$ENABLE_STATIC_TRUE,;t t
  2773. s,@ENABLE_STATIC_FALSE@,$ENABLE_STATIC_FALSE,;t t
  2774. s,@AUDIO_SUBDIRS@,$AUDIO_SUBDIRS,;t t
  2775. s,@AUDIO_DRIVERS@,$AUDIO_DRIVERS,;t t
  2776. s,@VIDEO_SUBDIRS@,$VIDEO_SUBDIRS,;t t
  2777. s,@VIDEO_DRIVERS@,$VIDEO_DRIVERS,;t t
  2778. s,@JOYSTICK_SUBDIRS@,$JOYSTICK_SUBDIRS,;t t
  2779. s,@JOYSTICK_DRIVERS@,$JOYSTICK_DRIVERS,;t t
  2780. s,@CDROM_SUBDIRS@,$CDROM_SUBDIRS,;t t
  2781. s,@CDROM_DRIVERS@,$CDROM_DRIVERS,;t t
  2782. s,@SDL_EXTRADIRS@,$SDL_EXTRADIRS,;t t
  2783. s,@SDL_EXTRALIBS@,$SDL_EXTRALIBS,;t t
  2784. s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
  2785. s,@SDL_LIBS@,$SDL_LIBS,;t t
  2786. s,@SDL_RLD_FLAGS@,$SDL_RLD_FLAGS,;t t
  2787. s,@STATIC_SYSTEM_LIBS@,$STATIC_SYSTEM_LIBS,;t t
  2788. s,@SHARED_SYSTEM_LIBS@,$SHARED_SYSTEM_LIBS,;t t
  2789. s,@SYSTEM_LIBS@,$SYSTEM_LIBS,;t t
  2790. s,@OBJCFLAGS@,$OBJCFLAGS,;t t
  2791. s,@OBJCDEPMODE@,$OBJCDEPMODE,;t t
  2792. CEOF
  2793. _ACEOF
  2794.   cat >>$CONFIG_STATUS <<_ACEOF
  2795.   # Split the substitutions into bite-sized pieces for seds with
  2796.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2797.   ac_max_sed_lines=48
  2798.   ac_sed_frag=1 # Number of current file.
  2799.   ac_beg=1 # First line for current file.
  2800.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2801.   ac_more_lines=:
  2802.   ac_sed_cmds=
  2803.   while $ac_more_lines; do
  2804.     if test $ac_beg -gt 1; then
  2805.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2806.     else
  2807.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2808.     fi
  2809.     if test ! -s $tmp/subs.frag; then
  2810.       ac_more_lines=false
  2811.     else
  2812.       # The purpose of the label and of the branching condition is to
  2813.       # speed up the sed processing (if there are no `@' at all, there
  2814.       # is no need to browse any of the substitutions).
  2815.       # These are the two extra sed commands mentioned above.
  2816.       (echo ':t
  2817.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  2818.       if test -z "$ac_sed_cmds"; then
  2819.    ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  2820.       else
  2821.    ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  2822.       fi
  2823.       ac_sed_frag=`expr $ac_sed_frag + 1`
  2824.       ac_beg=$ac_end
  2825.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  2826.     fi
  2827.   done
  2828.   if test -z "$ac_sed_cmds"; then
  2829.     ac_sed_cmds=cat
  2830.   fi
  2831. fi # test -n "$CONFIG_FILES"
  2832. _ACEOF
  2833. cat >>$CONFIG_STATUS <<_ACEOF
  2834. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  2835.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2836.   case $ac_file in
  2837.   - | *:- | *:-:* ) # input from stdin
  2838.         cat >$tmp/stdin
  2839.         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2840.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2841.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2842.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2843.   * )   ac_file_in=$ac_file.in ;;
  2844.   esac
  2845.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  2846.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2847. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2848.          X"$ac_file" : 'X(//)[^/]' | 
  2849.          X"$ac_file" : 'X(//)$' | 
  2850.          X"$ac_file" : 'X(/)' | 
  2851.          .     : '(.)' 2>/dev/null ||
  2852. echo X"$ac_file" |
  2853.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2854.      /^X(//)[^/].*/{ s//1/; q; }
  2855.      /^X(//)$/{ s//1/; q; }
  2856.      /^X(/).*/{ s//1/; q; }
  2857.      s/.*/./; q'`
  2858.   { case "$ac_dir" in
  2859.   [\/]* | ?:[\/]* ) as_incr_dir=;;
  2860.   *)                      as_incr_dir=.;;
  2861. esac
  2862. as_dummy="$ac_dir"
  2863. for as_mkdir_dir in `IFS='/\'; set X $as_dummy; shift; echo "$@"`; do
  2864.   case $as_mkdir_dir in
  2865.     # Skip DOS drivespec
  2866.     ?:) as_incr_dir=$as_mkdir_dir ;;
  2867.     *)
  2868.       as_incr_dir=$as_incr_dir/$as_mkdir_dir
  2869.       test -d "$as_incr_dir" ||
  2870.         mkdir "$as_incr_dir" ||
  2871. { { echo "$as_me:$LINENO: error: cannot create "$ac_dir"" >&5
  2872. echo "$as_me: error: cannot create "$ac_dir"" >&2;}
  2873.    { (exit 1); exit 1; }; }
  2874.     ;;
  2875.   esac
  2876. done; }
  2877.   ac_builddir=.
  2878. if test "$ac_dir" != .; then
  2879.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  2880.   # A "../" for each directory in $ac_dir_suffix.
  2881.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  2882. else
  2883.   ac_dir_suffix= ac_top_builddir=
  2884. fi
  2885. case $srcdir in
  2886.   .)  # No --srcdir option.  We are building in place.
  2887.     ac_srcdir=.
  2888.     if test -z "$ac_top_builddir"; then
  2889.        ac_top_srcdir=.
  2890.     else
  2891.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  2892.     fi ;;
  2893.   [\/]* | ?:[\/]* )  # Absolute path.
  2894.     ac_srcdir=$srcdir$ac_dir_suffix;
  2895.     ac_top_srcdir=$srcdir ;;
  2896.   *) # Relative path.
  2897.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  2898.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  2899. esac
  2900. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  2901. # absolute.
  2902. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  2903. ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
  2904. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  2905. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  2906.   case $INSTALL in
  2907.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  2908.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  2909.   esac
  2910.   if test x"$ac_file" != x-; then
  2911.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  2912. echo "$as_me: creating $ac_file" >&6;}
  2913.     rm -f "$ac_file"
  2914.   fi
  2915.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2916.   # use $as_me), people would be surprised to read:
  2917.   #    /* config.h.  Generated by config.status.  */
  2918.   if test x"$ac_file" = x-; then
  2919.     configure_input=
  2920.   else
  2921.     configure_input="$ac_file.  "
  2922.   fi
  2923.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  2924.                                      sed 's,.*/,,'` by configure."
  2925.   # First look for the input files in the build tree, otherwise in the
  2926.   # src tree.
  2927.   ac_file_inputs=`IFS=:
  2928.     for f in $ac_file_in; do
  2929.       case $f in
  2930.       -) echo $tmp/stdin ;;
  2931.       [\/$]*)
  2932.          # Absolute (can't be DOS-style, as IFS=:)
  2933.          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2934. echo "$as_me: error: cannot find input file: $f" >&2;}
  2935.    { (exit 1); exit 1; }; }
  2936.          echo $f;;
  2937.       *) # Relative
  2938.          if test -f "$f"; then
  2939.            # Build tree
  2940.            echo $f
  2941.          elif test -f "$srcdir/$f"; then
  2942.            # Source tree
  2943.            echo $srcdir/$f
  2944.          else
  2945.            # /dev/null tree
  2946.            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2947. echo "$as_me: error: cannot find input file: $f" >&2;}
  2948.    { (exit 1); exit 1; }; }
  2949.          fi;;
  2950.       esac
  2951.     done` || { (exit 1); exit 1; }
  2952. _ACEOF
  2953. cat >>$CONFIG_STATUS <<_ACEOF
  2954.   sed "$ac_vpsub
  2955. $extrasub
  2956. _ACEOF
  2957. cat >>$CONFIG_STATUS <<_ACEOF
  2958. :t
  2959. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2960. s,@configure_input@,$configure_input,;t t
  2961. s,@srcdir@,$ac_srcdir,;t t
  2962. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  2963. s,@top_srcdir@,$ac_top_srcdir,;t t
  2964. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  2965. s,@builddir@,$ac_builddir,;t t
  2966. s,@abs_builddir@,$ac_abs_builddir,;t t
  2967. s,@top_builddir@,$ac_top_builddir,;t t
  2968. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  2969. s,@INSTALL@,$ac_INSTALL,;t t
  2970. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  2971.   rm -f $tmp/stdin
  2972.   if test x"$ac_file" != x-; then
  2973.     mv $tmp/out $ac_file
  2974.   else
  2975.     cat $tmp/out
  2976.     rm -f $tmp/out
  2977.   fi
  2978. done
  2979. _ACEOF
  2980. cat >>$CONFIG_STATUS <<_ACEOF
  2981. #
  2982. # CONFIG_COMMANDS section.
  2983. #
  2984. for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
  2985.   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
  2986.   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2987.   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
  2988. $as_expr X"$ac_dest" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2989.          X"$ac_dest" : 'X(//)[^/]' | 
  2990.          X"$ac_dest" : 'X(//)$' | 
  2991.          X"$ac_dest" : 'X(/)' | 
  2992.          .     : '(.)' 2>/dev/null ||
  2993. echo X"$ac_dest" |
  2994.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2995.      /^X(//)[^/].*/{ s//1/; q; }
  2996.      /^X(//)$/{ s//1/; q; }
  2997.      /^X(/).*/{ s//1/; q; }
  2998.      s/.*/./; q'`
  2999.   ac_builddir=.
  3000. if test "$ac_dir" != .; then
  3001.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3002.   # A "../" for each directory in $ac_dir_suffix.
  3003.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3004. else
  3005.   ac_dir_suffix= ac_top_builddir=
  3006. fi
  3007. case $srcdir in
  3008.   .)  # No --srcdir option.  We are building in place.
  3009.     ac_srcdir=.
  3010.     if test -z "$ac_top_builddir"; then
  3011.        ac_top_srcdir=.
  3012.     else
  3013.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3014.     fi ;;
  3015.   [\/]* | ?:[\/]* )  # Absolute path.
  3016.     ac_srcdir=$srcdir$ac_dir_suffix;
  3017.     ac_top_srcdir=$srcdir ;;
  3018.   *) # Relative path.
  3019.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3020.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3021. esac
  3022. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  3023. # absolute.
  3024. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  3025. ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
  3026. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  3027. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  3028.   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
  3029. echo "$as_me: executing $ac_dest commands" >&6;}
  3030.   case $ac_dest in
  3031.     default-1 )
  3032. test x"$AMDEP_TRUE" != x"" ||
  3033. for mf in $CONFIG_FILES; do
  3034.   case "$mf" in
  3035.   Makefile) dirpart=.;;
  3036.   */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
  3037.   *) continue;;
  3038.   esac
  3039.   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
  3040.   # Extract the definition of DEP_FILES from the Makefile without
  3041.   # running `make'.
  3042.   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
  3043.   test -z "$DEPDIR" && continue
  3044.   # When using ansi2knr, U may be empty or an underscore; expand it
  3045.   U=`sed -n -e '/^U = / s///p' < "$mf"`
  3046.   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
  3047.   # We invoke sed twice because it is the simplest approach to
  3048.   # changing $(DEPDIR) to its actual value in the expansion.
  3049.   for file in `sed -n -e '
  3050.     /^DEP_FILES = .*\\$/ {
  3051.       s/^DEP_FILES = //
  3052.       :loop
  3053. s/\\$//
  3054. p
  3055. n
  3056. /\\$/ b loop
  3057.       p
  3058.     }
  3059.     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | 
  3060.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  3061.     # Make sure the directory exists.
  3062.     test -f "$dirpart/$file" && continue
  3063.     fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
  3064.     $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
  3065.     # echo "creating $dirpart/$file"
  3066.     echo '# dummy' > "$dirpart/$file"
  3067.   done
  3068. done
  3069.  ;;
  3070.     default ) chmod +x sdl-config ;;
  3071.   esac
  3072. done
  3073. _ACEOF
  3074. cat >>$CONFIG_STATUS <<_ACEOF
  3075. { (exit 0); exit 0; }
  3076. _ACEOF
  3077. chmod +x $CONFIG_STATUS
  3078. ac_clean_files=$ac_clean_files_save
  3079. # configure is writing to config.log, and then calls config.status.
  3080. # config.status does its own redirection, appending to config.log.
  3081. # Unfortunately, on DOS this fails, as config.log is still kept open
  3082. # by configure, so config.status won't be able to write to it; its
  3083. # output is simply discarded.  So we exec the FD to /dev/null,
  3084. # effectively closing config.log, so it can be properly (re)opened and
  3085. # appended to by config.status.  When coming back to configure, we
  3086. # need to make the FD available again.
  3087. if test "$no_create" != yes; then
  3088.   ac_cs_success=:
  3089.   exec 5>/dev/null
  3090.   $SHELL $CONFIG_STATUS || ac_cs_success=false
  3091.   exec 5>>config.log
  3092.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3093.   # would make configure fail if this is the last instruction.
  3094.   $ac_cs_success || { (exit 1); exit 1; }
  3095. fi