Changeset 117

Show
Ignore:
Timestamp:
09/08/06 19:50:15 (5 years ago)
Author:
ath
Message:

Add some support for cueing to FmInputCDJ and use pkg-config to check for ALSA.

Location:
fm_server/trunk
Files:
16 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk/.anjuta/anjuta.session

    r86 r117  
    55 
    66[File Loader] 
    7 Files=file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/fm_input_gst/fm_input_gst.c#456%%%file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/fm_input_gst/gstfmsink.c#167 
     7Files=file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/fm_input_gst/fm_input_gst.c#701%%%file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/fm_input_gst/gstfmsink.c#305%%%file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/fm_input_gst/fm_input_gst_common.h#1%%%file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/fm_input_cdj.c#333%%%file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/fm_input_cdj.h#20%%%file:///home/ath/Projects/fm/freemix/fm_server/trunk/src/main.c#130 
    88 
    99[Execution] 
  • fm_server/trunk/.anjuta/default.anjuta

    r86 r117  
    11<?xml version="1.0"?> 
    22<anjuta> 
    3     <plugin name="Terminal" mandatory="no"> 
    4         <require group="Anjuta Plugin" 
    5                  attribute="Location" 
    6                  value="anjuta-terminal:TerminalPlugin"/> 
    7     </plugin> 
    83    <plugin name="C++ and Java support Plugin" mandatory="no"> 
    94        <require group="Anjuta Plugin" 
    105                 attribute="Location" 
    116                 value="anjuta-language-cpp-java:CppJavaPlugin"/> 
    12     </plugin> 
    13     <plugin name="Debugger" mandatory="no"> 
    14         <require group="Anjuta Plugin" 
    15                  attribute="Location" 
    16                  value="anjuta-debug-manager:DebugManagerPlugin"/> 
    177    </plugin> 
    188    <plugin name="Gdb" mandatory="no"> 
     
    2616                 value="anjuta-editor:EditorPlugin"/> 
    2717    </plugin> 
     18    <plugin name="Terminal" mandatory="no"> 
     19        <require group="Anjuta Plugin" 
     20                 attribute="Location" 
     21                 value="anjuta-terminal:TerminalPlugin"/> 
     22    </plugin> 
     23    <plugin name="Debugger" mandatory="no"> 
     24        <require group="Anjuta Plugin" 
     25                 attribute="Location" 
     26                 value="anjuta-debug-manager:DebugManagerPlugin"/> 
     27    </plugin> 
    2828</anjuta> 
  • fm_server/trunk/.anjuta/dock-layout.xml

    r86 r117  
    11<?xml version="1.0"?> 
    2 <dock-layout><layout name="__default__"><dock name="__dock_1" floating="no" width="-1" height="-1" floatx="0" floaty="0"><paned orientation="vertical" locked="no" position="678"><placeholder name="ph_center" next-placement="center"/><paned orientation="horizontal" locked="no" position="266"><notebook orientation="vertical" locked="no" page="2"><item name="AnjutaSymbolBrowser" orientation="vertical" locked="no"><placeholder name="ph_left" next-placement="center"/></item><item name="AnjutaFileManager" orientation="vertical" locked="no"/><item name="AnjutaProjectManager" orientation="vertical" locked="no"/></notebook><notebook orientation="vertical" locked="no" page="0"><placeholder name="ph_right" next-placement="right"/><item name="AnjutaDocumentManager" orientation="vertical" locked="no"><placeholder name="ph_top" next-placement="center"/></item><item name="AnjutaTodoPlugin" orientation="vertical" locked="no"/></notebook></paned><notebook orientation="vertical" locked="no" page="0"><item name="AnjutaMessageView" orientation="vertical" locked="no"/><item name="IAnjutaDebugger_Breakpoint" orientation="vertical" locked="no"/><item name="AnjutaDebuggerWatch" orientation="vertical" locked="no"/></notebook></paned></dock></layout></dock-layout> 
     2<dock-layout><layout name="__default__"><dock name="__dock_1" floating="no" width="-1" height="-1" floatx="0" floaty="0"><paned orientation="vertical" locked="no" position="644"><placeholder name="ph_bottom" next-placement="right"/><placeholder name="ph_center" next-placement="center"/><paned orientation="horizontal" locked="no" position="266"><notebook orientation="vertical" locked="no" page="2"><item name="AnjutaSymbolBrowser" orientation="vertical" locked="no"><placeholder name="ph_left" next-placement="center"/></item><item name="AnjutaFileManager" orientation="vertical" locked="no"/><item name="AnjutaProjectManager" orientation="vertical" locked="no"/></notebook><notebook orientation="vertical" locked="no" page="0"><placeholder name="ph_right" next-placement="right"/><item name="AnjutaDocumentManager" orientation="vertical" locked="no"><placeholder name="ph_top" next-placement="center"/></item><item name="AnjutaTodoPlugin" orientation="vertical" locked="no"/></notebook></paned><notebook orientation="vertical" locked="no" page="0"><item name="AnjutaMessageView" orientation="vertical" locked="no"/><item name="IAnjutaDebugger_Breakpoint" orientation="vertical" locked="no"/><item name="AnjutaDebuggerWatch" orientation="vertical" locked="no"/></notebook></paned></dock></layout></dock-layout> 
  • fm_server/trunk/Makefile.in

    r12 r117  
    8787ACLOCAL = @ACLOCAL@ 
    8888ALLOCA = @ALLOCA@ 
     89ALSA_CFLAGS = @ALSA_CFLAGS@ 
     90ALSA_LIBS = @ALSA_LIBS@ 
    8991AMDEP_FALSE = @AMDEP_FALSE@ 
    9092AMDEP_TRUE = @AMDEP_TRUE@ 
     
    122124FM_SERVER_TEST_CFLAGS = @FM_SERVER_TEST_CFLAGS@ 
    123125FM_SERVER_TEST_LIBS = @FM_SERVER_TEST_LIBS@ 
    124 FM_SERVER__TEST_CFLAGS = @FM_SERVER__TEST_CFLAGS@ 
    125126GENCAT = @GENCAT@ 
    126127GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 
     
    146147INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ 
    147148INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 
     149JACK_CFLAGS = @JACK_CFLAGS@ 
     150JACK_LIBS = @JACK_LIBS@ 
    148151LDFLAGS = @LDFLAGS@ 
    149152LIBICONV = @LIBICONV@ 
     
    185188STRIP = @STRIP@ 
    186189USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ 
    187 USE_JACK_FALSE = @USE_JACK_FALSE@ 
    188 USE_JACK_TRUE = @USE_JACK_TRUE@ 
    189190USE_NLS = @USE_NLS@ 
    190191VERSION = @VERSION@ 
  • fm_server/trunk/acinclude.m4

    r10 r117  
    11AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) 
     2 
     3dnl @synopsis AC_C99_FUNC_LRINT 
     4dnl 
     5dnl Check whether C99's lrint function is available. 
     6dnl @version 1.3        Feb 12 2002 
     7dnl @author Erik de Castro Lopo <erikd AT mega-nerd DOT com> 
     8dnl 
     9dnl Permission to use, copy, modify, distribute, and sell this file for any  
     10dnl purpose is hereby granted without fee, provided that the above copyright  
     11dnl and this permission notice appear in all copies.  No representations are 
     12dnl made about the suitability of this software for any purpose.  It is  
     13dnl provided "as is" without express or implied warranty. 
     14dnl 
     15AC_DEFUN([AC_C99_FUNC_LRINT], 
     16[AC_CACHE_CHECK(for lrint, 
     17  ac_cv_c99_lrint, 
     18[ 
     19lrint_save_CFLAGS=$CFLAGS 
     20CFLAGS="-O2 -lm" 
     21AC_TRY_LINK([ 
     22#define         _ISOC9X_SOURCE  1 
     23#define         _ISOC99_SOURCE  1 
     24#define         __USE_ISOC99    1 
     25#define         __USE_ISOC9X    1 
     26 
     27#include <math.h> 
     28], if (!lrint(3.14159)) lrint(2.7183);, ac_cv_c99_lrint=yes, ac_cv_c99_lrint=no) 
     29 
     30CFLAGS=$lrint_save_CFLAGS 
     31 
     32]) 
     33 
     34if test "$ac_cv_c99_lrint" = yes; then 
     35  AC_DEFINE(HAVE_LRINT, 1, 
     36            [Define if you have C99's lrint function.]) 
     37fi 
     38])# AC_C99_FUNC_LRINT 
     39dnl @synopsis AC_C99_FUNC_LRINTF 
     40dnl 
     41dnl Check whether C99's lrintf function is available. 
     42dnl @version 1.3        Feb 12 2002 
     43dnl @author Erik de Castro Lopo <erikd AT mega-nerd DOT com> 
     44dnl 
     45dnl Permission to use, copy, modify, distribute, and sell this file for any  
     46dnl purpose is hereby granted without fee, provided that the above copyright  
     47dnl and this permission notice appear in all copies.  No representations are 
     48dnl made about the suitability of this software for any purpose.  It is  
     49dnl provided "as is" without express or implied warranty. 
     50dnl 
     51AC_DEFUN([AC_C99_FUNC_LRINTF], 
     52[AC_CACHE_CHECK(for lrintf, 
     53  ac_cv_c99_lrintf, 
     54[ 
     55lrintf_save_CFLAGS=$CFLAGS 
     56CFLAGS="-O2 -lm" 
     57AC_TRY_LINK([ 
     58#define         _ISOC9X_SOURCE  1 
     59#define         _ISOC99_SOURCE  1 
     60#define         __USE_ISOC99    1 
     61#define         __USE_ISOC9X    1 
     62 
     63#include <math.h> 
     64], if (!lrintf(3.14159)) lrintf(2.7183);, ac_cv_c99_lrintf=yes, ac_cv_c99_lrintf=no) 
     65 
     66CFLAGS=$lrintf_save_CFLAGS 
     67 
     68]) 
     69 
     70if test "$ac_cv_c99_lrintf" = yes; then 
     71  AC_DEFINE(HAVE_LRINTF, 1, 
     72            [Define if you have C99's lrintf function.]) 
     73fi 
     74])# AC_C99_FUNC_LRINTF 
     75dnl @synopsis AC_C99_FUNC_LLRINT 
     76dnl 
     77dnl Check whether C99's llrint function is available. 
     78dnl @version 1.1        Sep 30 2002 
     79dnl @author Erik de Castro Lopo <erikd AT mega-nerd DOT com> 
     80dnl 
     81dnl Permission to use, copy, modify, distribute, and sell this file for any  
     82dnl purpose is hereby granted without fee, provided that the above copyright  
     83dnl and this permission notice appear in all copies.  No representations are 
     84dnl made about the suitability of this software for any purpose.  It is  
     85dnl provided "as is" without express or implied warranty. 
     86dnl 
     87AC_DEFUN([AC_C99_FUNC_LLRINT], 
     88[AC_CACHE_CHECK(for llrint, 
     89  ac_cv_c99_llrint, 
     90[ 
     91llrint_save_CFLAGS=$CFLAGS 
     92CFLAGS="-O2 -lm" 
     93AC_TRY_LINK([ 
     94#define         _ISOC9X_SOURCE  1 
     95#define         _ISOC99_SOURCE  1 
     96#define         __USE_ISOC99    1 
     97#define         __USE_ISOC9X    1 
     98 
     99#include <math.h> 
     100#include <stdint.h> 
     101], int64_t      x ; x = llrint(3.14159) ;, ac_cv_c99_llrint=yes, ac_cv_c99_llrint=no) 
     102 
     103CFLAGS=$llrint_save_CFLAGS 
     104 
     105]) 
     106 
     107if test "$ac_cv_c99_llrint" = yes; then 
     108  AC_DEFINE(HAVE_LLRINT, 1, 
     109            [Define if you have C99's llrint function.]) 
     110fi 
     111])# AC_C99_FUNC_LLRINT 
     112 
     113 
     114 
     115dnl @synopsis AC_C_CLIP_MODE 
     116dnl 
     117dnl Determine the clipping mode when converting float to int. 
     118dnl @version 1.0        May 17 2003 
     119dnl @author Erik de Castro Lopo <erikd AT mega-nerd DOT com> 
     120dnl 
     121dnl Permission to use, copy, modify, distribute, and sell this file for any  
     122dnl purpose is hereby granted without fee, provided that the above copyright  
     123dnl and this permission notice appear in all copies.  No representations are 
     124dnl made about the suitability of this software for any purpose.  It is  
     125dnl provided "as is" without express or implied warranty. 
     126 
     127 
     128 
     129dnl Find the clipping mode in the following way: 
     130dnl    1) If we are not cross compiling test it. 
     131dnl    2) IF we are cross compiling, assume that clipping isn't done correctly. 
     132 
     133AC_DEFUN([AC_C_CLIP_MODE], 
     134[AC_CACHE_CHECK(processor clipping capabilities,  
     135        ac_cv_c_clip_type, 
     136 
     137# Initialize to unknown 
     138ac_cv_c_clip_positive=unknown 
     139ac_cv_c_clip_negative=unknown 
     140 
     141if test $ac_cv_c_clip_positive = unknown ; then 
     142        AC_TRY_RUN( 
     143        [[ 
     144        #define _ISOC9X_SOURCE  1 
     145        #define _ISOC99_SOURCE  1 
     146        #define __USE_ISOC99    1 
     147        #define __USE_ISOC9X    1 
     148        #include <math.h> 
     149        int main (void) 
     150        {       double  fval ; 
     151                int k, ival ; 
     152 
     153                fval = 1.0 * 0x7FFFFFFF ; 
     154                for (k = 0 ; k < 100 ; k++) 
     155                {       ival = (lrint (fval)) >> 24 ; 
     156                        if (ival != 127) 
     157                                return 1 ; 
     158                 
     159                        fval *= 1.2499999 ; 
     160                        } ; 
     161                 
     162                        return 0 ; 
     163                } 
     164                ]], 
     165                ac_cv_c_clip_positive=yes, 
     166                ac_cv_c_clip_positive=no, 
     167                ac_cv_c_clip_positive=unknown 
     168                ) 
     169 
     170        AC_TRY_RUN( 
     171        [[ 
     172        #define _ISOC9X_SOURCE  1 
     173        #define _ISOC99_SOURCE  1 
     174        #define __USE_ISOC99    1 
     175        #define __USE_ISOC9X    1 
     176        #include <math.h> 
     177        int main (void) 
     178        {       double  fval ; 
     179                int k, ival ; 
     180 
     181                fval = -8.0 * 0x10000000 ; 
     182                for (k = 0 ; k < 100 ; k++) 
     183                {       ival = (lrint (fval)) >> 24 ; 
     184                        if (ival != -128) 
     185                                return 1 ; 
     186                 
     187                        fval *= 1.2499999 ; 
     188                        } ; 
     189                 
     190                        return 0 ; 
     191                } 
     192                ]], 
     193                ac_cv_c_clip_negative=yes, 
     194                ac_cv_c_clip_negative=no, 
     195                ac_cv_c_clip_negative=unknown 
     196                ) 
     197 
     198        fi 
     199 
     200if test $ac_cv_c_clip_positive = yes ; then 
     201        ac_cv_c_clip_positive=1 
     202else 
     203        ac_cv_c_clip_positive=0 
     204        fi 
     205 
     206if test $ac_cv_c_clip_negative = yes ; then 
     207        ac_cv_c_clip_negative=1 
     208else 
     209        ac_cv_c_clip_negative=0 
     210        fi 
     211 
     212[[ 
     213case "$ac_cv_c_clip_positive$ac_cv_c_clip_negative" in 
     214        "00") 
     215                ac_cv_c_clip_type="none" 
     216                ;; 
     217        "10") 
     218                ac_cv_c_clip_type="positive" 
     219                ;; 
     220        "01") 
     221                ac_cv_c_clip_type="negative" 
     222                ;; 
     223        "11") 
     224                ac_cv_c_clip_type="both" 
     225                ;; 
     226        esac 
     227        ]] 
     228 
     229) 
     230] 
     231 
     232)# AC_C_CLIP_MODE 
  • fm_server/trunk/config.h.in

    r115 r117  
    1515#undef GETTEXT_PACKAGE 
    1616 
     17/* Target processor clips on negative float to int conversion. */ 
     18#undef CPU_CLIPS_NEGATIVE 
     19 
     20/* Target processor clips on positive float to int conversion. */ 
     21#undef CPU_CLIPS_POSITIVE 
     22 
     23/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 
     24   systems. This function is required for `alloca.c' support on those systems. 
     25   */ 
     26#undef CRAY_STACKSEG_END 
     27 
     28/* Define to 1 if using `alloca.c'. */ 
     29#undef C_ALLOCA 
     30 
     31/* Define to 1 if translation of program messages to the user's native 
     32   language is requested. */ 
     33#undef ENABLE_NLS 
     34 
    1735/* Package name for gettext */ 
    1836#undef GETTEXT_PACKAGE 
    1937 
    20 /* Define to 1 if you have the <alsa/asoundlib.h> header file. */ 
    21 #undef HAVE_ALSA_ASOUNDLIB_H 
    22  
    23 /* Define to 1 if you have the <inttypes.h> header file. */ 
     38/* Define to 1 if you have `alloca', as a function or macro. */ 
     39#undef HAVE_ALLOCA 
     40 
     41/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 
     42   */ 
     43#undef HAVE_ALLOCA_H 
     44 
     45/* ALSA is available. */ 
     46#undef HAVE_ALSA 
     47 
     48/* Define to 1 if you have the <argz.h> header file. */ 
     49#undef HAVE_ARGZ_H 
     50 
     51/* Define to 1 if you have the `asprintf' function. */ 
     52#undef HAVE_ASPRINTF 
     53 
     54/* Define to 1 if you have the `calloc' function. */ 
     55#undef HAVE_CALLOC 
     56 
     57/* Define to 1 if you have the `ceil' function. */ 
     58#undef HAVE_CEIL 
     59 
     60/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 
     61   CoreFoundation framework. */ 
     62#undef HAVE_CFLOCALECOPYCURRENT 
     63 
     64/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 
     65   the CoreFoundation framework. */ 
     66#undef HAVE_CFPREFERENCESCOPYAPPVALUE 
     67 
     68/* Define if the GNU dcgettext() function is already present or preinstalled. 
     69   */ 
     70#undef HAVE_DCGETTEXT 
     71 
     72/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 
     73   don't. */ 
     74#undef HAVE_DECL_FEOF_UNLOCKED 
     75 
     76/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 
     77   you don't. */ 
     78#undef HAVE_DECL_FGETS_UNLOCKED 
     79 
     80/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 
     81   don't. */ 
     82#undef HAVE_DECL_GETC_UNLOCKED 
     83 
     84/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you 
     85   don't. */ 
     86#undef HAVE_DECL__SNPRINTF 
     87 
     88/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you 
     89   don't. */ 
     90#undef HAVE_DECL__SNWPRINTF 
     91 
     92/* Define to 1 if you have the <dlfcn.h> header file. */ 
     93#undef HAVE_DLFCN_H 
     94 
     95/* Define to 1 if you have the `floor' function. */ 
     96#undef HAVE_FLOOR 
     97 
     98/* Define to 1 if you have the `fmod' function. */ 
     99#undef HAVE_FMOD 
     100 
     101/* Define to 1 if you have the `free' function. */ 
     102#undef HAVE_FREE 
     103 
     104/* Define to 1 if you have the `fwprintf' function. */ 
     105#undef HAVE_FWPRINTF 
     106 
     107/* Define to 1 if you have the `getcwd' function. */ 
     108#undef HAVE_GETCWD 
     109 
     110/* Define to 1 if you have the `getegid' function. */ 
     111#undef HAVE_GETEGID 
     112 
     113/* Define to 1 if you have the `geteuid' function. */ 
     114#undef HAVE_GETEUID 
     115 
     116/* Define to 1 if you have the `getgid' function. */ 
     117#undef HAVE_GETGID 
     118 
     119/* Define to 1 if you have the `getpagesize' function. */ 
     120#undef HAVE_GETPAGESIZE 
     121 
     122/* Define if the GNU gettext() function is already present or preinstalled. */ 
     123#undef HAVE_GETTEXT 
     124 
     125/* Define to 1 if you have the `getuid' function. */ 
     126#undef HAVE_GETUID 
     127 
     128/* Define if you have the iconv() function. */ 
     129#undef HAVE_ICONV 
     130 
     131/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ 
     132#undef HAVE_INTMAX_T 
     133 
     134/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */ 
    24135#undef HAVE_INTTYPES_H 
     136 
     137/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and 
     138   declares uintmax_t. */ 
     139#undef HAVE_INTTYPES_H_WITH_UINTMAX 
    25140 
    26141/* JACK is available. */ 
    27142#undef HAVE_JACK 
    28143 
     144/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 
     145#undef HAVE_LANGINFO_CODESET 
     146 
     147/* Define if your <locale.h> file defines LC_MESSAGES. */ 
     148#undef HAVE_LC_MESSAGES 
     149 
     150/* Define to 1 if you have the `m' library (-lm). */ 
     151#undef HAVE_LIBM 
     152 
     153/* Define to 1 if you have the <limits.h> header file. */ 
     154#undef HAVE_LIMITS_H 
     155 
     156/* Define to 1 if you have the <locale.h> header file. */ 
     157#undef HAVE_LOCALE_H 
     158 
     159/* Define if you have the 'long double' type. */ 
     160#undef HAVE_LONG_DOUBLE 
     161 
     162/* Define if you have the 'long long' type. */ 
     163#undef HAVE_LONG_LONG 
     164 
     165/* Define if you have C99's lrint function. */ 
     166#undef HAVE_LRINT 
     167 
     168/* Define if you have C99's lrintf function. */ 
     169#undef HAVE_LRINTF 
     170 
     171/* Define to 1 if you have the `malloc' function. */ 
     172#undef HAVE_MALLOC 
     173 
     174/* Define to 1 if you have the <malloc.h> header file. */ 
     175#undef HAVE_MALLOC_H 
     176 
     177/* Define to 1 if you have the `memcpy' function. */ 
     178#undef HAVE_MEMCPY 
     179 
     180/* Define to 1 if you have the `memmove' function. */ 
     181#undef HAVE_MEMMOVE 
     182 
    29183/* Define to 1 if you have the <memory.h> header file. */ 
    30184#undef HAVE_MEMORY_H 
    31185 
     186/* Define to 1 if you have the `mempcpy' function. */ 
     187#undef HAVE_MEMPCPY 
     188 
     189/* Define to 1 if you have a working `mmap' system call. */ 
     190#undef HAVE_MMAP 
     191 
     192/* Define to 1 if you have the `munmap' function. */ 
     193#undef HAVE_MUNMAP 
     194 
     195/* Define to 1 if you have the <nl_types.h> header file. */ 
     196#undef HAVE_NL_TYPES_H 
     197 
     198/* Define if your printf() function supports format strings with positions. */ 
     199#undef HAVE_POSIX_PRINTF 
     200 
     201/* Define to 1 if you have the `putenv' function. */ 
     202#undef HAVE_PUTENV 
     203 
    32204/* Define to 1 if you have the `sched_setscheduler' function. */ 
    33205#undef HAVE_SCHED_SETSCHEDULER 
    34206 
     207/* Define to 1 if you have the `setenv' function. */ 
     208#undef HAVE_SETENV 
     209 
     210/* Define to 1 if you have the `setlocale' function. */ 
     211#undef HAVE_SETLOCALE 
     212 
     213/* Define to 1 if you have the `snprintf' function. */ 
     214#undef HAVE_SNPRINTF 
     215 
     216/* Define to 1 if you have the <stddef.h> header file. */ 
     217#undef HAVE_STDDEF_H 
     218 
    35219/* Define to 1 if you have the <stdint.h> header file. */ 
    36220#undef HAVE_STDINT_H 
    37221 
     222/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares 
     223   uintmax_t. */ 
     224#undef HAVE_STDINT_H_WITH_UINTMAX 
     225 
    38226/* Define to 1 if you have the <stdlib.h> header file. */ 
    39227#undef HAVE_STDLIB_H 
    40228 
     229/* Define to 1 if you have the `stpcpy' function. */ 
     230#undef HAVE_STPCPY 
     231 
     232/* Define to 1 if you have the `strcasecmp' function. */ 
     233#undef HAVE_STRCASECMP 
     234 
     235/* Define to 1 if you have the `strdup' function. */ 
     236#undef HAVE_STRDUP 
     237 
    41238/* Define to 1 if you have the <strings.h> header file. */ 
    42239#undef HAVE_STRINGS_H 
     
    45242#undef HAVE_STRING_H 
    46243 
     244/* Define to 1 if you have the `strtoul' function. */ 
     245#undef HAVE_STRTOUL 
     246 
     247/* Define to 1 if you have the <sys/param.h> header file. */ 
     248#undef HAVE_SYS_PARAM_H 
     249 
    47250/* Define to 1 if you have the <sys/stat.h> header file. */ 
    48251#undef HAVE_SYS_STAT_H 
     
    51254#undef HAVE_SYS_TYPES_H 
    52255 
     256/* Define to 1 if you have the `tsearch' function. */ 
     257#undef HAVE_TSEARCH 
     258 
     259/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */ 
     260#undef HAVE_UINTMAX_T 
     261 
    53262/* Define to 1 if you have the <unistd.h> header file. */ 
    54263#undef HAVE_UNISTD_H 
    55264 
     265/* Define if you have the 'unsigned long long' type. */ 
     266#undef HAVE_UNSIGNED_LONG_LONG 
     267 
     268/* Define if you have the 'wchar_t' type. */ 
     269#undef HAVE_WCHAR_T 
     270 
     271/* Define to 1 if you have the `wcslen' function. */ 
     272#undef HAVE_WCSLEN 
     273 
     274/* Define if you have the 'wint_t' type. */ 
     275#undef HAVE_WINT_T 
     276 
     277/* Define to 1 if you have the `__argz_count' function. */ 
     278#undef HAVE___ARGZ_COUNT 
     279 
     280/* Define to 1 if you have the `__argz_next' function. */ 
     281#undef HAVE___ARGZ_NEXT 
     282 
     283/* Define to 1 if you have the `__argz_stringify' function. */ 
     284#undef HAVE___ARGZ_STRINGIFY 
     285 
     286/* Define to 1 if you have the `__fsetlocking' function. */ 
     287#undef HAVE___FSETLOCKING 
     288 
     289/* Define as const if the declaration of iconv() needs const. */ 
     290#undef ICONV_CONST 
     291 
     292/* Define if integer division by zero raises signal SIGFPE. */ 
     293#undef INTDIV0_RAISES_SIGFPE 
     294 
    56295/* Name of package */ 
    57296#undef PACKAGE 
     
    72311#undef PACKAGE_VERSION 
    73312 
     313/* Define if <inttypes.h> exists and defines unusable PRI* macros. */ 
     314#undef PRI_MACROS_BROKEN 
     315 
     316/* Define as the maximum value of type 'size_t', if the system doesn't define 
     317   it. */ 
     318#undef SIZE_MAX 
     319 
     320/* If using the C implementation of alloca, define if you know the 
     321   direction of stack growth for your system; otherwise it will be 
     322   automatically deduced at run-time. 
     323        STACK_DIRECTION > 0 => grows toward higher addresses 
     324        STACK_DIRECTION < 0 => grows toward lower addresses 
     325        STACK_DIRECTION = 0 => direction of growth unknown */ 
     326#undef STACK_DIRECTION 
     327 
    74328/* Define to 1 if you have the ANSI C header files. */ 
    75329#undef STDC_HEADERS 
     
    77331/* Version number of package */ 
    78332#undef VERSION 
     333 
     334/* Define to empty if `const' does not conform to ANSI C. */ 
     335#undef const 
     336 
     337/* Define to `__inline__' or `__inline' if that's what the C compiler 
     338   calls it, or to nothing if 'inline' is not supported under any name.  */ 
     339#ifndef __cplusplus 
     340#undef inline 
     341#endif 
     342 
     343/* Define to `long' if <sys/types.h> does not define. */ 
     344#undef off_t 
     345 
     346/* Define as the type of the result of subtracting two pointers, if the system 
     347   doesn't define it. */ 
     348#undef ptrdiff_t 
     349 
     350/* Define to empty if the C compiler doesn't support this keyword. */ 
     351#undef signed 
     352 
     353/* Define to `unsigned' if <sys/types.h> does not define. */ 
     354#undef size_t 
     355 
     356/* Define to unsigned long or unsigned long long if <stdint.h> and 
     357   <inttypes.h> don't define. */ 
     358#undef uintmax_t 
  • fm_server/trunk/configure

    r115 r117  
    242242 
    243243 
     244 
     245# Check that we are running under the correct shell. 
     246SHELL=${CONFIG_SHELL-/bin/sh} 
     247 
     248case X$ECHO in 
     249X*--fallback-echo) 
     250  # Remove one level of quotation (which was required for Make). 
     251  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` 
     252  ;; 
     253esac 
     254 
     255echo=${ECHO-echo} 
     256if test "X$1" = X--no-reexec; then 
     257  # Discard the --no-reexec flag, and continue. 
     258  shift 
     259elif test "X$1" = X--fallback-echo; then 
     260  # Avoid inline document here, it may be left over 
     261  : 
     262elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then 
     263  # Yippee, $echo works! 
     264  : 
     265else 
     266  # Restart under the correct shell. 
     267  exec $SHELL "$0" --no-reexec ${1+"$@"} 
     268fi 
     269 
     270if test "X$1" = X--fallback-echo; then 
     271  # used as fallback echo 
     272  shift 
     273  cat <<EOF 
     274$* 
     275EOF 
     276  exit 0 
     277fi 
     278 
     279# The HP-UX ksh and POSIX shell print the target directory to stdout 
     280# if CDPATH is set. 
     281(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 
     282 
     283if test -z "$ECHO"; then 
     284if test "X${echo_test_string+set}" != Xset; then 
     285# find a string as large as possible, as long as the shell can cope with it 
     286  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do 
     287    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... 
     288    if (echo_test_string=`eval $cmd`) 2>/dev/null && 
     289       echo_test_string=`eval $cmd` && 
     290       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null 
     291    then 
     292      break 
     293    fi 
     294  done 
     295fi 
     296 
     297if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 
     298   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 
     299   test "X$echo_testing_string" = "X$echo_test_string"; then 
     300  : 
     301else 
     302  # The Solaris, AIX, and Digital Unix default echo programs unquote 
     303  # backslashes.  This makes it impossible to quote backslashes using 
     304  #   echo "$something" | sed 's/\\/\\\\/g' 
     305  # 
     306  # So, first we look for a working echo in the user's PATH. 
     307 
     308  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 
     309  for dir in $PATH /usr/ucb; do 
     310    IFS="$lt_save_ifs" 
     311    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && 
     312       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && 
     313       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && 
     314       test "X$echo_testing_string" = "X$echo_test_string"; then 
     315      echo="$dir/echo" 
     316      break 
     317    fi 
     318  done 
     319  IFS="$lt_save_ifs" 
     320 
     321  if test "X$echo" = Xecho; then 
     322    # We didn't find a better echo, so look for alternatives. 
     323    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && 
     324       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && 
     325       test "X$echo_testing_string" = "X$echo_test_string"; then 
     326      # This shell has a builtin print -r that does the trick. 
     327      echo='print -r' 
     328    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && 
     329         test "X$CONFIG_SHELL" != X/bin/ksh; then 
     330      # If we have ksh, try running configure again with it. 
     331      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 
     332      export ORIGINAL_CONFIG_SHELL 
     333      CONFIG_SHELL=/bin/ksh 
     334      export CONFIG_SHELL 
     335      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} 
     336    else 
     337      # Try using printf. 
     338      echo='printf %s\n' 
     339      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 
     340         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 
     341         test "X$echo_testing_string" = "X$echo_test_string"; then 
     342        # Cool, printf works 
     343        : 
     344      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && 
     345           test "X$echo_testing_string" = 'X\t' && 
     346           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && 
     347           test "X$echo_testing_string" = "X$echo_test_string"; then 
     348        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL 
     349        export CONFIG_SHELL 
     350        SHELL="$CONFIG_SHELL" 
     351        export SHELL 
     352        echo="$CONFIG_SHELL $0 --fallback-echo" 
     353      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && 
     354           test "X$echo_testing_string" = 'X\t' && 
     355           echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && 
     356           test "X$echo_testing_string" = "X$echo_test_string"; then 
     357        echo="$CONFIG_SHELL $0 --fallback-echo" 
     358      else 
     359        # maybe with a smaller string... 
     360        prev=: 
     361 
     362        for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do 
     363          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null 
     364          then 
     365            break 
     366          fi 
     367          prev="$cmd" 
     368        done 
     369 
     370        if test "$prev" != 'sed 50q "$0"'; then 
     371          echo_test_string=`eval $prev` 
     372          export echo_test_string 
     373          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} 
     374        else 
     375          # Oops.  We lost completely, so just stick with echo. 
     376          echo=echo 
     377        fi 
     378      fi 
     379    fi 
     380  fi 
     381fi 
     382fi 
     383 
     384# Copy echo and quote the copy suitably for passing to libtool from 
     385# the Makefile, instead of quoting the original, which is used later. 
     386ECHO=$echo 
     387if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 
     388   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 
     389fi 
     390 
     391 
     392 
     393 
     394tagnames=${tagnames+${tagnames},}CXX 
     395 
     396tagnames=${tagnames+${tagnames},}F77 
     397 
    244398# Name of the host. 
    245399# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 
     
    310464#endif" 
    311465 
    312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP FM_SERVER_LIBS FM_SERVER_CFLAGS FM_SERVER_TEST_LIBS FM_SERVER_TEST_CFLAGS JACK_LIBS JACK_CFLAGS HAVE_JACK HAVE_ALSA_TRUE HAVE_ALSA_FALSE GETTEXT_PACKAGE NO_PREFIX_PACKAGE_DATA_DIR PACKAGE_DATA_DIR NO_PREFIX_PACKAGE_DOC_DIR PACKAGE_DOC_DIR NO_PREFIX_PACKAGE_PIXMAPS_DIR PACKAGE_PIXMAPS_DIR NO_PREFIX_PACKAGE_HELP_DIR PACKAGE_HELP_DIR NO_PREFIX_PACKAGE_MENU_DIR PACKAGE_MENU_DIR LIBOBJS LTLIBOBJS' 
     466ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG ac_pt_PKG_CONFIG FM_SERVER_CFLAGS FM_SERVER_LIBS FM_SERVER_TEST_CFLAGS FM_SERVER_TEST_LIBS JACK_CFLAGS JACK_LIBS HAVE_JACK_TRUE HAVE_JACK_FALSE ALSA_CFLAGS ALSA_LIBS HAVE_ALSA_TRUE HAVE_ALSA_FALSE GETTEXT_PACKAGE MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC2 ALLOCA GLIBC21 INTL_MACOSX_LIBS HAVE_POSIX_PRINTF HAVE_ASPRINTF HAVE_SNPRINTF HAVE_WPRINTF LIBICONV LTLIBICONV INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB NO_PREFIX_PACKAGE_DATA_DIR PACKAGE_DATA_DIR NO_PREFIX_PACKAGE_DOC_DIR PACKAGE_DOC_DIR NO_PREFIX_PACKAGE_PIXMAPS_DIR PACKAGE_PIXMAPS_DIR NO_PREFIX_PACKAGE_HELP_DIR PACKAGE_HELP_DIR NO_PREFIX_PACKAGE_MENU_DIR PACKAGE_MENU_DIR LIBOBJS LTLIBOBJS' 
    313467ac_subst_files='' 
    314468 
     
    771925ac_cv_env_CPP_set=${CPP+set} 
    772926ac_cv_env_CPP_value=$CPP 
     927ac_env_CXX_set=${CXX+set} 
     928ac_env_CXX_value=$CXX 
     929ac_cv_env_CXX_set=${CXX+set} 
     930ac_cv_env_CXX_value=$CXX 
     931ac_env_CXXFLAGS_set=${CXXFLAGS+set} 
     932ac_env_CXXFLAGS_value=$CXXFLAGS 
     933ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 
     934ac_cv_env_CXXFLAGS_value=$CXXFLAGS 
     935ac_env_CXXCPP_set=${CXXCPP+set} 
     936ac_env_CXXCPP_value=$CXXCPP 
     937ac_cv_env_CXXCPP_set=${CXXCPP+set} 
     938ac_cv_env_CXXCPP_value=$CXXCPP 
     939ac_env_F77_set=${F77+set} 
     940ac_env_F77_value=$F77 
     941ac_cv_env_F77_set=${F77+set} 
     942ac_cv_env_F77_value=$F77 
     943ac_env_FFLAGS_set=${FFLAGS+set} 
     944ac_env_FFLAGS_value=$FFLAGS 
     945ac_cv_env_FFLAGS_set=${FFLAGS+set} 
     946ac_cv_env_FFLAGS_value=$FFLAGS 
     947ac_env_PKG_CONFIG_set=${PKG_CONFIG+set} 
     948ac_env_PKG_CONFIG_value=$PKG_CONFIG 
     949ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} 
     950ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG 
     951ac_env_FM_SERVER_CFLAGS_set=${FM_SERVER_CFLAGS+set} 
     952ac_env_FM_SERVER_CFLAGS_value=$FM_SERVER_CFLAGS 
     953ac_cv_env_FM_SERVER_CFLAGS_set=${FM_SERVER_CFLAGS+set} 
     954ac_cv_env_FM_SERVER_CFLAGS_value=$FM_SERVER_CFLAGS 
     955ac_env_FM_SERVER_LIBS_set=${FM_SERVER_LIBS+set} 
     956ac_env_FM_SERVER_LIBS_value=$FM_SERVER_LIBS 
     957ac_cv_env_FM_SERVER_LIBS_set=${FM_SERVER_LIBS+set} 
     958ac_cv_env_FM_SERVER_LIBS_value=$FM_SERVER_LIBS 
     959ac_env_FM_SERVER_TEST_CFLAGS_set=${FM_SERVER_TEST_CFLAGS+set} 
     960ac_env_FM_SERVER_TEST_CFLAGS_value=$FM_SERVER_TEST_CFLAGS 
     961ac_cv_env_FM_SERVER_TEST_CFLAGS_set=${FM_SERVER_TEST_CFLAGS+set} 
     962ac_cv_env_FM_SERVER_TEST_CFLAGS_value=$FM_SERVER_TEST_CFLAGS 
     963ac_env_FM_SERVER_TEST_LIBS_set=${FM_SERVER_TEST_LIBS+set} 
     964ac_env_FM_SERVER_TEST_LIBS_value=$FM_SERVER_TEST_LIBS 
     965ac_cv_env_FM_SERVER_TEST_LIBS_set=${FM_SERVER_TEST_LIBS+set} 
     966ac_cv_env_FM_SERVER_TEST_LIBS_value=$FM_SERVER_TEST_LIBS 
     967ac_env_JACK_CFLAGS_set=${JACK_CFLAGS+set} 
     968ac_env_JACK_CFLAGS_value=$JACK_CFLAGS 
     969ac_cv_env_JACK_CFLAGS_set=${JACK_CFLAGS+set} 
     970ac_cv_env_JACK_CFLAGS_value=$JACK_CFLAGS 
     971ac_env_JACK_LIBS_set=${JACK_LIBS+set} 
     972ac_env_JACK_LIBS_value=$JACK_LIBS 
     973ac_cv_env_JACK_LIBS_set=${JACK_LIBS+set} 
     974ac_cv_env_JACK_LIBS_value=$JACK_LIBS 
     975ac_env_ALSA_CFLAGS_set=${ALSA_CFLAGS+set} 
     976ac_env_ALSA_CFLAGS_value=$ALSA_CFLAGS 
     977ac_cv_env_ALSA_CFLAGS_set=${ALSA_CFLAGS+set} 
     978ac_cv_env_ALSA_CFLAGS_value=$ALSA_CFLAGS 
     979ac_env_ALSA_LIBS_set=${ALSA_LIBS+set} 
     980ac_env_ALSA_LIBS_value=$ALSA_LIBS 
     981ac_cv_env_ALSA_LIBS_set=${ALSA_LIBS+set} 
     982ac_cv_env_ALSA_LIBS_value=$ALSA_LIBS 
    773983 
    774984# 
     
    8361046  --program-suffix=SUFFIX            append SUFFIX to installed program names 
    8371047  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names 
     1048 
     1049System types: 
     1050  --build=BUILD     configure for building on BUILD [guessed] 
     1051  --host=HOST       cross-compile to build programs to run on HOST [BUILD] 
    8381052_ACEOF 
    8391053fi 
     
    8481062  --disable-dependency-tracking  speeds up one-time build 
    8491063  --enable-dependency-tracking   do not reject slow dependency extractors 
     1064  --enable-shared[=PKGS] 
     1065                          build shared libraries [default=yes] 
     1066  --enable-static[=PKGS] 
     1067                          build static libraries [default=yes] 
     1068  --enable-fast-install[=PKGS] 
     1069                          optimize for fast installation [default=yes] 
     1070  --disable-libtool-lock  avoid locking (might break parallel builds) 
     1071  --disable-nls           do not use Native Language Support 
     1072  --disable-rpath         do not hardcode runtime library paths 
     1073 
     1074Optional Packages: 
     1075  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes] 
     1076  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no) 
     1077  --with-gnu-ld           assume the C compiler uses GNU ld [default=no] 
     1078  --with-pic              try to use only PIC/non-PIC objects [default=use 
     1079                          both] 
     1080  --with-tags[=TAGS] 
     1081                          include additional configurations [automatic] 
     1082  --with-gnu-ld           assume the C compiler uses GNU ld default=no 
     1083  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib 
     1084  --without-libiconv-prefix     don't search for libiconv in includedir and libdir 
     1085  --with-included-gettext use the GNU gettext library included here 
     1086  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib 
     1087  --without-libintl-prefix     don't search for libintl in includedir and libdir 
    8501088 
    8511089Some influential environment variables: 
     
    8571095              headers in a nonstandard directory <include dir> 
    8581096  CPP         C preprocessor 
     1097  CXX         C++ compiler command 
     1098  CXXFLAGS    C++ compiler flags 
     1099  CXXCPP      C++ preprocessor 
     1100  F77         Fortran 77 compiler command 
     1101  FFLAGS      Fortran 77 compiler flags 
     1102  PKG_CONFIG  path to pkg-config utility 
     1103  FM_SERVER_CFLAGS 
     1104              C compiler flags for FM_SERVER, overriding pkg-config 
     1105  FM_SERVER_LIBS 
     1106              linker flags for FM_SERVER, overriding pkg-config 
     1107  FM_SERVER_TEST_CFLAGS 
     1108              C compiler flags for FM_SERVER_TEST, overriding pkg-config 
     1109  FM_SERVER_TEST_LIBS 
     1110              linker flags for FM_SERVER_TEST, overriding pkg-config 
     1111  JACK_CFLAGS C compiler flags for JACK, overriding pkg-config 
     1112  JACK_LIBS   linker flags for JACK, overriding pkg-config 
     1113  ALSA_CFLAGS C compiler flags for ALSA, overriding pkg-config 
     1114  ALSA_LIBS   linker flags for ALSA, overriding pkg-config 
    8591115 
    8601116Use these variables to override the choices made by `configure' or to help 
     
    9491205      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    9501206    fi 
    951     cd $ac_popdir 
     1207    cd "$ac_popdir" 
    9521208  done 
    9531209fi 
     
    23692625  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23702626  (exit $ac_status); } && 
    2371          { ac_try='test -z "$ac_c_werror_flag" 
    2372                          || test ! -s conftest.err' 
     2627         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    23732628  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    23742629  (eval $ac_try) 2>&5 
     
    24282683  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24292684  (exit $ac_status); } && 
    2430          { ac_try='test -z "$ac_c_werror_flag" 
    2431                          || test ! -s conftest.err' 
     2685         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    24322686  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    24332687  (eval $ac_try) 2>&5 
     
    25452799  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25462800  (exit $ac_status); } && 
    2547          { ac_try='test -z "$ac_c_werror_flag" 
    2548                          || test ! -s conftest.err' 
     2801         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    25492802  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    25502803  (eval $ac_try) 2>&5 
     
    26002853  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26012854  (exit $ac_status); } && 
    2602          { ac_try='test -z "$ac_c_werror_flag" 
    2603                          || test ! -s conftest.err' 
     2855         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    26042856  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    26052857  (eval $ac_try) 2>&5 
     
    26462898  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26472899  (exit $ac_status); } && 
    2648          { ac_try='test -z "$ac_c_werror_flag" 
    2649                          || test ! -s conftest.err' 
     2900         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    26502901  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    26512902  (eval $ac_try) 2>&5 
     
    26912942  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26922943  (exit $ac_status); } && 
    2693          { ac_try='test -z "$ac_c_werror_flag" 
    2694                          || test ! -s conftest.err' 
     2944         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    26952945  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    26962946  (eval $ac_try) 2>&5 
     
    28793129  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28803130  (exit $ac_status); } && 
    2881          { ac_try='test -z "$ac_c_werror_flag" 
    2882                          || test ! -s conftest.err' 
     3131         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    28833132  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    28843133  (eval $ac_try) 2>&5 
     
    29343183  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29353184  (exit $ac_status); } && 
    2936          { ac_try='test -z "$ac_c_werror_flag" 
    2937                          || test ! -s conftest.err' 
     3185         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    29383186  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    29393187  (eval $ac_try) 2>&5 
     
    33363584  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    33373585  (exit $ac_status); } && 
    3338          { ac_try='test -z "$ac_c_werror_flag" 
    3339                          || test ! -s conftest.err' 
     3586         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    33403587  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    33413588  (eval $ac_try) 2>&5 
     
    33953642  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    33963643  (exit $ac_status); } && 
    3397          { ac_try='test -z "$ac_c_werror_flag" 
    3398                          || test ! -s conftest.err' 
     3644         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    33993645  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    34003646  (eval $ac_try) 2>&5 
     
    35123758  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35133759  (exit $ac_status); } && 
    3514          { ac_try='test -z "$ac_c_werror_flag" 
    3515                          || test ! -s conftest.err' 
     3760         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    35163761  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    35173762  (eval $ac_try) 2>&5 
     
    35673812  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35683813  (exit $ac_status); } && 
    3569          { ac_try='test -z "$ac_c_werror_flag" 
    3570                          || test ! -s conftest.err' 
     3814         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    35713815  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    35723816  (eval $ac_try) 2>&5 
     
    36133857  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36143858  (exit $ac_status); } && 
    3615          { ac_try='test -z "$ac_c_werror_flag" 
    3616                          || test ! -s conftest.err' 
     3859         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    36173860  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    36183861  (eval $ac_try) 2>&5 
     
    36583901  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36593902  (exit $ac_status); } && 
    3660          { ac_try='test -z "$ac_c_werror_flag" 
    3661                          || test ! -s conftest.err' 
     3903         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    36623904  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    36633905  (eval $ac_try) 2>&5 
     
    41744416  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41754417  (exit $ac_status); } && 
    4176          { ac_try='test -z "$ac_c_werror_flag" 
    4177                          || test ! -s conftest.err' 
     4418         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    41784419  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    41794420  (eval $ac_try) 2>&5 
     
    42334474  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    42344475  (exit $ac_status); } && 
    4235          { ac_try='test -z "$ac_c_werror_flag" 
    4236                          || test ! -s conftest.err' 
     4476         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    42374477  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    42384478  (eval $ac_try) 2>&5 
     
    43504590  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    43514591  (exit $ac_status); } && 
    4352          { ac_try='test -z "$ac_c_werror_flag" 
    4353                          || test ! -s conftest.err' 
     4592         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    43544593  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    43554594  (eval $ac_try) 2>&5 
     
    44054644  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    44064645  (exit $ac_status); } && 
    4407          { ac_try='test -z "$ac_c_werror_flag" 
    4408                          || test ! -s conftest.err' 
     4646         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    44094647  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    44104648  (eval $ac_try) 2>&5 
     
    44514689  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    44524690  (exit $ac_status); } && 
    4453          { ac_try='test -z "$ac_c_werror_flag" 
    4454                          || test ! -s conftest.err' 
     4691         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    44554692  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    44564693  (eval $ac_try) 2>&5 
     
    44964733  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    44974734  (exit $ac_status); } && 
    4498          { ac_try='test -z "$ac_c_werror_flag" 
    4499                          || test ! -s conftest.err' 
     4735         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    45004736  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    45014737  (eval $ac_try) 2>&5 
     
    49315167  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    49325168  (exit $ac_status); } && 
    4933          { ac_try='test -z "$ac_c_werror_flag" 
    4934                          || test ! -s conftest.err' 
     5169         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    49355170  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    49365171  (eval $ac_try) 2>&5 
     
    50645299fi 
    50655300 
    5066 AM_PROG_LIBTOOL 
    5067  
    5068 PKG_CHECK_MODULES(FM_SERVER, glib-2.0 gthread-2.0 gobject-2.0 rgc_server samplerate gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10) 
    5069  
    5070  
    5071  
    5072 PKG_CHECK_MODULES(FM_SERVER_TEST, glib-2.0 gthread-2.0 gobject-2.0 rgc_client) 
    5073  
    5074  
    5075  
    5076  
    5077 PKG_CHECK_MODULES(JACK, jack, HAVE_JACK=yes, HAVE_JACK=no) 
    5078  
    5079  
    5080  
    5081 if test "$HAVE_JACK" = "yes"; then 
    5082  
    5083 cat >>confdefs.h <<_ACEOF 
    5084 #define HAVE_JACK 1 
    5085 _ACEOF 
    5086  
    5087 fi 
    5088  
    5089  
    5090 echo "$as_me:$LINENO: checking for snd_pcm_writei in -lasound" >&5 
    5091 echo $ECHO_N "checking for snd_pcm_writei in -lasound... $ECHO_C" >&6 
    5092 if test "${ac_cv_lib_asound_snd_pcm_writei+set}" = set; then 
     5301# Check whether --enable-shared or --disable-shared was given. 
     5302if test "${enable_shared+set}" = set; then 
     5303  enableval="$enable_shared" 
     5304  p=${PACKAGE-default} 
     5305    case $enableval in 
     5306    yes) enable_shared=yes ;; 
     5307    no) enable_shared=no ;; 
     5308    *) 
     5309      enable_shared=no 
     5310      # Look at the argument we got.  We use all the common list separators. 
     5311      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 
     5312      for pkg in $enableval; do 
     5313        IFS="$lt_save_ifs" 
     5314        if test "X$pkg" = "X$p"; then 
     5315          enable_shared=yes 
     5316        fi 
     5317      done 
     5318      IFS="$lt_save_ifs" 
     5319      ;; 
     5320    esac 
     5321else 
     5322  enable_shared=yes 
     5323fi; 
     5324 
     5325# Check whether --enable-static or --disable-static was given. 
     5326if test "${enable_static+set}" = set; then 
     5327  enableval="$enable_static" 
     5328  p=${PACKAGE-default} 
     5329    case $enableval in 
     5330    yes) enable_static=yes ;; 
     5331    no) enable_static=no ;; 
     5332    *) 
     5333     enable_static=no 
     5334      # Look at the argument we got.  We use all the common list separators. 
     5335      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 
     5336      for pkg in $enableval; do 
     5337        IFS="$lt_save_ifs" 
     5338        if test "X$pkg" = "X$p"; then 
     5339          enable_static=yes 
     5340        fi 
     5341      done 
     5342      IFS="$lt_save_ifs" 
     5343      ;; 
     5344    esac 
     5345else 
     5346  enable_static=yes 
     5347fi; 
     5348 
     5349# Check whether --enable-fast-install or --disable-fast-install was given. 
     5350if test "${enable_fast_install+set}" = set; then 
     5351  enableval="$enable_fast_install" 
     5352  p=${PACKAGE-default} 
     5353    case $enableval in 
     5354    yes) enable_fast_install=yes ;; 
     5355    no) enable_fast_install=no ;; 
     5356    *) 
     5357      enable_fast_install=no 
     5358      # Look at the argument we got.  We use all the common list separators. 
     5359      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 
     5360      for pkg in $enableval; do 
     5361        IFS="$lt_save_ifs" 
     5362        if test "X$pkg" = "X$p"; then 
     5363          enable_fast_install=yes 
     5364        fi 
     5365      done 
     5366      IFS="$lt_save_ifs" 
     5367      ;; 
     5368    esac 
     5369else 
     5370  enable_fast_install=yes 
     5371fi; 
     5372 
     5373# Make sure we can run config.sub. 
     5374$ac_config_sub sun4 >/dev/null 2>&1 || 
     5375  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 
     5376echo "$as_me: error: cannot run $ac_config_sub" >&2;} 
     5377   { (exit 1); exit 1; }; } 
     5378 
     5379echo "$as_me:$LINENO: checking build system type" >&5 
     5380echo $ECHO_N "checking build system type... $ECHO_C" >&6 
     5381if test "${ac_cv_build+set}" = set; then 
    50935382  echo $ECHO_N "(cached) $ECHO_C" >&6 
    50945383else 
    5095   ac_check_lib_save_LIBS=$LIBS 
    5096 LIBS="-lasound  $LIBS" 
    5097 cat >conftest.$ac_ext <<_ACEOF 
     5384  ac_cv_build_alias=$build_alias 
     5385test -z "$ac_cv_build_alias" && 
     5386  ac_cv_build_alias=`$ac_config_guess` 
     5387test -z "$ac_cv_build_alias" && 
     5388  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
     5389echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
     5390   { (exit 1); exit 1; }; } 
     5391ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 
     5392  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 
     5393echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 
     5394   { (exit 1); exit 1; }; } 
     5395 
     5396fi 
     5397echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
     5398echo "${ECHO_T}$ac_cv_build" >&6 
     5399build=$ac_cv_build 
     5400build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
     5401build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
     5402build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
     5403 
     5404 
     5405echo "$as_me:$LINENO: checking host system type" >&5 
     5406echo $ECHO_N "checking host system type... $ECHO_C" >&6 
     5407if test "${ac_cv_host+set}" = set; then 
     5408  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5409else 
     5410  ac_cv_host_alias=$host_alias 
     5411test -z "$ac_cv_host_alias" && 
     5412  ac_cv_host_alias=$ac_cv_build_alias 
     5413ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 
     5414  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 
     5415echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 
     5416   { (exit 1); exit 1; }; } 
     5417 
     5418fi 
     5419echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
     5420echo "${ECHO_T}$ac_cv_host" >&6 
     5421host=$ac_cv_host 
     5422host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
     5423host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
     5424host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
     5425 
     5426 
     5427echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 
     5428echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 
     5429if test "${lt_cv_path_SED+set}" = set; then 
     5430  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5431else 
     5432  # Loop through the user's path and test for sed and gsed. 
     5433# Then use that list of sed's as ones to test for truncation. 
     5434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     5435for as_dir in $PATH 
     5436do 
     5437  IFS=$as_save_IFS 
     5438  test -z "$as_dir" && as_dir=. 
     5439  for lt_ac_prog in sed gsed; do 
     5440    for ac_exec_ext in '' $ac_executable_extensions; do 
     5441      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then 
     5442        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" 
     5443      fi 
     5444    done 
     5445  done 
     5446done 
     5447lt_ac_max=0 
     5448lt_ac_count=0 
     5449# Add /usr/xpg4/bin/sed as it is typically found on Solaris 
     5450# along with /bin/sed that truncates output. 
     5451for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do 
     5452  test ! -f $lt_ac_sed && continue 
     5453  cat /dev/null > conftest.in 
     5454  lt_ac_count=0 
     5455  echo $ECHO_N "0123456789$ECHO_C" >conftest.in 
     5456  # Check for GNU sed and select it if it is found. 
     5457  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then 
     5458    lt_cv_path_SED=$lt_ac_sed 
     5459    break 
     5460  fi 
     5461  while true; do 
     5462    cat conftest.in conftest.in >conftest.tmp 
     5463    mv conftest.tmp conftest.in 
     5464    cp conftest.in conftest.nl 
     5465    echo >>conftest.nl 
     5466    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break 
     5467    cmp -s conftest.out conftest.nl || break 
     5468    # 10000 chars as input seems more than enough 
     5469    test $lt_ac_count -gt 10 && break 
     5470    lt_ac_count=`expr $lt_ac_count + 1` 
     5471    if test $lt_ac_count -gt $lt_ac_max; then 
     5472      lt_ac_max=$lt_ac_count 
     5473      lt_cv_path_SED=$lt_ac_sed 
     5474    fi 
     5475  done 
     5476done 
     5477 
     5478fi 
     5479 
     5480SED=$lt_cv_path_SED 
     5481echo "$as_me:$LINENO: result: $SED" >&5 
     5482echo "${ECHO_T}$SED" >&6 
     5483 
     5484 
     5485# Check whether --with-gnu-ld or --without-gnu-ld was given. 
     5486if test "${with_gnu_ld+set}" = set; then 
     5487  withval="$with_gnu_ld" 
     5488  test "$withval" = no || with_gnu_ld=yes 
     5489else 
     5490  with_gnu_ld=no 
     5491fi; 
     5492ac_prog=ld 
     5493if test "$GCC" = yes; then 
     5494  # Check if gcc -print-prog-name=ld gives a path. 
     5495  echo "$as_me:$LINENO: checking for ld used by $CC" >&5 
     5496echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 
     5497  case $host in 
     5498  *-*-mingw*) 
     5499    # gcc leaves a trailing carriage return which upsets mingw 
     5500    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 
     5501  *) 
     5502    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 
     5503  esac 
     5504  case $ac_prog in 
     5505    # Accept absolute paths. 
     5506    [\\/]* | ?:[\\/]*) 
     5507      re_direlt='/[^/][^/]*/\.\./' 
     5508      # Canonicalize the pathname of ld 
     5509      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 
     5510      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 
     5511        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` 
     5512      done 
     5513      test -z "$LD" && LD="$ac_prog" 
     5514      ;; 
     5515  "") 
     5516    # If it fails, then pretend we aren't using GCC. 
     5517    ac_prog=ld 
     5518    ;; 
     5519  *) 
     5520    # If it is relative, then search for the first ld in PATH. 
     5521    with_gnu_ld=unknown 
     5522    ;; 
     5523  esac 
     5524elif test "$with_gnu_ld" = yes; then 
     5525  echo "$as_me:$LINENO: checking for GNU ld" >&5 
     5526echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 
     5527else 
     5528  echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
     5529echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 
     5530fi 
     5531if test "${lt_cv_path_LD+set}" = set; then 
     5532  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5533else 
     5534  if test -z "$LD"; then 
     5535  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 
     5536  for ac_dir in $PATH; do 
     5537    IFS="$lt_save_ifs" 
     5538    test -z "$ac_dir" && ac_dir=. 
     5539    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 
     5540      lt_cv_path_LD="$ac_dir/$ac_prog" 
     5541      # Check to see if the program is GNU ld.  I'd rather use --version, 
     5542      # but apparently some variants of GNU ld only accept -v. 
     5543      # Break only if it was the GNU/non-GNU ld that we prefer. 
     5544      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 
     5545      *GNU* | *'with BFD'*) 
     5546        test "$with_gnu_ld" != no && break 
     5547        ;; 
     5548      *) 
     5549        test "$with_gnu_ld" != yes && break 
     5550        ;; 
     5551      esac 
     5552    fi 
     5553  done 
     5554  IFS="$lt_save_ifs" 
     5555else 
     5556  lt_cv_path_LD="$LD" # Let the user override the test with a path. 
     5557fi 
     5558fi 
     5559 
     5560LD="$lt_cv_path_LD" 
     5561if test -n "$LD"; then 
     5562  echo "$as_me:$LINENO: result: $LD" >&5 
     5563echo "${ECHO_T}$LD" >&6 
     5564else 
     5565  echo "$as_me:$LINENO: result: no" >&5 
     5566echo "${ECHO_T}no" >&6 
     5567fi 
     5568test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 
     5569echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 
     5570   { (exit 1); exit 1; }; } 
     5571echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 
     5572echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 
     5573if test "${lt_cv_prog_gnu_ld+set}" = set; then 
     5574  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5575else 
     5576  # I'd rather use --version here, but apparently some GNU lds only accept -v. 
     5577case `$LD -v 2>&1 </dev/null` in 
     5578*GNU* | *'with BFD'*) 
     5579  lt_cv_prog_gnu_ld=yes 
     5580  ;; 
     5581*) 
     5582  lt_cv_prog_gnu_ld=no 
     5583  ;; 
     5584esac 
     5585fi 
     5586echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 
     5587echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 
     5588with_gnu_ld=$lt_cv_prog_gnu_ld 
     5589 
     5590 
     5591echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 
     5592echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 
     5593if test "${lt_cv_ld_reload_flag+set}" = set; then 
     5594  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5595else 
     5596  lt_cv_ld_reload_flag='-r' 
     5597fi 
     5598echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 
     5599echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 
     5600reload_flag=$lt_cv_ld_reload_flag 
     5601case $reload_flag in 
     5602"" | " "*) ;; 
     5603*) reload_flag=" $reload_flag" ;; 
     5604esac 
     5605reload_cmds='$LD$reload_flag -o $output$reload_objs' 
     5606case $host_os in 
     5607  darwin*) 
     5608    if test "$GCC" = yes; then 
     5609      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 
     5610    else 
     5611      reload_cmds='$LD$reload_flag -o $output$reload_objs' 
     5612    fi 
     5613    ;; 
     5614esac 
     5615 
     5616echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 
     5617echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 
     5618if test "${lt_cv_path_NM+set}" = set; then 
     5619  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5620else 
     5621  if test -n "$NM"; then 
     5622  # Let the user override the test. 
     5623  lt_cv_path_NM="$NM" 
     5624else 
     5625  lt_nm_to_check="${ac_tool_prefix}nm" 
     5626  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 
     5627    lt_nm_to_check="$lt_nm_to_check nm" 
     5628  fi 
     5629  for lt_tmp_nm in $lt_nm_to_check; do 
     5630    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 
     5631    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do 
     5632      IFS="$lt_save_ifs" 
     5633      test -z "$ac_dir" && ac_dir=. 
     5634      tmp_nm="$ac_dir/$lt_tmp_nm" 
     5635      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then 
     5636        # Check to see if the nm accepts a BSD-compat flag. 
     5637        # Adding the `sed 1q' prevents false positives on HP-UX, which says: 
     5638        #   nm: unknown option "B" ignored 
     5639        # Tru64's nm complains that /dev/null is an invalid object file 
     5640        case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in 
     5641        */dev/null* | *'Invalid file or object type'*) 
     5642          lt_cv_path_NM="$tmp_nm -B" 
     5643          break 
     5644          ;; 
     5645        *) 
     5646          case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in 
     5647          */dev/null*) 
     5648            lt_cv_path_NM="$tmp_nm -p" 
     5649            break 
     5650            ;; 
     5651          *) 
     5652            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 
     5653            continue # so that we can try to find one that supports BSD flags 
     5654            ;; 
     5655          esac 
     5656          ;; 
     5657        esac 
     5658      fi 
     5659    done 
     5660    IFS="$lt_save_ifs" 
     5661  done 
     5662  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 
     5663fi 
     5664fi 
     5665echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 
     5666echo "${ECHO_T}$lt_cv_path_NM" >&6 
     5667NM="$lt_cv_path_NM" 
     5668 
     5669echo "$as_me:$LINENO: checking whether ln -s works" >&5 
     5670echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 
     5671LN_S=$as_ln_s 
     5672if test "$LN_S" = "ln -s"; then 
     5673  echo "$as_me:$LINENO: result: yes" >&5 
     5674echo "${ECHO_T}yes" >&6 
     5675else 
     5676  echo "$as_me:$LINENO: result: no, using $LN_S" >&5 
     5677echo "${ECHO_T}no, using $LN_S" >&6 
     5678fi 
     5679 
     5680echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 
     5681echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 
     5682if test "${lt_cv_deplibs_check_method+set}" = set; then 
     5683  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5684else 
     5685  lt_cv_file_magic_cmd='$MAGIC_CMD' 
     5686lt_cv_file_magic_test_file= 
     5687lt_cv_deplibs_check_method='unknown' 
     5688# Need to set the preceding variable on all platforms that support 
     5689# interlibrary dependencies. 
     5690# 'none' -- dependencies not supported. 
     5691# `unknown' -- same as none, but documents that we really don't know. 
     5692# 'pass_all' -- all dependencies passed with no checks. 
     5693# 'test_compile' -- check by making test program. 
     5694# 'file_magic [[regex]]' -- check by looking for files in library path 
     5695# which responds to the $file_magic_cmd with a given extended regex. 
     5696# If you have `file' or equivalent on your system and you're not sure 
     5697# whether `pass_all' will *always* work, you probably want this one. 
     5698 
     5699case $host_os in 
     5700aix4* | aix5*) 
     5701  lt_cv_deplibs_check_method=pass_all 
     5702  ;; 
     5703 
     5704beos*) 
     5705  lt_cv_deplibs_check_method=pass_all 
     5706  ;; 
     5707 
     5708bsdi[45]*) 
     5709  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 
     5710  lt_cv_file_magic_cmd='/usr/bin/file -L' 
     5711  lt_cv_file_magic_test_file=/shlib/libc.so 
     5712  ;; 
     5713 
     5714cygwin*) 
     5715  # func_win32_libid is a shell function defined in ltmain.sh 
     5716  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 
     5717  lt_cv_file_magic_cmd='func_win32_libid' 
     5718  ;; 
     5719 
     5720mingw* | pw32*) 
     5721  # Base MSYS/MinGW do not provide the 'file' command needed by 
     5722  # func_win32_libid shell function, so use a weaker test based on 'objdump'. 
     5723  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' 
     5724  lt_cv_file_magic_cmd='$OBJDUMP -f' 
     5725  ;; 
     5726 
     5727darwin* | rhapsody*) 
     5728  lt_cv_deplibs_check_method=pass_all 
     5729  ;; 
     5730 
     5731freebsd* | kfreebsd*-gnu | dragonfly*) 
     5732  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 
     5733    case $host_cpu in 
     5734    i*86 ) 
     5735      # Not sure whether the presence of OpenBSD here was a mistake. 
     5736      # Let's accept both of them until this is cleared up. 
     5737      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' 
     5738      lt_cv_file_magic_cmd=/usr/bin/file 
     5739      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 
     5740      ;; 
     5741    esac 
     5742  else 
     5743    lt_cv_deplibs_check_method=pass_all 
     5744  fi 
     5745  ;; 
     5746 
     5747gnu*) 
     5748  lt_cv_deplibs_check_method=pass_all 
     5749  ;; 
     5750 
     5751hpux10.20* | hpux11*) 
     5752  lt_cv_file_magic_cmd=/usr/bin/file 
     5753  case $host_cpu in 
     5754  ia64*) 
     5755    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 
     5756    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 
     5757    ;; 
     5758  hppa*64*) 
     5759    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' 
     5760    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 
     5761    ;; 
     5762  *) 
     5763    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 
     5764    lt_cv_file_magic_test_file=/usr/lib/libc.sl 
     5765    ;; 
     5766  esac 
     5767  ;; 
     5768 
     5769interix3*) 
     5770  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here 
     5771  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' 
     5772  ;; 
     5773 
     5774irix5* | irix6* | nonstopux*) 
     5775  case $LD in 
     5776  *-32|*"-32 ") libmagic=32-bit;; 
     5777  *-n32|*"-n32 ") libmagic=N32;; 
     5778  *-64|*"-64 ") libmagic=64-bit;; 
     5779  *) libmagic=never-match;; 
     5780  esac 
     5781  lt_cv_deplibs_check_method=pass_all 
     5782  ;; 
     5783 
     5784# This must be Linux ELF. 
     5785linux*) 
     5786  lt_cv_deplibs_check_method=pass_all 
     5787  ;; 
     5788 
     5789netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 
     5790  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 
     5791    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 
     5792  else 
     5793    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' 
     5794  fi 
     5795  ;; 
     5796 
     5797newos6*) 
     5798  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 
     5799  lt_cv_file_magic_cmd=/usr/bin/file 
     5800  lt_cv_file_magic_test_file=/usr/lib/libnls.so 
     5801  ;; 
     5802 
     5803nto-qnx*) 
     5804  lt_cv_deplibs_check_method=unknown 
     5805  ;; 
     5806 
     5807openbsd*) 
     5808  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 
     5809    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' 
     5810  else 
     5811    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 
     5812  fi 
     5813  ;; 
     5814 
     5815osf3* | osf4* | osf5*) 
     5816  lt_cv_deplibs_check_method=pass_all 
     5817  ;; 
     5818 
     5819solaris*) 
     5820  lt_cv_deplibs_check_method=pass_all 
     5821  ;; 
     5822 
     5823sysv4 | sysv4.3*) 
     5824  case $host_vendor in 
     5825  motorola) 
     5826    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' 
     5827    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 
     5828    ;; 
     5829  ncr) 
     5830    lt_cv_deplibs_check_method=pass_all 
     5831    ;; 
     5832  sequent) 
     5833    lt_cv_file_magic_cmd='/bin/file' 
     5834    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' 
     5835    ;; 
     5836  sni) 
     5837    lt_cv_file_magic_cmd='/bin/file' 
     5838    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" 
     5839    lt_cv_file_magic_test_file=/lib/libc.so 
     5840    ;; 
     5841  siemens) 
     5842    lt_cv_deplibs_check_method=pass_all 
     5843    ;; 
     5844  pc) 
     5845    lt_cv_deplibs_check_method=pass_all 
     5846    ;; 
     5847  esac 
     5848  ;; 
     5849 
     5850sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 
     5851  lt_cv_deplibs_check_method=pass_all 
     5852  ;; 
     5853esac 
     5854 
     5855fi 
     5856echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 
     5857echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 
     5858file_magic_cmd=$lt_cv_file_magic_cmd 
     5859deplibs_check_method=$lt_cv_deplibs_check_method 
     5860test -z "$deplibs_check_method" && deplibs_check_method=unknown 
     5861 
     5862 
     5863 
     5864 
     5865# If no C compiler was specified, use CC. 
     5866LTCC=${LTCC-"$CC"} 
     5867 
     5868# If no C compiler flags were specified, use CFLAGS. 
     5869LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 
     5870 
     5871# Allow CC to be a program name with arguments. 
     5872compiler=$CC 
     5873 
     5874# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 
     5875if test "${enable_libtool_lock+set}" = set; then 
     5876  enableval="$enable_libtool_lock" 
     5877 
     5878fi; 
     5879test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 
     5880 
     5881# Some flags need to be propagated to the compiler or linker for good 
     5882# libtool support. 
     5883case $host in 
     5884ia64-*-hpux*) 
     5885  # Find out which ABI we are using. 
     5886  echo 'int i;' > conftest.$ac_ext 
     5887  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     5888  (eval $ac_compile) 2>&5 
     5889  ac_status=$? 
     5890  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5891  (exit $ac_status); }; then 
     5892    case `/usr/bin/file conftest.$ac_objext` in 
     5893    *ELF-32*) 
     5894      HPUX_IA64_MODE="32" 
     5895      ;; 
     5896    *ELF-64*) 
     5897      HPUX_IA64_MODE="64" 
     5898      ;; 
     5899    esac 
     5900  fi 
     5901  rm -rf conftest* 
     5902  ;; 
     5903*-*-irix6*) 
     5904  # Find out which ABI we are using. 
     5905  echo '#line 5905 "configure"' > conftest.$ac_ext 
     5906  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     5907  (eval $ac_compile) 2>&5 
     5908  ac_status=$? 
     5909  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5910  (exit $ac_status); }; then 
     5911   if test "$lt_cv_prog_gnu_ld" = yes; then 
     5912    case `/usr/bin/file conftest.$ac_objext` in 
     5913    *32-bit*) 
     5914      LD="${LD-ld} -melf32bsmip" 
     5915      ;; 
     5916    *N32*) 
     5917      LD="${LD-ld} -melf32bmipn32" 
     5918      ;; 
     5919    *64-bit*) 
     5920      LD="${LD-ld} -melf64bmip" 
     5921      ;; 
     5922    esac 
     5923   else 
     5924    case `/usr/bin/file conftest.$ac_objext` in 
     5925    *32-bit*) 
     5926      LD="${LD-ld} -32" 
     5927      ;; 
     5928    *N32*) 
     5929      LD="${LD-ld} -n32" 
     5930      ;; 
     5931    *64-bit*) 
     5932      LD="${LD-ld} -64" 
     5933      ;; 
     5934    esac 
     5935   fi 
     5936  fi 
     5937  rm -rf conftest* 
     5938  ;; 
     5939 
     5940x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 
     5941  # Find out which ABI we are using. 
     5942  echo 'int i;' > conftest.$ac_ext 
     5943  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     5944  (eval $ac_compile) 2>&5 
     5945  ac_status=$? 
     5946  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5947  (exit $ac_status); }; then 
     5948    case `/usr/bin/file conftest.o` in 
     5949    *32-bit*) 
     5950      case $host in 
     5951        x86_64-*linux*) 
     5952          LD="${LD-ld} -m elf_i386" 
     5953          ;; 
     5954        ppc64-*linux*|powerpc64-*linux*) 
     5955          LD="${LD-ld} -m elf32ppclinux" 
     5956          ;; 
     5957        s390x-*linux*) 
     5958          LD="${LD-ld} -m elf_s390" 
     5959          ;; 
     5960        sparc64-*linux*) 
     5961          LD="${LD-ld} -m elf32_sparc" 
     5962          ;; 
     5963      esac 
     5964      ;; 
     5965    *64-bit*) 
     5966      case $host in 
     5967        x86_64-*linux*) 
     5968          LD="${LD-ld} -m elf_x86_64" 
     5969          ;; 
     5970        ppc*-*linux*|powerpc*-*linux*) 
     5971          LD="${LD-ld} -m elf64ppc" 
     5972          ;; 
     5973        s390*-*linux*) 
     5974          LD="${LD-ld} -m elf64_s390" 
     5975          ;; 
     5976        sparc*-*linux*) 
     5977          LD="${LD-ld} -m elf64_sparc" 
     5978          ;; 
     5979      esac 
     5980      ;; 
     5981    esac 
     5982  fi 
     5983  rm -rf conftest* 
     5984  ;; 
     5985 
     5986*-*-sco3.2v5*) 
     5987  # On SCO OpenServer 5, we need -belf to get full-featured binaries. 
     5988  SAVE_CFLAGS="$CFLAGS" 
     5989  CFLAGS="$CFLAGS -belf" 
     5990  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 
     5991echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 
     5992if test "${lt_cv_cc_needs_belf+set}" = set; then 
     5993  echo $ECHO_N "(cached) $ECHO_C" >&6 
     5994else 
     5995  ac_ext=c 
     5996ac_cpp='$CPP $CPPFLAGS' 
     5997ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     5998ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     5999ac_compiler_gnu=$ac_cv_c_compiler_gnu 
     6000 
     6001     cat >conftest.$ac_ext <<_ACEOF 
    50986002/* confdefs.h.  */ 
    50996003_ACEOF 
     
    51026006/* end confdefs.h.  */ 
    51036007 
    5104 /* Override any gcc2 internal prototype to avoid an error.  */ 
    5105 #ifdef __cplusplus 
    5106 extern "C" 
    5107 #endif 
    5108 /* We use char because int might match the return type of a gcc2 
    5109    builtin and then its argument prototype would still apply.  */ 
    5110 char snd_pcm_writei (); 
    51116008int 
    51126009main () 
    51136010{ 
    5114 snd_pcm_writei (); 
     6011 
    51156012  ; 
    51166013  return 0; 
     
    51266023  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    51276024  (exit $ac_status); } && 
    5128          { ac_try='test -z "$ac_c_werror_flag" 
    5129                          || test ! -s conftest.err' 
     6025         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    51306026  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    51316027  (eval $ac_try) 2>&5 
     
    51396035  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    51406036  (exit $ac_status); }; }; then 
    5141   ac_cv_lib_asound_snd_pcm_writei=yes 
     6037  lt_cv_cc_needs_belf=yes 
    51426038else 
    51436039  echo "$as_me: failed program was:" >&5 
    51446040sed 's/^/| /' conftest.$ac_ext >&5 
    51456041 
    5146 ac_cv_lib_asound_snd_pcm_writei=no 
     6042lt_cv_cc_needs_belf=no 
    51476043fi 
    51486044rm -f conftest.err conftest.$ac_objext \ 
    51496045      conftest$ac_exeext conftest.$ac_ext 
    5150 LIBS=$ac_check_lib_save_LIBS 
    5151 fi 
    5152 echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_writei" >&5 
    5153 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_writei" >&6 
    5154 if test $ac_cv_lib_asound_snd_pcm_writei = yes; then 
    5155   alsalib=yes 
    5156 else 
    5157   alsalib=no 
    5158 fi 
     6046     ac_ext=c 
     6047ac_cpp='$CPP $CPPFLAGS' 
     6048ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     6049ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     6050ac_compiler_gnu=$ac_cv_c_compiler_gnu 
     6051 
     6052fi 
     6053echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 
     6054echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 
     6055  if test x"$lt_cv_cc_needs_belf" != x"yes"; then 
     6056    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 
     6057    CFLAGS="$SAVE_CFLAGS" 
     6058  fi 
     6059  ;; 
     6060sparc*-*solaris*) 
     6061  # Find out which ABI we are using. 
     6062  echo 'int i;' > conftest.$ac_ext 
     6063  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     6064  (eval $ac_compile) 2>&5 
     6065  ac_status=$? 
     6066  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6067  (exit $ac_status); }; then 
     6068    case `/usr/bin/file conftest.o` in 
     6069    *64-bit*) 
     6070      case $lt_cv_prog_gnu_ld in 
     6071      yes*) LD="${LD-ld} -m elf64_sparc" ;; 
     6072      *)    LD="${LD-ld} -64" ;; 
     6073      esac 
     6074      ;; 
     6075    esac 
     6076  fi 
     6077  rm -rf conftest* 
     6078  ;; 
     6079 
     6080 
     6081esac 
     6082 
     6083need_locks="$enable_libtool_lock" 
     6084 
    51596085 
    51606086# On IRIX 5.3, sys/types and inttypes.h are conflicting. 
     
    51966122  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    51976123  (exit $ac_status); } && 
    5198          { ac_try='test -z "$ac_c_werror_flag" 
    5199                          || test ! -s conftest.err' 
     6124         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    52006125  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    52016126  (eval $ac_try) 2>&5 
     
    52316156 
    52326157 
    5233 for ac_header in alsa/asoundlib.h 
     6158for ac_header in dlfcn.h 
    52346159do 
    52356160as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     
    52646189  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    52656190  (exit $ac_status); } && 
    5266          { ac_try='test -z "$ac_c_werror_flag" 
    5267                          || test ! -s conftest.err' 
     6191         { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err' 
    52686192  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    52696193  (eval $ac_try) 2>&5 
     
    53756299#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
    53766300_ACEOF 
    5377  alsaheader=yes 
    5378 else 
    5379   alsaheader=no 
     6301 
    53806302fi 
    53816303 
    53826304done 
    53836305 
    5384  
    5385  
    5386 if test $alsalib = yes && test $alsaheader = yes; then 
     6306ac_ext=cc 
     6307ac_cpp='$CXXCPP $CPPFLAGS' 
     6308ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     6309ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     6310ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 
     6311if test -n "$ac_tool_prefix"; then 
     6312  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 
     6313  do 
     6314    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
     6315set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
     6316echo "$as_me:$LINENO: checking for $ac_word" >&5 
     6317echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     6318if test "${ac_cv_prog_CXX+set}" = set; then 
     6319  echo $ECHO_N "(cached) $ECHO_C" >&6 
     6320else 
     6321  if test -n "$CXX"; then 
     6322  ac_cv_prog_CXX="$CXX" # Let the user override the test. 
     6323else 
     6324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     6325for as_dir in $PATH 
     6326do 
     6327  IFS=$as_save_IFS 
     6328  test -z "$as_dir" && as_dir=. 
     6329  for ac_exec_ext in '' $ac_executable_extensions; do 
     6330  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     6331    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 
     6332    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6333    break 2 
     6334  fi 
     6335done 
     6336done 
     6337 
     6338fi 
     6339fi 
     6340CXX=$ac_cv_prog_CXX 
     6341if test -n "$CXX"; then 
     6342  echo "$as_me:$LINENO: result: $CXX" >&5 
     6343echo "${ECHO_T}$CXX" >&6 
     6344else 
     6345  echo "$as_me:$LINENO: result: no" >&5 
     6346echo "${ECHO_T}no" >&6 
     6347fi 
     6348 
     6349    test -n "$CXX" && break 
     6350  done 
     6351fi 
     6352if test -z "$CXX"; then 
     6353  ac_ct_CXX=$CXX 
     6354  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 
     6355do 
     6356  # Extract the first word of "$ac_prog", so it can be a program name with args. 
     6357set dummy $ac_prog; ac_word=$2 
     6358echo "$as_me:$LINENO: checking for $ac_word" >&5 
     6359echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     6360if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 
     6361  echo $ECHO_N "(cached) $ECHO_C" >&6 
     6362else 
     6363  if test -n "$ac_ct_CXX"; then 
     6364  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 
     6365else 
     6366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     6367for as_dir in $PATH 
     6368do 
     6369  IFS=$as_save_IFS 
     6370  test -z "$as_dir" && as_dir=. 
     6371  for ac_exec_ext in '' $ac_executable_extensions; do 
     6372  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     6373    ac_cv_prog_ac_ct_CXX="$ac_prog" 
     6374    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6375    break 2 
     6376  fi 
     6377done 
     6378done 
     6379 
     6380fi 
     6381fi 
     6382ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 
     6383if test -n "$ac_ct_CXX"; then 
     6384  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
     6385echo "${ECHO_T}$ac_ct_CXX" >&6 
     6386else 
     6387  echo "$as_me:$LINENO: result: no" >&5 
     6388echo "${ECHO_T}no" >&6 
     6389fi 
     6390 
     6391  test -n "$ac_ct_CXX" && break 
     6392done 
     6393test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 
     6394 
     6395  CXX=$ac_ct_CXX 
     6396fi 
     6397 
     6398 
     6399# Provide some information about the compiler. 
     6400echo "$as_me:$LINENO:" \ 
     6401     "checking for C++ compiler version" >&5 
     6402ac_compiler=`set X $ac_compile; echo $2` 
     6403{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 
     6404  (eval $ac_compiler --version </dev/null >&5) 2>&5 
     6405  ac_status=$? 
     6406  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6407  (exit $ac_status); } 
     6408{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 
     6409  (eval $ac_compiler -v </dev/null >&5) 2>&5 
     6410  ac_status=$? 
     6411  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6412  (exit $ac_status); } 
     6413{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 
     6414  (eval $ac_compiler -V </dev/null >&5) 2>&5 
     6415  ac_status=$? 
     6416  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6417  (exit $ac_status); } 
     6418 
     6419echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
     6420echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 
     6421if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 
     6422  echo $ECHO_N "(cached) $ECHO_C" >&6 
     6423else 
     6424  cat >conftest.$ac_ext <<_ACEOF 
     6425/* confdefs.h.  */ 
     6426_ACEOF 
     6427cat confdefs.h >>conftest.$ac_ext 
     6428cat >>conftest.$ac_ext <<_ACEOF 
     6429/* end confdefs.h.  */ 
     6430 
     6431int 
     6432main () 
     6433{ 
     6434#ifndef __GNUC__ 
     6435       choke me 
     6436#endif 
     6437 
     6438  ; 
     6439  return 0; 
     6440} 
     6441_ACEOF 
     6442rm -f conftest.$ac_objext 
     6443if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     6444  (eval $ac_compile) 2>conftest.er1 
     6445  ac_status=$? 
     6446  grep -v '^ *+' conftest.er1 >conftest.err 
     6447  rm -f conftest.er1 
     6448  cat conftest.err >&5 
     6449  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6450  (exit $ac_status); } && 
     6451         { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err' 
     6452  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6453  (eval $ac_try) 2>&5 
     6454  ac_status=$? 
     6455  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6456  (exit $ac_status); }; } && 
     6457         { ac_try='test -s conftest.$ac_objext' 
     6458  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6459  (eval $ac_try) 2>&5 
     6460  ac_status=$? 
     6461  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6462  (exit $ac_status); }; }; then 
     6463  ac_compiler_gnu=yes 
     6464else 
     6465  echo "$as_me: failed program was:" >&5 
     6466sed 's/^/| /' conftest.$ac_ext >&5 
     6467 
     6468ac_compiler_gnu=no 
     6469fi 
     6470rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     6471ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 
     6472 
     6473fi 
     6474echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
     6475echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 
     6476GXX=`test $ac_compiler_gnu = yes && echo yes` 
     6477ac_test_CXXFLAGS=${CXXFLAGS+set} 
     6478ac_save_CXXFLAGS=$CXXFLAGS 
     6479CXXFLAGS="-g" 
     6480echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
     6481echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 
     6482if test "${ac_cv_prog_cxx_g+set}" = set; then 
     6483  echo $ECHO_N "(cached) $ECHO_C" >&6 
     6484else 
     6485  cat >conftest.$ac_ext <<_ACEOF 
     6486/* confdefs.h.  */ 
     6487_ACEOF 
     6488cat confdefs.h >>conftest.$ac_ext 
     6489cat >>conftest.$ac_ext <<_ACEOF 
     6490/* end confdefs.h.  */ 
     6491 
     6492int 
     6493main () 
     6494{ 
     6495 
     6496  ; 
     6497  return 0; 
     6498} 
     6499_ACEOF 
     6500rm -f conftest.$ac_objext 
     6501if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     6502  (eval $ac_compile) 2>conftest.er1 
     6503  ac_status=$? 
     6504  grep -v '^ *+' conftest.er1 >conftest.err 
     6505  rm -f conftest.er1 
     6506  cat conftest.err >&5 
     6507  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6508  (exit $ac_status); } && 
     6509         { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err' 
     6510  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6511  (eval $ac_try) 2>&5 
     6512  ac_status=$? 
     6513  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6514  (exit $ac_status); }; } && 
     6515         { ac_try='test -s conftest.$ac_objext' 
     6516  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6517  (eval $ac_try) 2>&5 
     6518  ac_status=$? 
     6519  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6520  (exit $ac_status); }; }; then 
     6521  ac_cv_prog_cxx_g=yes 
     6522else 
     6523  echo "$as_me: failed program was:" >&5 
     6524sed 's/^/| /' conftest.$ac_ext >&5 
     6525 
     6526ac_cv_prog_cxx_g=no 
     6527fi 
     6528rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     6529fi 
     6530echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
     6531echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 
     6532if test "$ac_test_CXXFLAGS" = set; then 
     6533  CXXFLAGS=$ac_save_CXXFLAGS 
     6534elif test $ac_cv_prog_cxx_g = yes; then 
     6535  if test "$GXX" = yes; then 
     6536    CXXFLAGS="-g -O2" 
     6537  else 
     6538    CXXFLAGS="-g" 
     6539  fi 
     6540else 
     6541  if test "$GXX" = yes; then 
     6542    CXXFLAGS="-O2" 
     6543  else 
     6544    CXXFLAGS= 
     6545  fi 
     6546fi 
     6547for ac_declaration in \ 
     6548   '' \ 
     6549   'extern "C" void std::exit (int) throw (); using std::exit;' \ 
     6550   'extern "C" void std::exit (int); using std::exit;' \ 
     6551   'extern "C" void exit (int) throw ();' \ 
     6552   'extern "C" void exit (int);' \ 
     6553   'void exit (int);' 
     6554do 
     6555  cat >conftest.$ac_ext <<_ACEOF 
     6556/* confdefs.h.  */ 
     6557_ACEOF 
     6558cat confdefs.h >>conftest.$ac_ext 
     6559cat >>conftest.$ac_ext <<_ACEOF 
     6560/* end confdefs.h.  */ 
     6561$ac_declaration 
     6562#include <stdlib.h> 
     6563int 
     6564main () 
     6565{ 
     6566exit (42); 
     6567  ; 
     6568  return 0; 
     6569} 
     6570_ACEOF 
     6571rm -f conftest.$ac_objext 
     6572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     6573  (eval $ac_compile) 2>conftest.er1 
     6574  ac_status=$? 
     6575  grep -v '^ *+' conftest.er1 >conftest.err 
     6576  rm -f conftest.er1 
     6577  cat conftest.err >&5 
     6578  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6579  (exit $ac_status); } && 
     6580         { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err' 
     6581  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6582  (eval $ac_try) 2>&5 
     6583  ac_status=$? 
     6584  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6585  (exit $ac_status); }; } && 
     6586         { ac_try='test -s conftest.$ac_objext' 
     6587  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6588  (eval $ac_try) 2>&5 
     6589  ac_status=$? 
     6590  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6591  (exit $ac_status); }; }; then 
     6592  : 
     6593else 
     6594  echo "$as_me: failed program was:" >&5 
     6595sed 's/^/| /' conftest.$ac_ext >&5 
     6596 
     6597continue 
     6598fi 
     6599rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     6600  cat >conftest.$ac_ext <<_ACEOF 
     6601/* confdefs.h.  */ 
     6602_ACEOF 
     6603cat confdefs.h >>conftest.$ac_ext 
     6604cat >>conftest.$ac_ext <<_ACEOF 
     6605/* end confdefs.h.  */ 
     6606$ac_declaration 
     6607int 
     6608main () 
     6609{ 
     6610exit (42); 
     6611  ; 
     6612  return 0; 
     6613} 
     6614_ACEOF 
     6615rm -f conftest.$ac_objext 
     6616if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     6617  (eval $ac_compile) 2>conftest.er1 
     6618  ac_status=$? 
     6619  grep -v '^ *+' conftest.er1 >conftest.err 
     6620  rm -f conftest.er1 
     6621  cat conftest.err >&5 
     6622  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6623  (exit $ac_status); } && 
     6624         { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err' 
     6625  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6626  (eval $ac_try) 2>&5 
     6627  ac_status=$? 
     6628  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6629  (exit $ac_status); }; } && 
     6630         { ac_try='test -s conftest.$ac_objext' 
     6631  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     6632  (eval $ac_try) 2>&5 
     6633  ac_status=$? 
     6634  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6635  (exit $ac_status); }; }; then 
     6636  break 
     6637else 
     6638  echo "$as_me: failed program was:" >&5 
     6639sed 's/^/| /' conftest.$ac_ext >&5 
     6640 
     6641fi 
     6642rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     6643done 
     6644rm -f conftest* 
     6645if test -n "$ac_declaration"; then 
     6646  echo '#ifdef __cplusplus' >>confdefs.h 
     6647  echo $ac_declaration      >>confdefs.h 
     6648  echo '#endif'             >>confdefs.h 
     6649fi 
     6650 
     6651ac_ext=cc 
     6652ac_cpp='$CXXCPP $CPPFLAGS' 
     6653ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     6654ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     6655ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 
     6656 
     6657depcc="$CXX"  am_compiler_list= 
     6658 
     6659echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 
     6660echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 
     6661if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 
     6662  echo $ECHO_N "(cached) $ECHO_C" >&6 
     6663else 
     6664  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 
     6665  # We make a subdir and do the tests there.  Otherwise we can end up 
     6666  # making bogus files that we don't know about and never remove.  For 
     6667  # instance it was reported that on HP-UX the gcc test will end up 
     6668  # making a dummy file named `D' -- because `-MD' means `put the output 
     6669  # in D'. 
     6670  mkdir conftest.dir 
     6671  # Copy depcomp to subdir because otherwise we won't find it if we're 
     6672  # using a relative directory. 
     6673  cp "$am_depcomp" conftest.dir 
     6674  cd conftest.dir 
     6675  # We will build objects and dependencies in a subdirectory because 
     6676  # it helps to detect inapplicable dependency modes.  For instance 
     6677  # both Tru64's cc and ICC support -MD to output dependencies as a 
     6678  # side effect of compilation, but ICC will put the dependencies in 
     6679  # the current directory while Tru64 will put them in the object 
     6680  # directory. 
     6681  mkdir sub 
     6682 
     6683  am_cv_CXX_dependencies_compiler_type=none 
     6684  if test "$am_compiler_list" = ""; then 
     6685     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 
     6686  fi 
     6687  for depmode in $am_compiler_list; do 
     6688    # Setup a source with many dependencies, because some compilers 
     6689    # like to wrap large dependency lists on column 80 (with \), and 
     6690    # we should not choose a depcomp mode which is confused by this. 
     6691    # 
     6692    # We need to recreate these files for each test, as the compiler may 
     6693    # overwrite some of them when testing with obscure command lines. 
     6694    # This happens at least with the AIX C compiler. 
     6695    : > sub/conftest.c 
     6696    for i in 1 2 3 4 5 6; do 
     6697      echo '#include "conftst'$i'.h"' >> sub/conftest.c 
     6698      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 
     6699      # Solaris 8's {/usr,}/bin/sh. 
     6700      touch sub/conftst$i.h 
     6701    done 
     6702    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 
     6703 
     6704    case $depmode in 
     6705    nosideeffect) 
     6706      # after this tag, mechanisms are not by side-effect, so they'll 
     6707      # only be used when explicitly requested 
     6708      if test "x$enable_dependency_tracking" = xyes; then 
     6709        continue 
     6710      else 
     6711        break 
     6712      fi 
     6713      ;; 
     6714    none) break ;; 
     6715    esac 
     6716    # We check with `-c' and `-o' for the sake of the "dashmstdout" 
     6717    # mode.  It turns out that the SunPro C++ compiler does not properly 
     6718    # handle `-M -o', and we need to detect this. 
     6719    if depmode=$depmode \ 
     6720       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 
     6721       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 
     6722       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 
     6723         >/dev/null 2>conftest.err && 
     6724       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 
     6725       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 
     6726       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 
     6727      # icc doesn't choke on unknown options, it will just issue warnings 
     6728      # or remarks (even with -Werror).  So we grep stderr for any message 
     6729      # that says an option was ignored or not supported. 
     6730      # When given -MP, icc 7.0 and 7.1 complain thusly: 
     6731      #   icc: Command line warning: ignoring option '-M'; no argument required 
     6732      # The diagnosis changed in icc 8.0: 
     6733      #   icc: Command line remark: option '-MP' not supported 
     6734      if (grep 'ignoring option' conftest.err || 
     6735          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 
     6736        am_cv_CXX_dependencies_compiler_type=$depmode 
     6737        break 
     6738      fi 
     6739    fi 
     6740  done 
     6741 
     6742  cd .. 
     6743  rm -rf conftest.dir 
     6744else 
     6745  am_cv_CXX_dependencies_compiler_type=none 
     6746fi 
     6747 
     6748fi 
     6749echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 
     6750echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 
     6751CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 
     6752 
     6753 
     6754 
     6755if 
     6756  test "x$enable_dependency_tracking" != xno \ 
     6757  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 
     6758  am__fastdepCXX_TRUE= 
     6759  am__fastdepCXX_FALSE='#' 
     6760else 
     6761  am__fastdepCXX_TRUE='#' 
     6762  am__fastdepCXX_FALSE= 
     6763fi 
     6764 
     6765 
     6766 
     6767 
     6768if test -n "$CXX" && ( test "X$CXX" != "Xno" && 
     6769    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 
     6770    (test "X$CXX" != "Xg++"))) ; then 
     6771  ac_ext=cc 
     6772ac_cpp='$CXXCPP $CPPFLAGS' 
     6773ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     6774ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     6775ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 
     6776echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 
     6777echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 
     6778if test -z "$CXXCPP"; then 
     6779  if test "${ac_cv_prog_CXXCPP+set}" = set; then 
     6780  echo $ECHO_N "(cached) $ECHO_C" >&6 
     6781else 
     6782      # Double quotes because CXXCPP needs to be expanded 
     6783    for CXXCPP in "$CXX -E" "/lib/cpp" 
     6784    do 
     6785      ac_preproc_ok=false 
     6786for ac_cxx_preproc_warn_flag in '' yes 
     6787do 
     6788  # Use a header file that comes with gcc, so configuring glibc 
     6789  # with a fresh cross-compiler works. 
     6790  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
     6791  # <limits.h> exists even on freestanding compilers. 
     6792  # On the NeXT, cc -E runs the code through the compiler's parser, 
     6793  # not just through cpp. "Syntax error" is here to catch this case. 
     6794  cat >conftest.$ac_ext <<_ACEOF 
     6795/* confdefs.h.  */ 
     6796_ACEOF 
     6797cat confdefs.h >>conftest.$ac_ext 
     6798cat >>conftest.$ac_ext <<_ACEOF 
     6799/* end confdefs.h.  */ 
     6800#ifdef __STDC__ 
     6801# include <limits.h> 
     6802#else 
     6803# include <assert.h> 
     6804#endif 
     6805                     Syntax error 
     6806_ACEOF 
     6807if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     6808  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6809  ac_status=$? 
     6810  grep -v '^ *+' conftest.er1 >conftest.err 
     6811  rm -f conftest.er1 
     6812  cat conftest.err >&5 
     6813  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6814  (exit $ac_status); } >/dev/null; then 
     6815  if test -s conftest.err; then 
     6816    ac_cpp_err=$ac_cxx_preproc_warn_flag 
     6817    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 
     6818  else 
     6819    ac_cpp_err= 
     6820  fi 
     6821else 
     6822  ac_cpp_err=yes 
     6823fi 
     6824if test -z "$ac_cpp_err"; then 
     6825  : 
     6826else 
     6827  echo "$as_me: failed program was:" >&5 
     6828sed 's/^/| /' conftest.$ac_ext >&5 
     6829 
     6830  # Broken: fails on valid input. 
     6831continue 
     6832fi 
     6833rm -f conftest.err conftest.$ac_ext 
     6834 
     6835  # OK, works on sane cases.  Now check whether non-existent headers 
     6836  # can be detected and how. 
     6837  cat >conftest.$ac_ext <<_ACEOF 
     6838/* confdefs.h.  */ 
     6839_ACEOF 
     6840cat confdefs.h >>conftest.$ac_ext 
     6841cat >>conftest.$ac_ext <<_ACEOF 
     6842/* end confdefs.h.  */ 
     6843#include <ac_nonexistent.h> 
     6844_ACEOF 
     6845if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     6846  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6847  ac_status=$? 
     6848  grep -v '^ *+' conftest.er1 >conftest.err 
     6849  rm -f conftest.er1 
     6850  cat conftest.err >&5 
     6851  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6852  (exit $ac_status); } >/dev/null; then 
     6853  if test -s conftest.err; then 
     6854    ac_cpp_err=$ac_cxx_preproc_warn_flag 
     6855    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 
     6856  else 
     6857    ac_cpp_err= 
     6858  fi 
     6859else 
     6860  ac_cpp_err=yes 
     6861fi 
     6862if test -z "$ac_cpp_err"; then 
     6863  # Broken: success on invalid input. 
     6864continue 
     6865else 
     6866  echo "$as_me: failed program was:" >&5 
     6867sed 's/^/| /' conftest.$ac_ext >&5 
     6868 
     6869  # Passes both tests. 
     6870ac_preproc_ok=: 
     6871break 
     6872fi 
     6873rm -f conftest.err conftest.$ac_ext 
     6874 
     6875done 
     6876# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 
     6877rm -f conftest.err conftest.$ac_ext 
     6878if $ac_preproc_ok; then 
     6879  break 
     6880fi 
     6881 
     6882    done 
     6883    ac_cv_prog_CXXCPP=$CXXCPP 
     6884 
     6885fi 
     6886  CXXCPP=$ac_cv_prog_CXXCPP 
     6887else 
     6888  ac_cv_prog_CXXCPP=$CXXCPP 
     6889fi 
     6890echo "$as_me:$LINENO: result: $CXXCPP" >&5 
     6891echo "${ECHO_T}$CXXCPP" >&6 
     6892ac_preproc_ok=false 
     6893for ac_cxx_preproc_warn_flag in '' yes 
     6894do 
     6895  # Use a header file that comes with gcc, so configuring glibc 
     6896  # with a fresh cross-compiler works. 
     6897  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
     6898  # <limits.h> exists even on freestanding compilers. 
     6899  # On the NeXT, cc -E runs the code through the compiler's parser, 
     6900  # not just through cpp. "Syntax error" is here to catch this case. 
     6901  cat >conftest.$ac_ext <<_ACEOF 
     6902/* confdefs.h.  */ 
     6903_ACEOF 
     6904cat confdefs.h >>conftest.$ac_ext 
     6905cat >>conftest.$ac_ext <<_ACEOF 
     6906/* end confdefs.h.  */ 
     6907#ifdef __STDC__ 
     6908# include <limits.h> 
     6909#else 
     6910# include <assert.h> 
     6911#endif 
     6912                     Syntax error 
     6913_ACEOF 
     6914if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     6915  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6916  ac_status=$? 
     6917  grep -v '^ *+' conftest.er1 >conftest.err 
     6918  rm -f conftest.er1 
     6919  cat conftest.err >&5 
     6920  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6921  (exit $ac_status); } >/dev/null; then 
     6922  if test -s conftest.err; then 
     6923    ac_cpp_err=$ac_cxx_preproc_warn_flag 
     6924    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 
     6925  else 
     6926    ac_cpp_err= 
     6927  fi 
     6928else 
     6929  ac_cpp_err=yes 
     6930fi 
     6931if test -z "$ac_cpp_err"; then 
     6932  : 
     6933else 
     6934  echo "$as_me: failed program was:" >&5 
     6935sed 's/^/| /' conftest.$ac_ext >&5 
     6936 
     6937  # Broken: fails on valid input. 
     6938continue 
     6939fi 
     6940rm -f conftest.err conftest.$ac_ext 
     6941 
     6942  # OK, works on sane cases.  Now check whether non-existent headers 
     6943  # can be detected and how. 
     6944  cat >conftest.$ac_ext <<_ACEOF 
     6945/* confdefs.h.  */ 
     6946_ACEOF 
     6947cat confdefs.h >>conftest.$ac_ext 
     6948cat >>conftest.$ac_ext <<_ACEOF 
     6949/* end confdefs.h.  */ 
     6950#include <ac_nonexistent.h> 
     6951_ACEOF 
     6952if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     6953  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6954  ac_status=$? 
     6955  grep -v '^ *+' conftest.er1 >conftest.err 
     6956  rm -f conftest.er1 
     6957  cat conftest.err >&5 
     6958  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6959  (exit $ac_status); } >/dev/null; then 
     6960  if test -s conftest.err; then 
     6961    ac_cpp_err=$ac_cxx_preproc_warn_flag 
     6962    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 
     6963  else 
     6964    ac_cpp_err= 
     6965  fi 
     6966else 
     6967  ac_cpp_err=yes 
     6968fi 
     6969if test -z "$ac_cpp_err"; then 
     6970  # Broken: success on invalid input. 
     6971continue 
     6972else 
     6973  echo "$as_me: failed program was:" >&5 
     6974sed 's/^/| /' conftest.$ac_ext >&5 
     6975 
     6976  # Passes both tests. 
     6977ac_preproc_ok=: 
     6978break 
     6979fi 
     6980rm -f conftest.err conftest.$ac_ext 
     6981 
     6982done 
     6983# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 
     6984rm -f conftest.err conftest.$ac_ext 
     6985if $ac_preproc_ok; then 
     6986  : 
     6987else 
     6988  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 
     6989See \`config.log' for more details." >&5 
     6990echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 
     6991See \`config.log' for more details." >&2;} 
     6992   { (exit 1); exit 1; }; } 
     6993fi 
     6994 
     6995ac_ext=cc 
     6996ac_cpp='$CXXCPP $CPPFLAGS' 
     6997ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     6998ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     6999ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 
     7000 
     7001fi 
     7002 
     7003 
     7004ac_ext=f 
     7005ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 
     7006ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     7007ac_compiler_gnu=$ac_cv_f77_compiler_gnu 
     7008if test -n "$ac_tool_prefix"; then 
     7009  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 
     7010  do 
     7011    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
     7012set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
     7013echo "$as_me:$LINENO: checking for $ac_word" >&5 
     7014echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     7015if test "${ac_cv_prog_F77+set}" = set; then 
     7016  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7017else 
     7018  if test -n "$F77"; then 
     7019  ac_cv_prog_F77="$F77" # Let the user override the test. 
     7020else 
     7021as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     7022for as_dir in $PATH 
     7023do 
     7024  IFS=$as_save_IFS 
     7025  test -z "$as_dir" && as_dir=. 
     7026  for ac_exec_ext in '' $ac_executable_extensions; do 
     7027  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     7028    ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 
     7029    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7030    break 2 
     7031  fi 
     7032done 
     7033done 
     7034 
     7035fi 
     7036fi 
     7037F77=$ac_cv_prog_F77 
     7038if test -n "$F77"; then 
     7039  echo "$as_me:$LINENO: result: $F77" >&5 
     7040echo "${ECHO_T}$F77" >&6 
     7041else 
     7042  echo "$as_me:$LINENO: result: no" >&5 
     7043echo "${ECHO_T}no" >&6 
     7044fi 
     7045 
     7046    test -n "$F77" && break 
     7047  done 
     7048fi 
     7049if test -z "$F77"; then 
     7050  ac_ct_F77=$F77 
     7051  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 
     7052do 
     7053  # Extract the first word of "$ac_prog", so it can be a program name with args. 
     7054set dummy $ac_prog; ac_word=$2 
     7055echo "$as_me:$LINENO: checking for $ac_word" >&5 
     7056echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     7057if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 
     7058  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7059else 
     7060  if test -n "$ac_ct_F77"; then 
     7061  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. 
     7062else 
     7063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     7064for as_dir in $PATH 
     7065do 
     7066  IFS=$as_save_IFS 
     7067  test -z "$as_dir" && as_dir=. 
     7068  for ac_exec_ext in '' $ac_executable_extensions; do 
     7069  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     7070    ac_cv_prog_ac_ct_F77="$ac_prog" 
     7071    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7072    break 2 
     7073  fi 
     7074done 
     7075done 
     7076 
     7077fi 
     7078fi 
     7079ac_ct_F77=$ac_cv_prog_ac_ct_F77 
     7080if test -n "$ac_ct_F77"; then 
     7081  echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 
     7082echo "${ECHO_T}$ac_ct_F77" >&6 
     7083else 
     7084  echo "$as_me:$LINENO: result: no" >&5 
     7085echo "${ECHO_T}no" >&6 
     7086fi 
     7087 
     7088  test -n "$ac_ct_F77" && break 
     7089done 
     7090 
     7091  F77=$ac_ct_F77 
     7092fi 
     7093 
     7094 
     7095# Provide some information about the compiler. 
     7096echo "$as_me:7096:" \ 
     7097     "checking for Fortran 77 compiler version" >&5 
     7098ac_compiler=`set X $ac_compile; echo $2` 
     7099{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 
     7100  (eval $ac_compiler --version </dev/null >&5) 2>&5 
     7101  ac_status=$? 
     7102  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7103  (exit $ac_status); } 
     7104{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 
     7105  (eval $ac_compiler -v </dev/null >&5) 2>&5 
     7106  ac_status=$? 
     7107  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7108  (exit $ac_status); } 
     7109{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 
     7110  (eval $ac_compiler -V </dev/null >&5) 2>&5 
     7111  ac_status=$? 
     7112  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7113  (exit $ac_status); } 
     7114rm -f a.out 
     7115 
     7116# If we don't use `.F' as extension, the preprocessor is not run on the 
     7117# input file.  (Note that this only needs to work for GNU compilers.) 
     7118ac_save_ext=$ac_ext 
     7119ac_ext=F 
     7120echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 
     7121echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 
     7122if test "${ac_cv_f77_compiler_gnu+set}" = set; then 
     7123  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7124else 
     7125  cat >conftest.$ac_ext <<_ACEOF 
     7126      program main 
     7127#ifndef __GNUC__ 
     7128       choke me 
     7129#endif 
     7130 
     7131      end 
     7132_ACEOF 
     7133rm -f conftest.$ac_objext 
     7134if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     7135  (eval $ac_compile) 2>conftest.er1 
     7136  ac_status=$? 
     7137  grep -v '^ *+' conftest.er1 >conftest.err 
     7138  rm -f conftest.er1 
     7139  cat conftest.err >&5 
     7140  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7141  (exit $ac_status); } && 
     7142         { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err' 
     7143  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     7144  (eval $ac_try) 2>&5 
     7145  ac_status=$? 
     7146  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7147  (exit $ac_status); }; } && 
     7148         { ac_try='test -s conftest.$ac_objext' 
     7149  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     7150  (eval $ac_try) 2>&5 
     7151  ac_status=$? 
     7152  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7153  (exit $ac_status); }; }; then 
     7154  ac_compiler_gnu=yes 
     7155else 
     7156  echo "$as_me: failed program was:" >&5 
     7157sed 's/^/| /' conftest.$ac_ext >&5 
     7158 
     7159ac_compiler_gnu=no 
     7160fi 
     7161rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     7162ac_cv_f77_compiler_gnu=$ac_compiler_gnu 
     7163 
     7164fi 
     7165echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 
     7166echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 
     7167ac_ext=$ac_save_ext 
     7168ac_test_FFLAGS=${FFLAGS+set} 
     7169ac_save_FFLAGS=$FFLAGS 
     7170FFLAGS= 
     7171echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 
     7172echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 
     7173if test "${ac_cv_prog_f77_g+set}" = set; then 
     7174  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7175else 
     7176  FFLAGS=-g 
     7177cat >conftest.$ac_ext <<_ACEOF 
     7178      program main 
     7179 
     7180      end 
     7181_ACEOF 
     7182rm -f conftest.$ac_objext 
     7183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     7184  (eval $ac_compile) 2>conftest.er1 
     7185  ac_status=$? 
     7186  grep -v '^ *+' conftest.er1 >conftest.err 
     7187  rm -f conftest.er1 
     7188  cat conftest.err >&5 
     7189  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7190  (exit $ac_status); } && 
     7191         { ac_try='test -z "$ac_f77_werror_flag"                         || test ! -s conftest.err' 
     7192  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     7193  (eval $ac_try) 2>&5 
     7194  ac_status=$? 
     7195  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7196  (exit $ac_status); }; } && 
     7197         { ac_try='test -s conftest.$ac_objext' 
     7198  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     7199  (eval $ac_try) 2>&5 
     7200  ac_status=$? 
     7201  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7202  (exit $ac_status); }; }; then 
     7203  ac_cv_prog_f77_g=yes 
     7204else 
     7205  echo "$as_me: failed program was:" >&5 
     7206sed 's/^/| /' conftest.$ac_ext >&5 
     7207 
     7208ac_cv_prog_f77_g=no 
     7209fi 
     7210rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     7211 
     7212fi 
     7213echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 
     7214echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 
     7215if test "$ac_test_FFLAGS" = set; then 
     7216  FFLAGS=$ac_save_FFLAGS 
     7217elif test $ac_cv_prog_f77_g = yes; then 
     7218  if test "x$ac_cv_f77_compiler_gnu" = xyes; then 
     7219    FFLAGS="-g -O2" 
     7220  else 
     7221    FFLAGS="-g" 
     7222  fi 
     7223else 
     7224  if test "x$ac_cv_f77_compiler_gnu" = xyes; then 
     7225    FFLAGS="-O2" 
     7226  else 
     7227    FFLAGS= 
     7228  fi 
     7229fi 
     7230 
     7231G77=`test $ac_compiler_gnu = yes && echo yes` 
     7232ac_ext=c 
     7233ac_cpp='$CPP $CPPFLAGS' 
     7234ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     7235ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     7236ac_compiler_gnu=$ac_cv_c_compiler_gnu 
     7237 
     7238 
     7239 
     7240# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 
     7241 
     7242# find the maximum length of command line arguments 
     7243echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 
     7244echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 
     7245if test "${lt_cv_sys_max_cmd_len+set}" = set; then 
     7246  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7247else 
     7248    i=0 
     7249  teststring="ABCD" 
     7250 
     7251  case $build_os in 
     7252  msdosdjgpp*) 
     7253    # On DJGPP, this test can blow up pretty badly due to problems in libc 
     7254    # (any single argument exceeding 2000 bytes causes a buffer overrun 
     7255    # during glob expansion).  Even if it were fixed, the result of this 
     7256    # check would be larger than it should be. 
     7257    lt_cv_sys_max_cmd_len=12288;    # 12K is about right 
     7258    ;; 
     7259 
     7260  gnu*) 
     7261    # Under GNU Hurd, this test is not required because there is 
     7262    # no limit to the length of command line arguments. 
     7263    # Libtool will interpret -1 as no limit whatsoever 
     7264    lt_cv_sys_max_cmd_len=-1; 
     7265    ;; 
     7266 
     7267  cygwin* | mingw*) 
     7268    # On Win9x/ME, this test blows up -- it succeeds, but takes 
     7269    # about 5 minutes as the teststring grows exponentially. 
     7270    # Worse, since 9x/ME are not pre-emptively multitasking, 
     7271    # you end up with a "frozen" computer, even though with patience 
     7272    # the test eventually succeeds (with a max line length of 256k). 
     7273    # Instead, let's just punt: use the minimum linelength reported by 
     7274    # all of the supported platforms: 8192 (on NT/2K/XP). 
     7275    lt_cv_sys_max_cmd_len=8192; 
     7276    ;; 
     7277 
     7278  amigaos*) 
     7279    # On AmigaOS with pdksh, this test takes hours, literally. 
     7280    # So we just punt and use a minimum line length of 8192. 
     7281    lt_cv_sys_max_cmd_len=8192; 
     7282    ;; 
     7283 
     7284  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) 
     7285    # This has been around since 386BSD, at least.  Likely further. 
     7286    if test -x /sbin/sysctl; then 
     7287      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` 
     7288    elif test -x /usr/sbin/sysctl; then 
     7289      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` 
     7290    else 
     7291      lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs 
     7292    fi 
     7293    # And add a safety zone 
     7294    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` 
     7295    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` 
     7296    ;; 
     7297 
     7298  interix*) 
     7299    # We know the value 262144 and hardcode it with a safety zone (like BSD) 
     7300    lt_cv_sys_max_cmd_len=196608 
     7301    ;; 
     7302 
     7303  osf*) 
     7304    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure 
     7305    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not 
     7306    # nice to cause kernel panics so lets avoid the loop below. 
     7307    # First set a reasonable default. 
     7308    lt_cv_sys_max_cmd_len=16384 
     7309    # 
     7310    if test -x /sbin/sysconfig; then 
     7311      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in 
     7312        *1*) lt_cv_sys_max_cmd_len=-1 ;; 
     7313      esac 
     7314    fi 
     7315    ;; 
     7316  sco3.2v5*) 
     7317    lt_cv_sys_max_cmd_len=102400 
     7318    ;; 
     7319  sysv5* | sco5v6* | sysv4.2uw2*) 
     7320    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` 
     7321    if test -n "$kargmax"; then 
     7322      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[         ]//'` 
     7323    else 
     7324      lt_cv_sys_max_cmd_len=32768 
     7325    fi 
     7326    ;; 
     7327  *) 
     7328    # If test is not a shell built-in, we'll probably end up computing a 
     7329    # maximum length that is only half of the actual maximum length, but 
     7330    # we can't tell. 
     7331    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} 
     7332    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ 
     7333               = "XX$teststring") >/dev/null 2>&1 && 
     7334            new_result=`expr "X$teststring" : ".*" 2>&1` && 
     7335            lt_cv_sys_max_cmd_len=$new_result && 
     7336            test $i != 17 # 1/2 MB should be enough 
     7337    do 
     7338      i=`expr $i + 1` 
     7339      teststring=$teststring$teststring 
     7340    done 
     7341    teststring= 
     7342    # Add a significant safety factor because C++ compilers can tack on massive 
     7343    # amounts of additional arguments before passing them to the linker. 
     7344    # It appears as though 1/2 is a usable value. 
     7345    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` 
     7346    ;; 
     7347  esac 
     7348 
     7349fi 
     7350 
     7351if test -n $lt_cv_sys_max_cmd_len ; then 
     7352  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 
     7353echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 
     7354else 
     7355  echo "$as_me:$LINENO: result: none" >&5 
     7356echo "${ECHO_T}none" >&6 
     7357fi 
     7358 
     7359 
     7360 
     7361 
     7362# Check for command to grab the raw symbol name followed by C symbol from nm. 
     7363echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 
     7364echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 
     7365if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 
     7366  echo $ECHO_N "(cached) $ECHO_C" >&6 
     7367else 
     7368 
     7369# These are sane defaults that work on at least a few old systems. 
     7370# [They come from Ultrix.  What could be older than Ultrix?!! ;)] 
     7371 
     7372# Character class describing NM global symbol codes. 
     7373symcode='[BCDEGRST]' 
     7374 
     7375# Regexp to match symbols that can be accessed directly from C. 
     7376sympat='\([_A-Za-z][_A-Za-z0-9]*\)' 
     7377 
     7378# Transform an extracted symbol line into a proper C declaration 
     7379lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" 
     7380 
     7381# Transform an extracted symbol line into symbol name and symbol address 
     7382lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'" 
     7383 
     7384# Define system-specific variables. 
     7385case $host_os in 
     7386aix*) 
     7387  symcode='[BCDT]' 
     7388  ;; 
     7389cygwin* | mingw* | pw32*) 
     7390  symcode='[ABCDGISTW]' 
     7391  ;; 
     7392hpux*) # Its linker distinguishes data from code symbols 
     7393  if test "$host_cpu" = ia64; then 
     7394    symcode='[ABCDEGRST]' 
     7395  fi 
     7396  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 
     7397  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'" 
     7398  ;; 
     7399linux*) 
     7400  if test "$host_cpu" = ia64; then 
     7401    symcode='[ABCDGIRSTW]' 
     7402    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 
     7403    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'" 
     7404  fi 
     7405  ;; 
     7406irix* | nonstopux*) 
     7407  symcode='[BCDEGRST]' 
     7408  ;; 
     7409osf*) 
     7410  symcode='[BCDEGQRST]' 
     7411  ;; 
     7412solaris*) 
     7413  symcode='[BDRT]' 
     7414  ;; 
     7415sco3.2v5*) 
     7416  symcode='[DT]' 
     7417  ;; 
     7418sysv4.2uw2*) 
     7419  symcode='[DT]' 
     7420  ;; 
     7421sysv5* | sco5v6* | unixware* | OpenUNIX*) 
     7422  symcode='[ABDT]' 
     7423  ;; 
     7424sysv4) 
     7425  symcode='[DFNSTU]' 
     7426  ;; 
     7427esac 
     7428 
     7429# Handle CRLF in mingw tool chain 
     7430opt_cr= 
     7431case $build_os in 
     7432mingw*) 
     7433  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp 
     7434  ;; 
     7435esac 
     7436 
     7437# If we're using GNU nm, then use its standard symbol codes. 
     7438case `$NM -V 2>&1` in 
     7439*GNU* | *'with BFD'*) 
     7440  symcode='[ABCDGIRSTW]' ;; 
     7441esac 
     7442 
     7443# Try without a prefix undercore, then with it. 
     7444for ac_symprfx in "" "_"; do 
     7445 
     7446  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. 
     7447  symxfrm="\\1 $ac_symprfx\\2 \\2" 
     7448 
     7449  # Write the raw and C identifiers. 
     7450  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[       ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" 
     7451 
     7452  # Check to see that the pipe works correctly. 
     7453  pipe_works=no 
     7454 
     7455  rm -f conftest* 
     7456  cat > conftest.$ac_ext <<EOF 
     7457#ifdef __cplusplus 
     7458extern "C" { 
     7459#endif 
     7460char nm_test_var; 
     7461void nm_test_func(){} 
     7462#ifdef __cplusplus 
     7463} 
     7464#endif 
     7465int main(){nm_test_var='a';nm_test_func();return(0);} 
     7466EOF 
     7467 
     7468  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     7469  (eval $ac_compile) 2>&5 
     7470  ac_status=$? 
     7471  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7472  (exit $ac_status); }; then 
     7473    # Now try to grab the symbols. 
     7474    nlist=conftest.nm 
     7475    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 
     7476  (eval $NM conftest.$ac_objext \| $lt_cv_sys