Changeset 234

Show
Ignore:
Timestamp:
02/23/08 13:11:41 (4 years ago)
Author:
ath
Message:

Add the first revision of RubberBand?.

Location:
trunk
Files:
68 added
12 modified
3 copied

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r216 r234  
    1 SUBDIRS = rgc fm_server fm_gui  
     1SUBDIRS = rgc rubberband fm_server fm_gui  
  • trunk/Makefile.in

    r218 r234  
    138138top_builddir = @top_builddir@ 
    139139top_srcdir = @top_srcdir@ 
    140 SUBDIRS = rgc fm_server fm_gui  
     140SUBDIRS = rgc rubberband fm_server fm_gui  
    141141all: all-recursive 
    142142 
  • trunk/configure

    r216 r234  
    646646target_alias' 
    647647ac_subdirs_all='rgc 
     648rubberband 
    648649fm_server 
    649650fm_gui' 
     
    21402141RGC_SRC_DIR="$(pwd)/$srcdir/rgc/include" 
    21412142RGC_LIB_DIR="$(pwd)/rgc/src" 
     2143RUBBER_SRC_DIR="$(pwd)/$srcdir/rubberband/rubberband" 
     2144RUBBER_LIB_DIR="$(pwd)/rubberband/lib" 
    21422145export RGC_SERVER_CFLAGS="-I"$RGC_SRC_DIR 
    21432146export RGC_SERVER_LIBS="-L$RGC_LIB_DIR -lrgc_server" 
    21442147export RGC_CLIENT_CFLAGS="-I"$RGC_SRC_DIR 
    21452148export RGC_CLIENT_LIBS="-L$RGC_LIB_DIR -lrgc_client" 
     2149export RUBBERBAND_CFLAGS="-I"$RUBBER_SRC_DIR 
     2150export RUBBERBAND_LIBS="-L$RUBBER_LIB_DIR -lrubberband" 
     2151 
     2152subdirs="$subdirs rubberband" 
     2153 
    21462154 
    21472155subdirs="$subdirs fm_server" 
  • trunk/configure.ac

    r218 r234  
    1111RGC_SRC_DIR="$(pwd)/$srcdir/rgc/include" 
    1212RGC_LIB_DIR="$(pwd)/rgc/src" 
     13RUBBER_SRC_DIR="$(pwd)/$srcdir/rubberband/rubberband" 
     14RUBBER_LIB_DIR="$(pwd)/rubberband/lib" 
    1315export RGC_SERVER_CFLAGS="-I"$RGC_SRC_DIR 
    1416export RGC_SERVER_LIBS="-L$RGC_LIB_DIR -lrgc_server" 
    1517export RGC_CLIENT_CFLAGS="-I"$RGC_SRC_DIR 
    1618export RGC_CLIENT_LIBS="-L$RGC_LIB_DIR -lrgc_client" 
     19export RUBBERBAND_CFLAGS="-I"$RUBBER_SRC_DIR 
     20export RUBBERBAND_LIBS="-L$RUBBER_LIB_DIR -lrubberband" 
     21 
     22AC_CONFIG_SUBDIRS([rubberband]) 
    1723 
    1824AC_CONFIG_SUBDIRS([fm_server]) 
  • trunk/fm_server/Makefile.in

    r224 r234  
    179179RGC_SERVER_CFLAGS = @RGC_SERVER_CFLAGS@ 
    180180RGC_SERVER_LIBS = @RGC_SERVER_LIBS@ 
     181RUBBERBAND_CFLAGS = @RUBBERBAND_CFLAGS@ 
     182RUBBERBAND_LIBS = @RUBBERBAND_LIBS@ 
    181183SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ 
    182184SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ 
  • trunk/fm_server/configure

    r224 r234  
    900900SAMPLERATE_CFLAGS 
    901901SAMPLERATE_LIBS 
     902RUBBERBAND_CFLAGS 
     903RUBBERBAND_LIBS 
    902904RGC_SERVER_CFLAGS 
    903905RGC_SERVER_LIBS 
     
    952954SAMPLERATE_CFLAGS 
    953955SAMPLERATE_LIBS 
     956RUBBERBAND_CFLAGS 
     957RUBBERBAND_LIBS 
    954958RGC_SERVER_CFLAGS 
    955959RGC_SERVER_LIBS 
     
    15921596  SAMPLERATE_LIBS 
    15931597              linker flags for SAMPLERATE, overriding pkg-config 
     1598  RUBBERBAND_CFLAGS 
     1599              C compiler flags for RUBBERBAND, overriding pkg-config 
     1600  RUBBERBAND_LIBS 
     1601              linker flags for RUBBERBAND, overriding pkg-config 
    15941602  RGC_SERVER_CFLAGS 
    15951603              C compiler flags for RGC_SERVER, overriding pkg-config 
     
    44254433*-*-irix6*) 
    44264434  # Find out which ABI we are using. 
    4427   echo '#line 4427 "configure"' > conftest.$ac_ext 
     4435  echo '#line 4435 "configure"' > conftest.$ac_ext 
    44284436  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    44294437  (eval $ac_compile) 2>&5 
     
    74577465   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    74587466   -e 's:$: $lt_compiler_flag:'` 
    7459    (eval echo "\"\$as_me:7459: $lt_compile\"" >&5) 
     7467   (eval echo "\"\$as_me:7467: $lt_compile\"" >&5) 
    74607468   (eval "$lt_compile" 2>conftest.err) 
    74617469   ac_status=$? 
    74627470   cat conftest.err >&5 
    7463    echo "$as_me:7463: \$? = $ac_status" >&5 
     7471   echo "$as_me:7471: \$? = $ac_status" >&5 
    74647472   if (exit $ac_status) && test -s "$ac_outfile"; then 
    74657473     # The compiler can only warn and ignore the option if not recognized 
     
    77477755   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    77487756   -e 's:$: $lt_compiler_flag:'` 
    7749    (eval echo "\"\$as_me:7749: $lt_compile\"" >&5) 
     7757   (eval echo "\"\$as_me:7757: $lt_compile\"" >&5) 
    77507758   (eval "$lt_compile" 2>conftest.err) 
    77517759   ac_status=$? 
    77527760   cat conftest.err >&5 
    7753    echo "$as_me:7753: \$? = $ac_status" >&5 
     7761   echo "$as_me:7761: \$? = $ac_status" >&5 
    77547762   if (exit $ac_status) && test -s "$ac_outfile"; then 
    77557763     # The compiler can only warn and ignore the option if not recognized 
     
    78517859   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    78527860   -e 's:$: $lt_compiler_flag:'` 
    7853    (eval echo "\"\$as_me:7853: $lt_compile\"" >&5) 
     7861   (eval echo "\"\$as_me:7861: $lt_compile\"" >&5) 
    78547862   (eval "$lt_compile" 2>out/conftest.err) 
    78557863   ac_status=$? 
    78567864   cat out/conftest.err >&5 
    7857    echo "$as_me:7857: \$? = $ac_status" >&5 
     7865   echo "$as_me:7865: \$? = $ac_status" >&5 
    78587866   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    78597867   then 
     
    1021310221  lt_status=$lt_dlunknown 
    1021410222  cat > conftest.$ac_ext <<EOF 
    10215 #line 10215 "configure" 
     10223#line 10223 "configure" 
    1021610224#include "confdefs.h" 
    1021710225 
     
    1031310321  lt_status=$lt_dlunknown 
    1031410322  cat > conftest.$ac_ext <<EOF 
    10315 #line 10315 "configure" 
     10323#line 10323 "configure" 
    1031610324#include "confdefs.h" 
    1031710325 
     
    1273312741   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1273412742   -e 's:$: $lt_compiler_flag:'` 
    12735    (eval echo "\"\$as_me:12735: $lt_compile\"" >&5) 
     12743   (eval echo "\"\$as_me:12743: $lt_compile\"" >&5) 
    1273612744   (eval "$lt_compile" 2>conftest.err) 
    1273712745   ac_status=$? 
    1273812746   cat conftest.err >&5 
    12739    echo "$as_me:12739: \$? = $ac_status" >&5 
     12747   echo "$as_me:12747: \$? = $ac_status" >&5 
    1274012748   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1274112749     # The compiler can only warn and ignore the option if not recognized 
     
    1283712845   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1283812846   -e 's:$: $lt_compiler_flag:'` 
    12839    (eval echo "\"\$as_me:12839: $lt_compile\"" >&5) 
     12847   (eval echo "\"\$as_me:12847: $lt_compile\"" >&5) 
    1284012848   (eval "$lt_compile" 2>out/conftest.err) 
    1284112849   ac_status=$? 
    1284212850   cat out/conftest.err >&5 
    12843    echo "$as_me:12843: \$? = $ac_status" >&5 
     12851   echo "$as_me:12851: \$? = $ac_status" >&5 
    1284412852   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1284512853   then 
     
    1441414422   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1441514423   -e 's:$: $lt_compiler_flag:'` 
    14416    (eval echo "\"\$as_me:14416: $lt_compile\"" >&5) 
     14424   (eval echo "\"\$as_me:14424: $lt_compile\"" >&5) 
    1441714425   (eval "$lt_compile" 2>conftest.err) 
    1441814426   ac_status=$? 
    1441914427   cat conftest.err >&5 
    14420    echo "$as_me:14420: \$? = $ac_status" >&5 
     14428   echo "$as_me:14428: \$? = $ac_status" >&5 
    1442114429   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1442214430     # The compiler can only warn and ignore the option if not recognized 
     
    1451814526   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1451914527   -e 's:$: $lt_compiler_flag:'` 
    14520    (eval echo "\"\$as_me:14520: $lt_compile\"" >&5) 
     14528   (eval echo "\"\$as_me:14528: $lt_compile\"" >&5) 
    1452114529   (eval "$lt_compile" 2>out/conftest.err) 
    1452214530   ac_status=$? 
    1452314531   cat out/conftest.err >&5 
    14524    echo "$as_me:14524: \$? = $ac_status" >&5 
     14532   echo "$as_me:14532: \$? = $ac_status" >&5 
    1452514533   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1452614534   then 
     
    1671816726   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1671916727   -e 's:$: $lt_compiler_flag:'` 
    16720    (eval echo "\"\$as_me:16720: $lt_compile\"" >&5) 
     16728   (eval echo "\"\$as_me:16728: $lt_compile\"" >&5) 
    1672116729   (eval "$lt_compile" 2>conftest.err) 
    1672216730   ac_status=$? 
    1672316731   cat conftest.err >&5 
    16724    echo "$as_me:16724: \$? = $ac_status" >&5 
     16732   echo "$as_me:16732: \$? = $ac_status" >&5 
    1672516733   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1672616734     # The compiler can only warn and ignore the option if not recognized 
     
    1700817016   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1700917017   -e 's:$: $lt_compiler_flag:'` 
    17010    (eval echo "\"\$as_me:17010: $lt_compile\"" >&5) 
     17018   (eval echo "\"\$as_me:17018: $lt_compile\"" >&5) 
    1701117019   (eval "$lt_compile" 2>conftest.err) 
    1701217020   ac_status=$? 
    1701317021   cat conftest.err >&5 
    17014    echo "$as_me:17014: \$? = $ac_status" >&5 
     17022   echo "$as_me:17022: \$? = $ac_status" >&5 
    1701517023   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1701617024     # The compiler can only warn and ignore the option if not recognized 
     
    1711217120   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1711317121   -e 's:$: $lt_compiler_flag:'` 
    17114    (eval echo "\"\$as_me:17114: $lt_compile\"" >&5) 
     17122   (eval echo "\"\$as_me:17122: $lt_compile\"" >&5) 
    1711517123   (eval "$lt_compile" 2>out/conftest.err) 
    1711617124   ac_status=$? 
    1711717125   cat out/conftest.err >&5 
    17118    echo "$as_me:17118: \$? = $ac_status" >&5 
     17126   echo "$as_me:17126: \$? = $ac_status" >&5 
    1711917127   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1712017128   then 
     
    2496924977 
    2497024978pkg_failed=no 
     24979{ echo "$as_me:$LINENO: checking for RUBBERBAND" >&5 
     24980echo $ECHO_N "checking for RUBBERBAND... $ECHO_C" >&6; } 
     24981 
     24982if test -n "$PKG_CONFIG"; then 
     24983    if test -n "$RUBBERBAND_CFLAGS"; then 
     24984        pkg_cv_RUBBERBAND_CFLAGS="$RUBBERBAND_CFLAGS" 
     24985    else 
     24986        if test -n "$PKG_CONFIG" && \ 
     24987    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rubberband\"") >&5 
     24988  ($PKG_CONFIG --exists --print-errors "rubberband") 2>&5 
     24989  ac_status=$? 
     24990  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     24991  (exit $ac_status); }; then 
     24992  pkg_cv_RUBBERBAND_CFLAGS=`$PKG_CONFIG --cflags "rubberband" 2>/dev/null` 
     24993else 
     24994  pkg_failed=yes 
     24995fi 
     24996    fi 
     24997else 
     24998        pkg_failed=untried 
     24999fi 
     25000if test -n "$PKG_CONFIG"; then 
     25001    if test -n "$RUBBERBAND_LIBS"; then 
     25002        pkg_cv_RUBBERBAND_LIBS="$RUBBERBAND_LIBS" 
     25003    else 
     25004        if test -n "$PKG_CONFIG" && \ 
     25005    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rubberband\"") >&5 
     25006  ($PKG_CONFIG --exists --print-errors "rubberband") 2>&5 
     25007  ac_status=$? 
     25008  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     25009  (exit $ac_status); }; then 
     25010  pkg_cv_RUBBERBAND_LIBS=`$PKG_CONFIG --libs "rubberband" 2>/dev/null` 
     25011else 
     25012  pkg_failed=yes 
     25013fi 
     25014    fi 
     25015else 
     25016        pkg_failed=untried 
     25017fi 
     25018 
     25019 
     25020 
     25021if test $pkg_failed = yes; then 
     25022 
     25023if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
     25024        _pkg_short_errors_supported=yes 
     25025else 
     25026        _pkg_short_errors_supported=no 
     25027fi 
     25028        if test $_pkg_short_errors_supported = yes; then 
     25029                RUBBERBAND_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "rubberband"` 
     25030        else 
     25031                RUBBERBAND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "rubberband"` 
     25032        fi 
     25033        # Put the nasty error message in config.log where it belongs 
     25034        echo "$RUBBERBAND_PKG_ERRORS" >&5 
     25035 
     25036        { { echo "$as_me:$LINENO: error: Package requirements (rubberband) were not met: 
     25037 
     25038$RUBBERBAND_PKG_ERRORS 
     25039 
     25040Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     25041installed software in a non-standard prefix. 
     25042 
     25043Alternatively, you may set the environment variables RUBBERBAND_CFLAGS 
     25044and RUBBERBAND_LIBS to avoid the need to call pkg-config. 
     25045See the pkg-config man page for more details. 
     25046" >&5 
     25047echo "$as_me: error: Package requirements (rubberband) were not met: 
     25048 
     25049$RUBBERBAND_PKG_ERRORS 
     25050 
     25051Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     25052installed software in a non-standard prefix. 
     25053 
     25054Alternatively, you may set the environment variables RUBBERBAND_CFLAGS 
     25055and RUBBERBAND_LIBS to avoid the need to call pkg-config. 
     25056See the pkg-config man page for more details. 
     25057" >&2;} 
     25058   { (exit 1); exit 1; }; } 
     25059elif test $pkg_failed = untried; then 
     25060        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
     25061is in your PATH or set the PKG_CONFIG environment variable to the full 
     25062path to pkg-config. 
     25063 
     25064Alternatively, you may set the environment variables RUBBERBAND_CFLAGS 
     25065and RUBBERBAND_LIBS to avoid the need to call pkg-config. 
     25066See the pkg-config man page for more details. 
     25067 
     25068To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     25069See \`config.log' for more details." >&5 
     25070echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
     25071is in your PATH or set the PKG_CONFIG environment variable to the full 
     25072path to pkg-config. 
     25073 
     25074Alternatively, you may set the environment variables RUBBERBAND_CFLAGS 
     25075and RUBBERBAND_LIBS to avoid the need to call pkg-config. 
     25076See the pkg-config man page for more details. 
     25077 
     25078To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     25079See \`config.log' for more details." >&2;} 
     25080   { (exit 1); exit 1; }; } 
     25081else 
     25082        RUBBERBAND_CFLAGS=$pkg_cv_RUBBERBAND_CFLAGS 
     25083        RUBBERBAND_LIBS=$pkg_cv_RUBBERBAND_LIBS 
     25084        { echo "$as_me:$LINENO: result: yes" >&5 
     25085echo "${ECHO_T}yes" >&6; } 
     25086        : 
     25087fi 
     25088 
     25089 
     25090 
     25091 
     25092pkg_failed=no 
    2497125093{ echo "$as_me:$LINENO: checking for RGC_SERVER" >&5 
    2497225094echo $ECHO_N "checking for RGC_SERVER... $ECHO_C" >&6; } 
     
    2578325905 
    2578425906 
    25785 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/fm_input_gst/Makefile src/fm_song_db/Makefile test/Makefile" 
     25907ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/fm_input_gst/Makefile src/fm_effect_rubber/Makefile src/fm_song_db/Makefile test/Makefile" 
    2578625908 
    2578725909cat >confcache <<\_ACEOF 
     
    2641126533    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 
    2641226534    "src/fm_input_gst/Makefile") CONFIG_FILES="$CONFIG_FILES src/fm_input_gst/Makefile" ;; 
     26535    "src/fm_effect_rubber/Makefile") CONFIG_FILES="$CONFIG_FILES src/fm_effect_rubber/Makefile" ;; 
    2641326536    "src/fm_song_db/Makefile") CONFIG_FILES="$CONFIG_FILES src/fm_song_db/Makefile" ;; 
    2641426537    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 
     
    2664626769SAMPLERATE_CFLAGS!$SAMPLERATE_CFLAGS$ac_delim 
    2664726770SAMPLERATE_LIBS!$SAMPLERATE_LIBS$ac_delim 
     26771RUBBERBAND_CFLAGS!$RUBBERBAND_CFLAGS$ac_delim 
     26772RUBBERBAND_LIBS!$RUBBERBAND_LIBS$ac_delim 
    2664826773RGC_SERVER_CFLAGS!$RGC_SERVER_CFLAGS$ac_delim 
    2664926774RGC_SERVER_LIBS!$RGC_SERVER_LIBS$ac_delim 
     
    2667526800_ACEOF 
    2667626801 
    26677   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 60; then 
     26802  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 62; then 
    2667826803    break 
    2667926804  elif $ac_last_try; then 
  • trunk/fm_server/configure.ac

    r224 r234  
    6666AC_SUBST(SAMPLERATE_CFLAGS) 
    6767 
     68PKG_CHECK_MODULES(RUBBERBAND, rubberband) 
     69AC_SUBST(RUBBERBAND_LIBS) 
     70AC_SUBST(RUBBERBAND_CFLAGS) 
     71 
    6872PKG_CHECK_MODULES(RGC_SERVER, rgc_server) 
    6973AC_SUBST(RGC_SERVER_LIBS) 
     
    202206                 src/Makefile 
    203207                 src/fm_input_gst/Makefile 
     208                 src/fm_effect_rubber/Makefile 
    204209                 src/fm_song_db/Makefile 
    205210                 test/Makefile]) 
  • trunk/fm_server/src/Makefile.am

    r225 r234  
    1 SUBDIRS = fm_input_gst fm_song_db 
     1SUBDIRS = fm_input_gst fm_effect_rubber fm_song_db 
    22 
    33 
     
    5656        $(RGC_SERVER_LIBS) \ 
    5757        fm_input_gst/libfm_input_gst.la \ 
     58        fm_effect_rubber/libfm_effect_rubber.la \ 
    5859        fm_song_db/libfm_song_db.la 
    5960 
  • trunk/fm_server/src/Makefile.in

    r225 r234  
    121121fm_server_OBJECTS = $(am_fm_server_OBJECTS) 
    122122fm_server_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 
    123         fm_input_gst/libfm_input_gst.la fm_song_db/libfm_song_db.la \ 
    124         libfm_effect_rate.la libfm_input_cdj.la $(am__append_2) \ 
    125         $(am__append_4) $(am__append_6) 
     123        fm_input_gst/libfm_input_gst.la \ 
     124        fm_effect_rubber/libfm_effect_rubber.la \ 
     125        fm_song_db/libfm_song_db.la libfm_effect_rate.la \ 
     126        libfm_input_cdj.la $(am__append_2) $(am__append_4) \ 
     127        $(am__append_6) 
    126128DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 
    127129depcomp = $(SHELL) $(top_srcdir)/depcomp 
     
    250252RGC_SERVER_CFLAGS = @RGC_SERVER_CFLAGS@ 
    251253RGC_SERVER_LIBS = @RGC_SERVER_LIBS@ 
     254RUBBERBAND_CFLAGS = @RUBBERBAND_CFLAGS@ 
     255RUBBERBAND_LIBS = @RUBBERBAND_LIBS@ 
    252256SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ 
    253257SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ 
     
    311315top_builddir = @top_builddir@ 
    312316top_srcdir = @top_srcdir@ 
    313 SUBDIRS = fm_input_gst fm_song_db 
     317SUBDIRS = fm_input_gst fm_effect_rubber fm_song_db 
    314318AM_CPPFLAGS = $(GLIB_CFLAGS) \ 
    315319        $(RGC_SERVER_CFLAGS) 
     
    354358fm_server_INCLUDES =  
    355359fm_server_LDADD = $(GLIB_LIBS) $(RGC_SERVER_LIBS) \ 
    356         fm_input_gst/libfm_input_gst.la fm_song_db/libfm_song_db.la \ 
    357         libfm_effect_rate.la libfm_input_cdj.la $(am__append_2) \ 
    358         $(am__append_4) $(am__append_6) 
     360        fm_input_gst/libfm_input_gst.la \ 
     361        fm_effect_rubber/libfm_effect_rubber.la \ 
     362        fm_song_db/libfm_song_db.la libfm_effect_rate.la \ 
     363        libfm_input_cdj.la $(am__append_2) $(am__append_4) \ 
     364        $(am__append_6) 
    359365noinst_LTLIBRARIES = libfm_effect_rate.la libfm_input_cdj.la \ 
    360366        $(am__append_1) $(am__append_3) $(am__append_5) 
  • trunk/fm_server/src/fm_input_gst/Makefile.in

    r224 r234  
    163163RGC_SERVER_CFLAGS = @RGC_SERVER_CFLAGS@ 
    164164RGC_SERVER_LIBS = @RGC_SERVER_LIBS@ 
     165RUBBERBAND_CFLAGS = @RUBBERBAND_CFLAGS@ 
     166RUBBERBAND_LIBS = @RUBBERBAND_LIBS@ 
    165167SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ 
    166168SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ 
  • trunk/fm_server/src/fm_song_db/Makefile.in

    r224 r234  
    162162RGC_SERVER_CFLAGS = @RGC_SERVER_CFLAGS@ 
    163163RGC_SERVER_LIBS = @RGC_SERVER_LIBS@ 
     164RUBBERBAND_CFLAGS = @RUBBERBAND_CFLAGS@ 
     165RUBBERBAND_LIBS = @RUBBERBAND_LIBS@ 
    164166SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ 
    165167SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ 
  • trunk/fm_server/test/Makefile.in

    r224 r234  
    178178RGC_SERVER_CFLAGS = @RGC_SERVER_CFLAGS@ 
    179179RGC_SERVER_LIBS = @RGC_SERVER_LIBS@ 
     180RUBBERBAND_CFLAGS = @RUBBERBAND_CFLAGS@ 
     181RUBBERBAND_LIBS = @RUBBERBAND_LIBS@ 
    180182SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ 
    181183SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ 
  • trunk/rubberband/Makefile.in

    r218 r234  
    3030PRE_UNINSTALL = : 
    3131POST_UNINSTALL = : 
     32build_triplet = @build@ 
     33host_triplet = @host@ 
    3234subdir = . 
    3335DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 
    3436        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ 
    35         ChangeLog INSTALL NEWS install-sh missing 
     37        ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 
     38        install-sh ltmain.sh missing 
    3639ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    3740am__aclocal_m4_deps = $(top_srcdir)/configure.ac 
     
    6972ACLOCAL = @ACLOCAL@ 
    7073AMTAR = @AMTAR@ 
     74AR = @AR@ 
    7175AUTOCONF = @AUTOCONF@ 
    7276AUTOHEADER = @AUTOHEADER@ 
    7377AUTOMAKE = @AUTOMAKE@ 
    7478AWK = @AWK@ 
     79CC = @CC@ 
     80CCDEPMODE = @CCDEPMODE@ 
     81CFLAGS = @CFLAGS@ 
     82CPP = @CPP@ 
     83CPPFLAGS = @CPPFLAGS@ 
     84CXX = @CXX@ 
     85CXXCPP = @CXXCPP@ 
     86CXXDEPMODE = @CXXDEPMODE@ 
     87CXXFLAGS = @CXXFLAGS@ 
    7588CYGPATH_W = @CYGPATH_W@ 
    7689DEFS = @DEFS@ 
     90DEPDIR = @DEPDIR@ 
     91ECHO = @ECHO@ 
    7792ECHO_C = @ECHO_C@ 
    7893ECHO_N = @ECHO_N@ 
    7994ECHO_T = @ECHO_T@ 
     95EGREP = @EGREP@ 
     96EXEEXT = @EXEEXT@ 
     97F77 = @F77@ 
     98FFLAGS = @FFLAGS@ 
     99FFTW_CFLAGS = @FFTW_CFLAGS@ 
     100FFTW_LIBS = @FFTW_LIBS@ 
     101GREP = @GREP@ 
    80102INSTALL = @INSTALL@ 
    81103INSTALL_DATA = @INSTALL_DATA@ 
     
    83105INSTALL_SCRIPT = @INSTALL_SCRIPT@ 
    84106INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 
     107LDFLAGS = @LDFLAGS@ 
    85108LIBOBJS = @LIBOBJS@ 
    86109LIBS = @LIBS@ 
     110LIBTOOL = @LIBTOOL@ 
     111LN_S = @LN_S@ 
    87112LTLIBOBJS = @LTLIBOBJS@ 
    88113MAKEINFO = @MAKEINFO@ 
    89114MKDIR_P = @MKDIR_P@ 
     115OBJEXT = @OBJEXT@ 
    90116PACKAGE = @PACKAGE@ 
    91117PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 
     
    95121PACKAGE_VERSION = @PACKAGE_VERSION@ 
    96122PATH_SEPARATOR = @PATH_SEPARATOR@ 
     123PKG_CONFIG = @PKG_CONFIG@ 
     124RANLIB = @RANLIB@ 
     125SED = @SED@ 
    97126SET_MAKE = @SET_MAKE@ 
    98127SHELL = @SHELL@ 
     128SRC_CFLAGS = @SRC_CFLAGS@ 
     129SRC_LIBS = @SRC_LIBS@ 
    99130STRIP = @STRIP@ 
    100131VERSION = @VERSION@ 
     
    103134abs_top_builddir = @abs_top_builddir@ 
    104135abs_top_srcdir = @abs_top_srcdir@ 
     136ac_ct_CC = @ac_ct_CC@ 
     137ac_ct_CXX = @ac_ct_CXX@ 
     138ac_ct_F77 = @ac_ct_F77@ 
     139am__include = @am__include@ 
    105140am__leading_dot = @am__leading_dot@ 
     141am__quote = @am__quote@ 
    106142am__tar = @am__tar@ 
    107143am__untar = @am__untar@ 
    108144bindir = @bindir@ 
     145build = @build@ 
    109146build_alias = @build_alias@ 
     147build_cpu = @build_cpu@ 
     148build_os = @build_os@ 
     149build_vendor = @build_vendor@ 
    110150builddir = @builddir@ 
    111151datadir = @datadir@ 
     
    114154dvidir = @dvidir@ 
    115155exec_prefix = @exec_prefix@ 
     156host = @host@ 
    116157host_alias = @host_alias@ 
     158host_cpu = @host_cpu@ 
     159host_os = @host_os@ 
     160host_vendor = @host_vendor@ 
    117161htmldir = @htmldir@ 
    118162includedir = @includedir@ 
     
    133177sharedstatedir = @sharedstatedir@ 
    134178srcdir = @srcdir@ 
    135 subdirs = @subdirs@ 
    136179sysconfdir = @sysconfdir@ 
    137180target_alias = @target_alias@ 
    138181top_builddir = @top_builddir@ 
    139182top_srcdir = @top_srcdir@ 
    140 SUBDIRS = rgc fm_server fm_gui  
     183SUBDIRS = include src 
    141184all: all-recursive 
    142185 
     
    175218$(ACLOCAL_M4):  $(am__aclocal_m4_deps) 
    176219        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 
     220 
     221mostlyclean-libtool: 
     222        -rm -f *.lo 
     223 
     224clean-libtool: 
     225        -rm -rf .libs _libs 
     226 
     227distclean-libtool: 
     228        -rm -f libtool 
    177229 
    178230# This directory's subdirectories are mostly independent; you can cd 
     
    480532clean: clean-recursive 
    481533 
    482 clean-am: clean-generic mostlyclean-am 
     534clean-am: clean-generic clean-libtool mostlyclean-am 
    483535 
    484536distclean: distclean-recursive 
    485537        -rm -f $(am__CONFIG_DISTCLEAN_FILES) 
    486538        -rm -f Makefile 
    487 distclean-am: clean-am distclean-generic distclean-tags 
     539distclean-am: clean-am distclean-generic distclean-libtool \ 
     540        distclean-tags 
    488541 
    489542dvi: dvi-recursive 
     
    523576mostlyclean: mostlyclean-recursive 
    524577 
    525 mostlyclean-am: mostlyclean-generic 
     578mostlyclean-am: mostlyclean-generic mostlyclean-libtool 
    526579 
    527580pdf: pdf-recursive 
     
    540593.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 
    541594        all all-am am--refresh check check-am clean clean-generic \ 
    542         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 
    543         dist-shar dist-tarZ dist-zip distcheck distclean \ 
    544         distclean-generic distclean-tags distcleancheck distdir \ 
    545         distuninstallcheck dvi dvi-am html html-am info info-am \ 
    546         install install-am install-data install-data-am install-dvi \ 
    547         install-dvi-am install-exec install-exec-am install-html \ 
    548         install-html-am install-info install-info-am install-man \ 
    549         install-pdf install-pdf-am install-ps install-ps-am \ 
    550         install-strip installcheck installcheck-am installdirs \ 
    551         installdirs-am maintainer-clean maintainer-clean-generic \ 
    552         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 
    553         tags-recursive uninstall uninstall-am 
     595        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 
     596        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ 
     597        distclean-generic distclean-libtool distclean-tags \ 
     598        distcleancheck distdir distuninstallcheck dvi dvi-am html \ 
     599        html-am info info-am install install-am install-data \ 
     600        install-data-am install-dvi install-dvi-am install-exec \ 
     601        install-exec-am install-html install-html-am install-info \ 
     602        install-info-am install-man install-pdf install-pdf-am \ 
     603        install-ps install-ps-am install-strip installcheck \ 
     604        installcheck-am installdirs installdirs-am maintainer-clean \ 
     605        maintainer-clean-generic mostlyclean mostlyclean-generic \ 
     606        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 
     607        uninstall uninstall-am 
    554608 
    555609# Tell versions [3.59,3.63) of GNU make to not export all variables. 
  • trunk/rubberband/configure

    r224 r234  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for FreeMix Server 0.1. 
     3# Generated by GNU Autoconf 2.61 for RubberBand 0.1. 
    44# 
    5 # Report bugs to <alberto.botti@yoda2000.net>. 
     5# Report bugs to <cannam@all-day-breakfast.com>. 
    66# 
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    727727 
    728728# Identity of this package. 
    729 PACKAGE_NAME='FreeMix Server' 
    730 PACKAGE_TARNAME='fm_server' 
     729PACKAGE_NAME='RubberBand' 
     730PACKAGE_TARNAME='rubberband' 
    731731PACKAGE_VERSION='0.1' 
    732 PACKAGE_STRING='FreeMix Server 0.1' 
    733 PACKAGE_BUGREPORT='alberto.botti@yoda2000.net' 
    734  
    735 ac_unique_file="config.h.in" 
     732PACKAGE_STRING='RubberBand 0.1' 
     733PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' 
     734 
    736735# Factoring default headers for most tests. 
    737736ac_includes_default="\ 
     
    770769#endif" 
    771770 
     771ac_unique_file="src/StretcherImpl.h" 
    772772ac_subst_vars='SHELL 
    773773PATH_SEPARATOR 
     
    860860AR 
    861861RANLIB 
    862 DLLTOOL 
    863 AS 
    864 OBJDUMP 
    865862CPP 
    866863CXX 
     
    875872ac_ct_F77 
    876873LIBTOOL 
    877 USE_NLS 
    878 MSGFMT 
    879 GMSGFMT 
    880 MSGFMT_015 
    881 GMSGFMT_015 
    882 XGETTEXT 
    883 XGETTEXT_015 
    884 MSGMERGE 
    885 INTL_MACOSX_LIBS 
    886 LIBICONV 
    887 LTLIBICONV 
    888 INTLLIBS 
    889 LIBINTL 
    890 LTLIBINTL 
    891 POSUB 
     874PKG_CONFIG 
     875SRC_CFLAGS 
     876SRC_LIBS 
     877FFTW_CFLAGS 
     878FFTW_LIBS 
    892879LIBOBJS 
    893 PKG_CONFIG 
    894 GLIB_CFLAGS 
    895 GLIB_LIBS 
    896 LIBXML_CFLAGS 
    897 LIBXML_LIBS 
    898 GSTREAMER_CFLAGS 
    899 GSTREAMER_LIBS 
    900 SAMPLERATE_CFLAGS 
    901 SAMPLERATE_LIBS 
    902 RGC_SERVER_CFLAGS 
    903 RGC_SERVER_LIBS 
    904 RGC_CLIENT_CFLAGS 
    905 RGC_CLIENT_LIBS 
    906 ALSA_CFLAGS 
    907 ALSA_LIBS 
    908 HAVE_ALSA_TRUE 
    909 HAVE_ALSA_FALSE 
    910 JACK_CFLAGS 
    911 JACK_LIBS 
    912 HAVE_JACK_TRUE 
    913 HAVE_JACK_FALSE 
    914 PULSE_CFLAGS 
    915 PULSE_LIBS 
    916 HAVE_PULSE_TRUE 
    917 HAVE_PULSE_FALSE 
    918 NO_PREFIX_PACKAGE_DATA_DIR 
    919 PACKAGE_DATA_DIR 
    920 NO_PREFIX_PACKAGE_DOC_DIR 
    921 PACKAGE_DOC_DIR 
    922 NO_PREFIX_PACKAGE_PIXMAPS_DIR 
    923 PACKAGE_PIXMAPS_DIR 
    924 NO_PREFIX_PACKAGE_HELP_DIR 
    925 PACKAGE_HELP_DIR 
    926 NO_PREFIX_PACKAGE_MENU_DIR 
    927 PACKAGE_MENU_DIR 
    928880LTLIBOBJS' 
    929881ac_subst_files='' 
     
    944896FFLAGS 
    945897PKG_CONFIG 
    946 GLIB_CFLAGS 
    947 GLIB_LIBS 
    948 LIBXML_CFLAGS 
    949 LIBXML_LIBS 
    950 GSTREAMER_CFLAGS 
    951 GSTREAMER_LIBS 
    952 SAMPLERATE_CFLAGS 
    953 SAMPLERATE_LIBS 
    954 RGC_SERVER_CFLAGS 
    955 RGC_SERVER_LIBS 
    956 RGC_CLIENT_CFLAGS 
    957 RGC_CLIENT_LIBS 
    958 ALSA_CFLAGS 
    959 ALSA_LIBS 
    960 JACK_CFLAGS 
    961 JACK_LIBS 
    962 PULSE_CFLAGS 
    963 PULSE_LIBS' 
     898SRC_CFLAGS 
     899SRC_LIBS 
     900FFTW_CFLAGS 
     901FFTW_LIBS' 
    964902 
    965903 
     
    14641402  # This message is too long to be a string in the A/UX 3.1 sh. 
    14651403  cat <<_ACEOF 
    1466 \`configure' configures FreeMix Server 0.1 to adapt to many kinds of systems. 
     1404\`configure' configures RubberBand 0.1 to adapt to many kinds of systems. 
    14671405 
    14681406Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    15121450  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
    15131451  --mandir=DIR           man documentation [DATAROOTDIR/man] 
    1514   --docdir=DIR           documentation root [DATAROOTDIR/doc/fm_server] 
     1452  --docdir=DIR           documentation root [DATAROOTDIR/doc/rubberband] 
    15151453  --htmldir=DIR          html documentation [DOCDIR] 
    15161454  --dvidir=DIR           dvi documentation [DOCDIR] 
     
    15341472if test -n "$ac_init_help"; then 
    15351473  case $ac_init_help in 
    1536      short | recursive ) echo "Configuration of FreeMix Server 0.1:";; 
     1474     short | recursive ) echo "Configuration of RubberBand 0.1:";; 
    15371475   esac 
    15381476  cat <<\_ACEOF 
     
    15481486  --enable-dependency-tracking   do not reject slow dependency extractors 
    15491487  --disable-libtool-lock  avoid locking (might break parallel builds) 
    1550   --disable-nls           do not use Native Language Support 
    1551   --disable-rpath         do not hardcode runtime library paths 
    15521488 
    15531489Optional Packages: 
     
    15581494                          both] 
    15591495  --with-tags[=TAGS]      include additional configurations [automatic] 
    1560   --with-gnu-ld           assume the C compiler uses GNU ld default=no 
    1561   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib 
    1562   --without-libiconv-prefix     don't search for libiconv in includedir and libdir 
    1563   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib 
    1564   --without-libintl-prefix     don't search for libintl in includedir and libdir 
    15651496 
    15661497Some influential environment variables: 
     
    15791510  FFLAGS      Fortran 77 compiler flags 
    15801511  PKG_CONFIG  path to pkg-config utility 
    1581   GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config 
    1582   GLIB_LIBS   linker flags for GLIB, overriding pkg-config 
    1583   LIBXML_CFLAGS 
    1584               C compiler flags for LIBXML, overriding pkg-config 
    1585   LIBXML_LIBS linker flags for LIBXML, overriding pkg-config 
    1586   GSTREAMER_CFLAGS 
    1587               C compiler flags for GSTREAMER, overriding pkg-config 
    1588   GSTREAMER_LIBS 
    1589               linker flags for GSTREAMER, overriding pkg-config 
    1590   SAMPLERATE_CFLAGS 
    1591               C compiler flags for SAMPLERATE, overriding pkg-config 
    1592   SAMPLERATE_LIBS 
    1593               linker flags for SAMPLERATE, overriding pkg-config 
    1594   RGC_SERVER_CFLAGS 
    1595               C compiler flags for RGC_SERVER, overriding pkg-config 
    1596   RGC_SERVER_LIBS 
    1597               linker flags for RGC_SERVER, overriding pkg-config 
    1598   RGC_CLIENT_CFLAGS 
    1599               C compiler flags for RGC_CLIENT, overriding pkg-config 
    1600   RGC_CLIENT_LIBS 
    1601               linker flags for RGC_CLIENT, overriding pkg-config 
    1602   ALSA_CFLAGS C compiler flags for ALSA, overriding pkg-config 
    1603   ALSA_LIBS   linker flags for ALSA, overriding pkg-config 
    1604   JACK_CFLAGS C compiler flags for JACK, overriding pkg-config 
    1605   JACK_LIBS   linker flags for JACK, overriding pkg-config 
    1606   PULSE_CFLAGS 
    1607               C compiler flags for PULSE, overriding pkg-config 
    1608   PULSE_LIBS  linker flags for PULSE, overriding pkg-config 
     1512  SRC_CFLAGS  C compiler flags for SRC, overriding pkg-config 
     1513  SRC_LIBS    linker flags for SRC, overriding pkg-config 
     1514  FFTW_CFLAGS C compiler flags for FFTW, overriding pkg-config 
     1515  FFTW_LIBS   linker flags for FFTW, overriding pkg-config 
    16091516 
    16101517Use these variables to override the choices made by `configure' or to help 
    16111518it to find libraries and programs with nonstandard names/locations. 
    16121519 
    1613 Report bugs to <alberto.botti@yoda2000.net>. 
     1520Report bugs to <cannam@all-day-breakfast.com>. 
    16141521_ACEOF 
    16151522ac_status=$? 
     
    16721579if $ac_init_version; then 
    16731580  cat <<\_ACEOF 
    1674 FreeMix Server configure 0.1 
     1581RubberBand configure 0.1 
    16751582generated by GNU Autoconf 2.61 
    16761583 
     
    16861593running configure, to aid debugging if configure makes a mistake. 
    16871594 
    1688 It was created by FreeMix Server $as_me 0.1, which was 
     1595It was created by RubberBand $as_me 0.1, which was 
    16891596generated by GNU Autoconf 2.61.  Invocation command line was 
    16901597 
     
    20391946 
    20401947 
    2041  
    2042 ac_config_headers="$ac_config_headers config.h" 
    2043  
    2044  
    20451948am__api_version='1.10' 
    20461949 
     
    23792282 
    23802283# Define the identity of the package. 
    2381  PACKAGE='fm_server' 
     2284 PACKAGE='rubberband' 
    23822285 VERSION='0.1' 
    23832286 
     
    25212424 
    25222425am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' 
    2523  
    2524  
    25252426 
    25262427 
     
    44254326*-*-irix6*) 
    44264327  # Find out which ABI we are using. 
    4427   echo '#line 4427 "configure"' > conftest.$ac_ext 
     4328  echo '#line 4328 "configure"' > conftest.$ac_ext 
    44284329  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    44294330  (eval $ac_compile) 2>&5 
     
    46054506  ;; 
    46064507 
    4607 *-*-cygwin* | *-*-mingw* | *-*-pw32*) 
    4608   if test -n "$ac_tool_prefix"; then 
    4609   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. 
    4610 set dummy ${ac_tool_prefix}dlltool; ac_word=$2 
    4611 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    4612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    4613 if test "${ac_cv_prog_DLLTOOL+set}" = set; then 
    4614   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4615 else 
    4616   if test -n "$DLLTOOL"; then 
    4617   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 
    4618 else 
    4619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    4620 for as_dir in $PATH 
    4621 do 
    4622   IFS=$as_save_IFS 
    4623   test -z "$as_dir" && as_dir=. 
    4624   for ac_exec_ext in '' $ac_executable_extensions; do 
    4625   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    4626     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 
    4627     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    4628     break 2 
    4629   fi 
    4630 done 
    4631 done 
    4632 IFS=$as_save_IFS 
    4633  
    4634 fi 
    4635 fi 
    4636 DLLTOOL=$ac_cv_prog_DLLTOOL 
    4637 if test -n "$DLLTOOL"; then 
    4638   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5 
    4639 echo "${ECHO_T}$DLLTOOL" >&6; } 
    4640 else 
    4641   { echo "$as_me:$LINENO: result: no" >&5 
    4642 echo "${ECHO_T}no" >&6; } 
    4643 fi 
    4644  
    4645  
    4646 fi 
    4647 if test -z "$ac_cv_prog_DLLTOOL"; then 
    4648   ac_ct_DLLTOOL=$DLLTOOL 
    4649   # Extract the first word of "dlltool", so it can be a program name with args. 
    4650 set dummy dlltool; ac_word=$2 
    4651 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    4652 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    4653 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then 
    4654   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4655 else 
    4656   if test -n "$ac_ct_DLLTOOL"; then 
    4657   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. 
    4658 else 
    4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    4660 for as_dir in $PATH 
    4661 do 
    4662   IFS=$as_save_IFS 
    4663   test -z "$as_dir" && as_dir=. 
    4664   for ac_exec_ext in '' $ac_executable_extensions; do 
    4665   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    4666     ac_cv_prog_ac_ct_DLLTOOL="dlltool" 
    4667     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    4668     break 2 
    4669   fi 
    4670 done 
    4671 done 
    4672 IFS=$as_save_IFS 
    4673  
    4674 fi 
    4675 fi 
    4676 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL 
    4677 if test -n "$ac_ct_DLLTOOL"; then 
    4678   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5 
    4679 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; } 
    4680 else 
    4681   { echo "$as_me:$LINENO: result: no" >&5 
    4682 echo "${ECHO_T}no" >&6; } 
    4683 fi 
    4684  
    4685   if test "x$ac_ct_DLLTOOL" = x; then 
    4686     DLLTOOL="false" 
    4687   else 
    4688     case $cross_compiling:$ac_tool_warned in 
    4689 yes:) 
    4690 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    4691 whose name does not start with the host triplet.  If you think this 
    4692 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    4693 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    4694 whose name does not start with the host triplet.  If you think this 
    4695 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    4696 ac_tool_warned=yes ;; 
    4697 esac 
    4698     DLLTOOL=$ac_ct_DLLTOOL 
    4699   fi 
    4700 else 
    4701   DLLTOOL="$ac_cv_prog_DLLTOOL" 
    4702 fi 
    4703  
    4704   if test -n "$ac_tool_prefix"; then 
    4705   # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. 
    4706 set dummy ${ac_tool_prefix}as; ac_word=$2 
    4707 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    4708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    4709 if test "${ac_cv_prog_AS+set}" = set; then 
    4710   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4711 else 
    4712   if test -n "$AS"; then 
    4713   ac_cv_prog_AS="$AS" # Let the user override the test. 
    4714 else 
    4715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    4716 for as_dir in $PATH 
    4717 do 
    4718   IFS=$as_save_IFS 
    4719   test -z "$as_dir" && as_dir=. 
    4720   for ac_exec_ext in '' $ac_executable_extensions; do 
    4721   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    4722     ac_cv_prog_AS="${ac_tool_prefix}as" 
    4723     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    4724     break 2 
    4725   fi 
    4726 done 
    4727 done 
    4728 IFS=$as_save_IFS 
    4729  
    4730 fi 
    4731 fi 
    4732 AS=$ac_cv_prog_AS 
    4733 if test -n "$AS"; then 
    4734   { echo "$as_me:$LINENO: result: $AS" >&5 
    4735 echo "${ECHO_T}$AS" >&6; } 
    4736 else 
    4737   { echo "$as_me:$LINENO: result: no" >&5 
    4738 echo "${ECHO_T}no" >&6; } 
    4739 fi 
    4740  
    4741  
    4742 fi 
    4743 if test -z "$ac_cv_prog_AS"; then 
    4744   ac_ct_AS=$AS 
    4745   # Extract the first word of "as", so it can be a program name with args. 
    4746 set dummy as; ac_word=$2 
    4747 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    4748 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    4749 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then 
    4750   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4751 else 
    4752   if test -n "$ac_ct_AS"; then 
    4753   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. 
    4754 else 
    4755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    4756 for as_dir in $PATH 
    4757 do 
    4758   IFS=$as_save_IFS 
    4759   test -z "$as_dir" && as_dir=. 
    4760   for ac_exec_ext in '' $ac_executable_extensions; do 
    4761   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    4762     ac_cv_prog_ac_ct_AS="as" 
    4763     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    4764     break 2 
    4765   fi 
    4766 done 
    4767 done 
    4768 IFS=$as_save_IFS 
    4769  
    4770 fi 
    4771 fi 
    4772 ac_ct_AS=$ac_cv_prog_ac_ct_AS 
    4773 if test -n "$ac_ct_AS"; then 
    4774   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 
    4775 echo "${ECHO_T}$ac_ct_AS" >&6; } 
    4776 else 
    4777   { echo "$as_me:$LINENO: result: no" >&5 
    4778 echo "${ECHO_T}no" >&6; } 
    4779 fi 
    4780  
    4781   if test "x$ac_ct_AS" = x; then 
    4782     AS="false" 
    4783   else 
    4784     case $cross_compiling:$ac_tool_warned in 
    4785 yes:) 
    4786 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    4787 whose name does not start with the host triplet.  If you think this 
    4788 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    4789 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    4790 whose name does not start with the host triplet.  If you think this 
    4791 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    4792 ac_tool_warned=yes ;; 
    4793 esac 
    4794     AS=$ac_ct_AS 
    4795   fi 
    4796 else 
    4797   AS="$ac_cv_prog_AS" 
    4798 fi 
    4799  
    4800   if test -n "$ac_tool_prefix"; then 
    4801   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 
    4802 set dummy ${ac_tool_prefix}objdump; ac_word=$2 
    4803 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    4804 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    4805 if test "${ac_cv_prog_OBJDUMP+set}" = set; then 
    4806   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4807 else 
    4808   if test -n "$OBJDUMP"; then 
    4809   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 
    4810 else 
    4811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    4812 for as_dir in $PATH 
    4813 do 
    4814   IFS=$as_save_IFS 
    4815   test -z "$as_dir" && as_dir=. 
    4816   for ac_exec_ext in '' $ac_executable_extensions; do 
    4817   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    4818     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 
    4819     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    4820     break 2 
    4821   fi 
    4822 done 
    4823 done 
    4824 IFS=$as_save_IFS 
    4825  
    4826 fi 
    4827 fi 
    4828 OBJDUMP=$ac_cv_prog_OBJDUMP 
    4829 if test -n "$OBJDUMP"; then 
    4830   { echo "$as_me:$LINENO: result: $OBJDUMP" >&5 
    4831 echo "${ECHO_T}$OBJDUMP" >&6; } 
    4832 else 
    4833   { echo "$as_me:$LINENO: result: no" >&5 
    4834 echo "${ECHO_T}no" >&6; } 
    4835 fi 
    4836  
    4837  
    4838 fi 
    4839 if test -z "$ac_cv_prog_OBJDUMP"; then 
    4840   ac_ct_OBJDUMP=$OBJDUMP 
    4841   # Extract the first word of "objdump", so it can be a program name with args. 
    4842 set dummy objdump; ac_word=$2 
    4843 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    4844 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    4845 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then 
    4846   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4847 else 
    4848   if test -n "$ac_ct_OBJDUMP"; then 
    4849   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. 
    4850 else 
    4851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    4852 for as_dir in $PATH 
    4853 do 
    4854   IFS=$as_save_IFS 
    4855   test -z "$as_dir" && as_dir=. 
    4856   for ac_exec_ext in '' $ac_executable_extensions; do 
    4857   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    4858     ac_cv_prog_ac_ct_OBJDUMP="objdump" 
    4859     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    4860     break 2 
    4861   fi 
    4862 done 
    4863 done 
    4864 IFS=$as_save_IFS 
    4865  
    4866 fi 
    4867 fi 
    4868 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP 
    4869 if test -n "$ac_ct_OBJDUMP"; then 
    4870   { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5 
    4871 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; } 
    4872 else 
    4873   { echo "$as_me:$LINENO: result: no" >&5 
    4874 echo "${ECHO_T}no" >&6; } 
    4875 fi 
    4876  
    4877   if test "x$ac_ct_OBJDUMP" = x; then 
    4878     OBJDUMP="false" 
    4879   else 
    4880     case $cross_compiling:$ac_tool_warned in 
    4881 yes:) 
    4882 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    4883 whose name does not start with the host triplet.  If you think this 
    4884 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    4885 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    4886 whose name does not start with the host triplet.  If you think this 
    4887 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    4888 ac_tool_warned=yes ;; 
    4889 esac 
    4890     OBJDUMP=$ac_ct_OBJDUMP 
    4891   fi 
    4892 else 
    4893   OBJDUMP="$ac_cv_prog_OBJDUMP" 
    4894 fi 
    4895  
    4896   ;; 
    48974508 
    48984509esac 
     
    54925103echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    54935104    ( cat <<\_ASBOX 
    5494 ## ----------------------------------------- ## 
    5495 ## Report this to alberto.botti@yoda2000.net ## 
    5496 ## ----------------------------------------- ## 
     5105## ------------------------------------------- ## 
     5106## Report this to cannam@all-day-breakfast.com ## 
     5107## ------------------------------------------- ## 
    54975108_ASBOX 
    54985109     ) | sed "s/^/$as_me: WARNING:     /" >&2 
     
    73656976 
    73666977enable_dlopen=no 
    7367 enable_win32_dll=yes 
     6978enable_win32_dll=no 
    73686979 
    73696980# Check whether --enable-libtool-lock was given. 
     
    74577068   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    74587069   -e 's:$: $lt_compiler_flag:'` 
    7459    (eval echo "\"\$as_me:7459: $lt_compile\"" >&5) 
     7070   (eval echo "\"\$as_me:7070: $lt_compile\"" >&5) 
    74607071   (eval "$lt_compile" 2>conftest.err) 
    74617072   ac_status=$? 
    74627073   cat conftest.err >&5 
    7463    echo "$as_me:7463: \$? = $ac_status" >&5 
     7074   echo "$as_me:7074: \$? = $ac_status" >&5 
    74647075   if (exit $ac_status) && test -s "$ac_outfile"; then 
    74657076     # The compiler can only warn and ignore the option if not recognized 
     
    77477358   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    77487359   -e 's:$: $lt_compiler_flag:'` 
    7749    (eval echo "\"\$as_me:7749: $lt_compile\"" >&5) 
     7360   (eval echo "\"\$as_me:7360: $lt_compile\"" >&5) 
    77507361   (eval "$lt_compile" 2>conftest.err) 
    77517362   ac_status=$? 
    77527363   cat conftest.err >&5 
    7753    echo "$as_me:7753: \$? = $ac_status" >&5 
     7364   echo "$as_me:7364: \$? = $ac_status" >&5 
    77547365   if (exit $ac_status) && test -s "$ac_outfile"; then 
    77557366     # The compiler can only warn and ignore the option if not recognized 
     
    78517462   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    78527463   -e 's:$: $lt_compiler_flag:'` 
    7853    (eval echo "\"\$as_me:7853: $lt_compile\"" >&5) 
     7464   (eval echo "\"\$as_me:7464: $lt_compile\"" >&5) 
    78547465   (eval "$lt_compile" 2>out/conftest.err) 
    78557466   ac_status=$? 
    78567467   cat out/conftest.err >&5 
    7857    echo "$as_me:7857: \$? = $ac_status" >&5 
     7468   echo "$as_me:7468: \$? = $ac_status" >&5 
    78587469   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    78597470   then 
     
    102139824  lt_status=$lt_dlunknown 
    102149825  cat > conftest.$ac_ext <<EOF 
    10215 #line 10215 "configure" 
     9826#line 9826 "configure" 
    102169827#include "confdefs.h" 
    102179828 
     
    103139924  lt_status=$lt_dlunknown 
    103149925  cat > conftest.$ac_ext <<EOF 
    10315 #line 10315 "configure" 
     9926#line 9926 "configure" 
    103169927#include "confdefs.h" 
    103179928 
     
    1273312344   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1273412345   -e 's:$: $lt_compiler_flag:'` 
    12735    (eval echo "\"\$as_me:12735: $lt_compile\"" >&5) 
     12346   (eval echo "\"\$as_me:12346: $lt_compile\"" >&5) 
    1273612347   (eval "$lt_compile" 2>conftest.err) 
    1273712348   ac_status=$? 
    1273812349   cat conftest.err >&5 
    12739    echo "$as_me:12739: \$? = $ac_status" >&5 
     12350   echo "$as_me:12350: \$? = $ac_status" >&5 
    1274012351   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1274112352     # The compiler can only warn and ignore the option if not recognized 
     
    1283712448   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1283812449   -e 's:$: $lt_compiler_flag:'` 
    12839    (eval echo "\"\$as_me:12839: $lt_compile\"" >&5) 
     12450   (eval echo "\"\$as_me:12450: $lt_compile\"" >&5) 
    1284012451   (eval "$lt_compile" 2>out/conftest.err) 
    1284112452   ac_status=$? 
    1284212453   cat out/conftest.err >&5 
    12843    echo "$as_me:12843: \$? = $ac_status" >&5 
     12454   echo "$as_me:12454: \$? = $ac_status" >&5 
    1284412455   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1284512456   then 
     
    1441414025   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1441514026   -e 's:$: $lt_compiler_flag:'` 
    14416    (eval echo "\"\$as_me:14416: $lt_compile\"" >&5) 
     14027   (eval echo "\"\$as_me:14027: $lt_compile\"" >&5) 
    1441714028   (eval "$lt_compile" 2>conftest.err) 
    1441814029   ac_status=$? 
    1441914030   cat conftest.err >&5 
    14420    echo "$as_me:14420: \$? = $ac_status" >&5 
     14031   echo "$as_me:14031: \$? = $ac_status" >&5 
    1442114032   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1442214033     # The compiler can only warn and ignore the option if not recognized 
     
    1451814129   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1451914130   -e 's:$: $lt_compiler_flag:'` 
    14520    (eval echo "\"\$as_me:14520: $lt_compile\"" >&5) 
     14131   (eval echo "\"\$as_me:14131: $lt_compile\"" >&5) 
    1452114132   (eval "$lt_compile" 2>out/conftest.err) 
    1452214133   ac_status=$? 
    1452314134   cat out/conftest.err >&5 
    14524    echo "$as_me:14524: \$? = $ac_status" >&5 
     14135   echo "$as_me:14135: \$? = $ac_status" >&5 
    1452514136   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1452614137   then 
     
    1671816329   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1671916330   -e 's:$: $lt_compiler_flag:'` 
    16720    (eval echo "\"\$as_me:16720: $lt_compile\"" >&5) 
     16331   (eval echo "\"\$as_me:16331: $lt_compile\"" >&5) 
    1672116332   (eval "$lt_compile" 2>conftest.err) 
    1672216333   ac_status=$? 
    1672316334   cat conftest.err >&5 
    16724    echo "$as_me:16724: \$? = $ac_status" >&5 
     16335   echo "$as_me:16335: \$? = $ac_status" >&5 
    1672516336   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1672616337     # The compiler can only warn and ignore the option if not recognized 
     
    1700816619   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1700916620   -e 's:$: $lt_compiler_flag:'` 
    17010    (eval echo "\"\$as_me:17010: $lt_compile\"" >&5) 
     16621   (eval echo "\"\$as_me:16621: $lt_compile\"" >&5) 
    1701116622   (eval "$lt_compile" 2>conftest.err) 
    1701216623   ac_status=$? 
    1701316624   cat conftest.err >&5 
    17014    echo "$as_me:17014: \$? = $ac_status" >&5 
     16625   echo "$as_me:16625: \$? = $ac_status" >&5 
    1701516626   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1701616627     # The compiler can only warn and ignore the option if not recognized 
     
    1711216723   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1711316724   -e 's:$: $lt_compiler_flag:'` 
    17114    (eval echo "\"\$as_me:17114: $lt_compile\"" >&5) 
     16725   (eval echo "\"\$as_me:16725: $lt_compile\"" >&5) 
    1711516726   (eval "$lt_compile" 2>out/conftest.err) 
    1711616727   ac_status=$? 
    1711716728   cat out/conftest.err >&5 
    17118    echo "$as_me:17118: \$? = $ac_status" >&5 
     16729   echo "$as_me:16729: \$? = $ac_status" >&5 
    1711916730   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1712016731   then 
     
    1977819389 
    1977919390 
    19780   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 
    19781 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } 
    19782     # Check whether --enable-nls was given. 
    19783 if test "${enable_nls+set}" = set; then 
    19784   enableval=$enable_nls; USE_NLS=$enableval 
    19785 else 
    19786   USE_NLS=yes 
    19787 fi 
    19788  
    19789   { echo "$as_me:$LINENO: result: $USE_NLS" >&5 
    19790 echo "${ECHO_T}$USE_NLS" >&6; } 
    19791  
    19792  
    19793  
    19794  
    19795  
    19796  
    19797 # Prepare PATH_SEPARATOR. 
    19798 # The user is always right. 
    19799 if test "${PATH_SEPARATOR+set}" != set; then 
    19800   echo "#! /bin/sh" >conf$$.sh 
    19801   echo  "exit 0"   >>conf$$.sh 
    19802   chmod +x conf$$.sh 
    19803   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    19804     PATH_SEPARATOR=';' 
     19391 
     19392ac_ext=cpp 
     19393ac_cpp='$CXXCPP $CPPFLAGS' 
     19394ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
     19395ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
     19396ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 
     19397if test -z "$CXX"; then 
     19398  if test -n "$CCC"; then 
     19399    CXX=$CCC 
    1980519400  else 
    19806     PATH_SEPARATOR=: 
    19807   fi 
    19808   rm -f conf$$.sh 
    19809 fi 
    19810  
    19811 # Find out how to test for executable files. Don't use a zero-byte file, 
    19812 # as systems may use methods other than mode bits to determine executability. 
    19813 cat >conf$$.file <<_ASEOF 
    19814 #! /bin/sh 
    19815 exit 0 
    19816 _ASEOF 
    19817 chmod +x conf$$.file 
    19818 if test -x conf$$.file >/dev/null 2>&1; then 
    19819   ac_executable_p="test -x" 
    19820 else 
    19821   ac_executable_p="test -f" 
    19822 fi 
    19823 rm -f conf$$.file 
    19824  
    19825 # Extract the first word of "msgfmt", so it can be a program name with args. 
    19826 set dummy msgfmt; ac_word=$2 
     19401    if test -n "$ac_tool_prefix"; then 
     19402  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 
     19403  do 
     19404    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
     19405set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    1982719406{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1982819407echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    19829 if test "${ac_cv_path_MSGFMT+set}" = set; then 
     19408if test "${ac_cv_prog_CXX+set}" = set; then 
    1983019409  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1983119410else 
    19832   case "$MSGFMT" in 
    19833   [\\/]* | ?:[\\/]*) 
    19834     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. 
    19835     ;; 
    19836   *) 
    19837     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR 
    19838     for ac_dir in $PATH; do 
    19839       IFS="$ac_save_IFS" 
    19840       test -z "$ac_dir" && ac_dir=. 
    19841       for ac_exec_ext in '' $ac_executable_extensions; do 
    19842         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 
    19843           echo "$as_me: trying $ac_dir/$ac_word..." >&5 
    19844           if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && 
    19845      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then 
    19846             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" 
    19847             break 2 
    19848           fi 
    19849         fi 
    19850       done 
    19851     done 
    19852     IFS="$ac_save_IFS" 
    19853   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" 
    19854     ;; 
    19855 esac 
    19856 fi 
    19857 MSGFMT="$ac_cv_path_MSGFMT" 
    19858 if test "$MSGFMT" != ":"; then 
    19859   { echo "$as_me:$LINENO: result: $MSGFMT" >&5 
    19860 echo "${ECHO_T}$MSGFMT" >&6; } 
    19861 else 
    19862   { echo "$as_me:$LINENO: result: no" >&5 
    19863 echo "${ECHO_T}no" >&6; } 
    19864 fi 
    19865  
    19866   # Extract the first word of "gmsgfmt", so it can be a program name with args. 
    19867 set dummy gmsgfmt; ac_word=$2 
    19868 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    19869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    19870 if test "${ac_cv_path_GMSGFMT+set}" = set; then 
    19871   echo $ECHO_N "(cached) $ECHO_C" >&6 
    19872 else 
    19873   case $GMSGFMT in 
    19874   [\\/]* | ?:[\\/]*) 
    19875   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 
    19876   ;; 
    19877   *) 
    19878   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    19879 for as_dir in $PATH 
    19880 do 
    19881   IFS=$as_save_IFS 
    19882   test -z "$as_dir" && as_dir=. 
    19883   for ac_exec_ext in '' $ac_executable_extensions; do 
    19884   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19885     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" 
    19886     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19887     break 2 
    19888   fi 
    19889 done 
    19890 done 
    19891 IFS=$as_save_IFS 
    19892  
    19893   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" 
    19894   ;; 
    19895 esac 
    19896 fi 
    19897 GMSGFMT=$ac_cv_path_GMSGFMT 
    19898 if test -n "$GMSGFMT"; then 
    19899   { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 
    19900 echo "${ECHO_T}$GMSGFMT" >&6; } 
    19901 else 
    19902   { echo "$as_me:$LINENO: result: no" >&5 
    19903 echo "${ECHO_T}no" >&6; } 
    19904 fi 
    19905  
    19906  
    19907  
    19908     case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in 
    19909     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; 
    19910     *) MSGFMT_015=$MSGFMT ;; 
    19911   esac 
    19912  
    19913   case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in 
    19914     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; 
    19915     *) GMSGFMT_015=$GMSGFMT ;; 
    19916   esac 
    19917  
    19918  
    19919  
    19920 # Prepare PATH_SEPARATOR. 
    19921 # The user is always right. 
    19922 if test "${PATH_SEPARATOR+set}" != set; then 
    19923   echo "#! /bin/sh" >conf$$.sh 
    19924   echo  "exit 0"   >>conf$$.sh 
    19925   chmod +x conf$$.sh 
    19926   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    19927     PATH_SEPARATOR=';' 
    19928   else 
    19929     PATH_SEPARATOR=: 
    19930   fi 
    19931   rm -f conf$$.sh 
    19932 fi 
    19933  
    19934 # Find out how to test for executable files. Don't use a zero-byte file, 
    19935 # as systems may use methods other than mode bits to determine executability. 
    19936 cat >conf$$.file <<_ASEOF 
    19937 #! /bin/sh 
    19938 exit 0 
    19939 _ASEOF 
    19940 chmod +x conf$$.file 
    19941 if test -x conf$$.file >/dev/null 2>&1; then 
    19942   ac_executable_p="test -x" 
    19943 else 
    19944   ac_executable_p="test -f" 
    19945 fi 
    19946 rm -f conf$$.file 
    19947  
    19948 # Extract the first word of "xgettext", so it can be a program name with args. 
    19949 set dummy xgettext; ac_word=$2 
    19950 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    19951 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    19952 if test "${ac_cv_path_XGETTEXT+set}" = set; then 
    19953   echo $ECHO_N "(cached) $ECHO_C" >&6 
    19954 else 
    19955   case "$XGETTEXT" in 
    19956   [\\/]* | ?:[\\/]*) 
    19957     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. 
    19958     ;; 
    19959   *) 
    19960     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR 
    19961     for ac_dir in $PATH; do 
    19962       IFS="$ac_save_IFS" 
    19963       test -z "$ac_dir" && ac_dir=. 
    19964       for ac_exec_ext in '' $ac_executable_extensions; do 
    19965         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 
    19966           echo "$as_me: trying $ac_dir/$ac_word..." >&5 
    19967           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && 
    19968      (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then 
    19969             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" 
    19970             break 2 
    19971           fi 
    19972         fi 
    19973       done 
    19974     done 
    19975     IFS="$ac_save_IFS" 
    19976   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" 
    19977     ;; 
    19978 esac 
    19979 fi 
    19980 XGETTEXT="$ac_cv_path_XGETTEXT" 
    19981 if test "$XGETTEXT" != ":"; then 
    19982   { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 
    19983 echo "${ECHO_T}$XGETTEXT" >&6; } 
    19984 else 
    19985   { echo "$as_me:$LINENO: result: no" >&5 
    19986 echo "${ECHO_T}no" >&6; } 
    19987 fi 
    19988  
    19989     rm -f messages.po 
    19990  
    19991     case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in 
    19992     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; 
    19993     *) XGETTEXT_015=$XGETTEXT ;; 
    19994   esac 
    19995  
    19996  
    19997  
    19998 # Prepare PATH_SEPARATOR. 
    19999 # The user is always right. 
    20000 if test "${PATH_SEPARATOR+set}" != set; then 
    20001   echo "#! /bin/sh" >conf$$.sh 
    20002   echo  "exit 0"   >>conf$$.sh 
    20003   chmod +x conf$$.sh 
    20004   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    20005     PATH_SEPARATOR=';' 
    20006   else 
    20007     PATH_SEPARATOR=: 
    20008   fi 
    20009   rm -f conf$$.sh 
    20010 fi 
    20011  
    20012 # Find out how to test for executable files. Don't use a zero-byte file, 
    20013 # as systems may use methods other than mode bits to determine executability. 
    20014 cat >conf$$.file <<_ASEOF 
    20015 #! /bin/sh 
    20016 exit 0 
    20017 _ASEOF 
    20018 chmod +x conf$$.file 
    20019 if test -x conf$$.file >/dev/null 2>&1; then 
    20020   ac_executable_p="test -x" 
    20021 else 
    20022   ac_executable_p="test -f" 
    20023 fi 
    20024 rm -f conf$$.file 
    20025  
    20026 # Extract the first word of "msgmerge", so it can be a program name with args. 
    20027 set dummy msgmerge; ac_word=$2 
    20028 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    20029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    20030 if test "${ac_cv_path_MSGMERGE+set}" = set; then 
    20031   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20032 else 
    20033   case "$MSGMERGE" in 
    20034   [\\/]* | ?:[\\/]*) 
    20035     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. 
    20036     ;; 
    20037   *) 
    20038     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR 
    20039     for ac_dir in $PATH; do 
    20040       IFS="$ac_save_IFS" 
    20041       test -z "$ac_dir" && ac_dir=. 
    20042       for ac_exec_ext in '' $ac_executable_extensions; do 
    20043         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 
    20044           echo "$as_me: trying $ac_dir/$ac_word..." >&5 
    20045           if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then 
    20046             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" 
    20047             break 2 
    20048           fi 
    20049         fi 
    20050       done 
    20051     done 
    20052     IFS="$ac_save_IFS" 
    20053   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" 
    20054     ;; 
    20055 esac 
    20056 fi 
    20057 MSGMERGE="$ac_cv_path_MSGMERGE" 
    20058 if test "$MSGMERGE" != ":"; then 
    20059   { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 
    20060 echo "${ECHO_T}$MSGMERGE" >&6; } 
    20061 else 
    20062   { echo "$as_me:$LINENO: result: no" >&5 
    20063 echo "${ECHO_T}no" >&6; } 
    20064 fi 
    20065  
    20066  
    20067         test -n "$localedir" || localedir='${datadir}/locale' 
    20068  
    20069  
    20070   ac_config_commands="$ac_config_commands po-directories" 
    20071  
    20072  
    20073  
    20074       if test "X$prefix" = "XNONE"; then 
    20075     acl_final_prefix="$ac_default_prefix" 
    20076   else 
    20077     acl_final_prefix="$prefix" 
    20078   fi 
    20079   if test "X$exec_prefix" = "XNONE"; then 
    20080     acl_final_exec_prefix='${prefix}' 
    20081   else 
    20082     acl_final_exec_prefix="$exec_prefix" 
    20083   fi 
    20084   acl_save_prefix="$prefix" 
    20085   prefix="$acl_final_prefix" 
    20086   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" 
    20087   prefix="$acl_save_prefix" 
    20088  
    20089  
    20090 # Check whether --with-gnu-ld was given. 
    20091 if test "${with_gnu_ld+set}" = set; then 
    20092   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 
    20093 else 
    20094   with_gnu_ld=no 
    20095 fi 
    20096  
    20097 # Prepare PATH_SEPARATOR. 
    20098 # The user is always right. 
    20099 if test "${PATH_SEPARATOR+set}" != set; then 
    20100   echo "#! /bin/sh" >conf$$.sh 
    20101   echo  "exit 0"   >>conf$$.sh 
    20102   chmod +x conf$$.sh 
    20103   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    20104     PATH_SEPARATOR=';' 
    20105   else 
    20106     PATH_SEPARATOR=: 
    20107   fi 
    20108   rm -f conf$$.sh 
    20109 fi 
    20110 ac_prog=ld 
    20111 if test "$GCC" = yes; then 
    20112   # Check if gcc -print-prog-name=ld gives a path. 
    20113   { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 
    20114 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } 
    20115   case $host in 
    20116   *-*-mingw*) 
    20117     # gcc leaves a trailing carriage return which upsets mingw 
    20118     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 
    20119   *) 
    20120     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 
    20121   esac 
    20122   case $ac_prog in 
    20123     # Accept absolute paths. 
    20124     [\\/]* | [A-Za-z]:[\\/]*) 
    20125       re_direlt='/[^/][^/]*/\.\./' 
    20126       # Canonicalize the path of ld 
    20127       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` 
    20128       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 
    20129         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` 
    20130       done 
    20131       test -z "$LD" && LD="$ac_prog" 
    20132       ;; 
    20133   "") 
    20134     # If it fails, then pretend we aren't using GCC. 
    20135     ac_prog=ld 
    20136     ;; 
    20137   *) 
    20138     # If it is relative, then search for the first ld in PATH. 
    20139     with_gnu_ld=unknown 
    20140     ;; 
    20141   esac 
    20142 elif test "$with_gnu_ld" = yes; then 
    20143   { echo "$as_me:$LINENO: checking for GNU ld" >&5 
    20144 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 
    20145 else 
    20146   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
    20147 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } 
    20148 fi 
    20149 if test "${acl_cv_path_LD+set}" = set; then 
    20150   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20151 else 
    20152   if test -z "$LD"; then 
    20153   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" 
    20154   for ac_dir in $PATH; do 
    20155     test -z "$ac_dir" && ac_dir=. 
    20156     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 
    20157       acl_cv_path_LD="$ac_dir/$ac_prog" 
    20158       # Check to see if the program is GNU ld.  I'd rather use --version, 
    20159       # but apparently some GNU ld's only accept -v. 
    20160       # Break only if it was the GNU/non-GNU ld that we prefer. 
    20161       case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in 
    20162       *GNU* | *'with BFD'*) 
    20163         test "$with_gnu_ld" != no && break ;; 
    20164       *) 
    20165         test "$with_gnu_ld" != yes && break ;; 
    20166       esac 
    20167     fi 
    20168   done 
    20169   IFS="$ac_save_ifs" 
    20170 else 
    20171   acl_cv_path_LD="$LD" # Let the user override the test with a path. 
    20172 fi 
    20173 fi 
    20174  
    20175 LD="$acl_cv_path_LD" 
    20176 if test -n "$LD"; then 
    20177   { echo "$as_me:$LINENO: result: $LD" >&5 
    20178 echo "${ECHO_T}$LD" >&6; } 
    20179 else 
    20180   { echo "$as_me:$LINENO: result: no" >&5 
    20181 echo "${ECHO_T}no" >&6; } 
    20182 fi 
    20183 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 
    20184 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 
    20185    { (exit 1); exit 1; }; } 
    20186 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 
    20187 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } 
    20188 if test "${acl_cv_prog_gnu_ld+set}" = set; then 
    20189   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20190 else 
    20191   # I'd rather use --version here, but apparently some GNU ld's only accept -v. 
    20192 case `$LD -v 2>&1 </dev/null` in 
    20193 *GNU* | *'with BFD'*) 
    20194   acl_cv_prog_gnu_ld=yes ;; 
    20195 *) 
    20196   acl_cv_prog_gnu_ld=no ;; 
    20197 esac 
    20198 fi 
    20199 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 
    20200 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; } 
    20201 with_gnu_ld=$acl_cv_prog_gnu_ld 
    20202  
    20203  
    20204  
    20205  
    20206                                                 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 
    20207 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; } 
    20208 if test "${acl_cv_rpath+set}" = set; then 
    20209   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20210 else 
    20211  
    20212     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ 
    20213     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh 
    20214     . ./conftest.sh 
    20215     rm -f ./conftest.sh 
    20216     acl_cv_rpath=done 
    20217  
    20218 fi 
    20219 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 
    20220 echo "${ECHO_T}$acl_cv_rpath" >&6; } 
    20221   wl="$acl_cv_wl" 
    20222   libext="$acl_cv_libext" 
    20223   shlibext="$acl_cv_shlibext" 
    20224   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" 
    20225   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" 
    20226   hardcode_direct="$acl_cv_hardcode_direct" 
    20227   hardcode_minus_L="$acl_cv_hardcode_minus_L" 
    20228     # Check whether --enable-rpath was given. 
    20229 if test "${enable_rpath+set}" = set; then 
    20230   enableval=$enable_rpath; : 
    20231 else 
    20232   enable_rpath=yes 
    20233 fi 
    20234  
    20235  
    20236  
    20237                   acl_libdirstem=lib 
    20238   searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` 
    20239   if test -n "$searchpath"; then 
    20240     acl_save_IFS="${IFS=        }"; IFS=":" 
    20241     for searchdir in $searchpath; do 
    20242       if test -d "$searchdir"; then 
    20243         case "$searchdir" in 
    20244           */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; 
    20245           *) searchdir=`cd "$searchdir" && pwd` 
    20246              case "$searchdir" in 
    20247                */lib64 ) acl_libdirstem=lib64 ;; 
    20248              esac ;; 
    20249         esac 
    20250       fi 
    20251     done 
    20252     IFS="$acl_save_IFS" 
    20253   fi 
    20254  
    20255  
    20256  
    20257  
    20258  
    20259  
    20260  
    20261  
    20262     use_additional=yes 
    20263  
    20264   acl_save_prefix="$prefix" 
    20265   prefix="$acl_final_prefix" 
    20266   acl_save_exec_prefix="$exec_prefix" 
    20267   exec_prefix="$acl_final_exec_prefix" 
    20268  
    20269     eval additional_includedir=\"$includedir\" 
    20270     eval additional_libdir=\"$libdir\" 
    20271  
    20272   exec_prefix="$acl_save_exec_prefix" 
    20273   prefix="$acl_save_prefix" 
    20274  
    20275  
    20276 # Check whether --with-libiconv-prefix was given. 
    20277 if test "${with_libiconv_prefix+set}" = set; then 
    20278   withval=$with_libiconv_prefix; 
    20279     if test "X$withval" = "Xno"; then 
    20280       use_additional=no 
    20281     else 
    20282       if test "X$withval" = "X"; then 
    20283  
    20284   acl_save_prefix="$prefix" 
    20285   prefix="$acl_final_prefix" 
    20286   acl_save_exec_prefix="$exec_prefix" 
    20287   exec_prefix="$acl_final_exec_prefix" 
    20288  
    20289           eval additional_includedir=\"$includedir\" 
    20290           eval additional_libdir=\"$libdir\" 
    20291  
    20292   exec_prefix="$acl_save_exec_prefix" 
    20293   prefix="$acl_save_prefix" 
    20294  
    20295       else 
    20296         additional_includedir="$withval/include" 
    20297         additional_libdir="$withval/$acl_libdirstem" 
    20298       fi 
    20299     fi 
    20300  
    20301 fi 
    20302  
    20303       LIBICONV= 
    20304   LTLIBICONV= 
    20305   INCICONV= 
    20306   rpathdirs= 
    20307   ltrpathdirs= 
    20308   names_already_handled= 
    20309   names_next_round='iconv ' 
    20310   while test -n "$names_next_round"; do 
    20311     names_this_round="$names_next_round" 
    20312     names_next_round= 
    20313     for name in $names_this_round; do 
    20314       already_handled= 
    20315       for n in $names_already_handled; do 
    20316         if test "$n" = "$name"; then 
    20317           already_handled=yes 
    20318           break 
    20319         fi 
    20320       done 
    20321       if test -z "$already_handled"; then 
    20322         names_already_handled="$names_already_handled $name" 
    20323                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` 
    20324         eval value=\"\$HAVE_LIB$uppername\" 
    20325         if test -n "$value"; then 
    20326           if test "$value" = yes; then 
    20327             eval value=\"\$LIB$uppername\" 
    20328             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 
    20329             eval value=\"\$LTLIB$uppername\" 
    20330             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" 
    20331           else 
    20332                                     : 
    20333           fi 
    20334         else 
    20335                               found_dir= 
    20336           found_la= 
    20337           found_so= 
    20338           found_a= 
    20339           if test $use_additional = yes; then 
    20340             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then 
    20341               found_dir="$additional_libdir" 
    20342               found_so="$additional_libdir/lib$name.$shlibext" 
    20343               if test -f "$additional_libdir/lib$name.la"; then 
    20344                 found_la="$additional_libdir/lib$name.la" 
    20345               fi 
    20346             else 
    20347               if test -f "$additional_libdir/lib$name.$libext"; then 
    20348                 found_dir="$additional_libdir" 
    20349                 found_a="$additional_libdir/lib$name.$libext" 
    20350                 if test -f "$additional_libdir/lib$name.la"; then 
    20351                   found_la="$additional_libdir/lib$name.la" 
    20352                 fi 
    20353               fi 
    20354             fi 
    20355           fi 
    20356           if test "X$found_dir" = "X"; then 
    20357             for x in $LDFLAGS $LTLIBICONV; do 
    20358  
    20359   acl_save_prefix="$prefix" 
    20360   prefix="$acl_final_prefix" 
    20361   acl_save_exec_prefix="$exec_prefix" 
    20362   exec_prefix="$acl_final_exec_prefix" 
    20363   eval x=\"$x\" 
    20364   exec_prefix="$acl_save_exec_prefix" 
    20365   prefix="$acl_save_prefix" 
    20366  
    20367               case "$x" in 
    20368                 -L*) 
    20369                   dir=`echo "X$x" | sed -e 's/^X-L//'` 
    20370                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then 
    20371                     found_dir="$dir" 
    20372                     found_so="$dir/lib$name.$shlibext" 
    20373                     if test -f "$dir/lib$name.la"; then 
    20374                       found_la="$dir/lib$name.la" 
    20375                     fi 
    20376                   else 
    20377                     if test -f "$dir/lib$name.$libext"; then 
    20378                       found_dir="$dir" 
    20379                       found_a="$dir/lib$name.$libext" 
    20380                       if test -f "$dir/lib$name.la"; then 
    20381                         found_la="$dir/lib$name.la" 
    20382                       fi 
    20383                     fi 
    20384                   fi 
    20385                   ;; 
    20386               esac 
    20387               if test "X$found_dir" != "X"; then 
    20388                 break 
    20389               fi 
    20390             done 
    20391           fi 
    20392           if test "X$found_dir" != "X"; then 
    20393                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" 
    20394             if test "X$found_so" != "X"; then 
    20395                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then 
    20396                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 
    20397               else 
    20398                                                                                 haveit= 
    20399                 for x in $ltrpathdirs; do 
    20400                   if test "X$x" = "X$found_dir"; then 
    20401                     haveit=yes 
    20402                     break 
    20403                   fi 
    20404                 done 
    20405                 if test -z "$haveit"; then 
    20406                   ltrpathdirs="$ltrpathdirs $found_dir" 
    20407                 fi 
    20408                                 if test "$hardcode_direct" = yes; then 
    20409                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 
    20410                 else 
    20411                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then 
    20412                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 
    20413                                                             haveit= 
    20414                     for x in $rpathdirs; do 
    20415                       if test "X$x" = "X$found_dir"; then 
    20416                         haveit=yes 
    20417                         break 
    20418                       fi 
    20419                     done 
    20420                     if test -z "$haveit"; then 
    20421                       rpathdirs="$rpathdirs $found_dir" 
    20422                     fi 
    20423                   else 
    20424                                                                                 haveit= 
    20425                     for x in $LDFLAGS $LIBICONV; do 
    20426  
    20427   acl_save_prefix="$prefix" 
    20428   prefix="$acl_final_prefix" 
    20429   acl_save_exec_prefix="$exec_prefix" 
    20430   exec_prefix="$acl_final_exec_prefix" 
    20431   eval x=\"$x\" 
    20432   exec_prefix="$acl_save_exec_prefix" 
    20433   prefix="$acl_save_prefix" 
    20434  
    20435                       if test "X$x" = "X-L$found_dir"; then 
    20436                         haveit=yes 
    20437                         break 
    20438                       fi 
    20439                     done 
    20440                     if test -z "$haveit"; then 
    20441                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 
    20442                     fi 
    20443                     if test "$hardcode_minus_L" != no; then 
    20444                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 
    20445                     else 
    20446                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 
    20447                     fi 
    20448                   fi 
    20449                 fi 
    20450               fi 
    20451             else 
    20452               if test "X$found_a" != "X"; then 
    20453                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 
    20454               else 
    20455                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" 
    20456               fi 
    20457             fi 
    20458                         additional_includedir= 
    20459             case "$found_dir" in 
    20460               */$acl_libdirstem | */$acl_libdirstem/) 
    20461                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` 
    20462                 additional_includedir="$basedir/include" 
    20463                 ;; 
    20464             esac 
    20465             if test "X$additional_includedir" != "X"; then 
    20466                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then 
    20467                 haveit= 
    20468                 if test "X$additional_includedir" = "X/usr/local/include"; then 
    20469                   if test -n "$GCC"; then 
    20470                     case $host_os in 
    20471                       linux* | gnu* | k*bsd*-gnu) haveit=yes;; 
    20472                     esac 
    20473                   fi 
    20474                 fi 
    20475                 if test -z "$haveit"; then 
    20476                   for x in $CPPFLAGS $INCICONV; do 
    20477  
    20478   acl_save_prefix="$prefix" 
    20479   prefix="$acl_final_prefix" 
    20480   acl_save_exec_prefix="$exec_prefix" 
    20481   exec_prefix="$acl_final_exec_prefix" 
    20482   eval x=\"$x\" 
    20483   exec_prefix="$acl_save_exec_prefix" 
    20484   prefix="$acl_save_prefix" 
    20485  
    20486                     if test "X$x" = "X-I$additional_includedir"; then 
    20487                       haveit=yes 
    20488                       break 
    20489                     fi 
    20490                   done 
    20491                   if test -z "$haveit"; then 
    20492                     if test -d "$additional_includedir"; then 
    20493                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" 
    20494                     fi 
    20495                   fi 
    20496                 fi 
    20497               fi 
    20498             fi 
    20499                         if test -n "$found_la"; then 
    20500                                                         save_libdir="$libdir" 
    20501               case "$found_la" in 
    20502                 */* | *\\*) . "$found_la" ;; 
    20503                 *) . "./$found_la" ;; 
    20504               esac 
    20505               libdir="$save_libdir" 
    20506                             for dep in $dependency_libs; do 
    20507                 case "$dep" in 
    20508                   -L*) 
    20509                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` 
    20510                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then 
    20511                       haveit= 
    20512                       if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then 
    20513                         if test -n "$GCC"; then 
    20514                           case $host_os in 
    20515                             linux* | gnu* | k*bsd*-gnu) haveit=yes;; 
    20516                           esac 
    20517                         fi 
    20518                       fi 
    20519                       if test -z "$haveit"; then 
    20520                         haveit= 
    20521                         for x in $LDFLAGS $LIBICONV; do 
    20522  
    20523   acl_save_prefix="$prefix" 
    20524   prefix="$acl_final_prefix" 
    20525   acl_save_exec_prefix="$exec_prefix" 
    20526   exec_prefix="$acl_final_exec_prefix" 
    20527   eval x=\"$x\" 
    20528   exec_prefix="$acl_save_exec_prefix" 
    20529   prefix="$acl_save_prefix" 
    20530  
    20531                           if test "X$x" = "X-L$additional_libdir"; then 
    20532                             haveit=yes 
    20533                             break 
    20534                           fi 
    20535                         done 
    20536                         if test -z "$haveit"; then 
    20537                           if test -d "$additional_libdir"; then 
    20538                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" 
    20539                           fi 
    20540                         fi 
    20541                         haveit= 
    20542                         for x in $LDFLAGS $LTLIBICONV; do 
    20543  
    20544   acl_save_prefix="$prefix" 
    20545   prefix="$acl_final_prefix" 
    20546   acl_save_exec_prefix="$exec_prefix" 
    20547   exec_prefix="$acl_final_exec_prefix" 
    20548   eval x=\"$x\" 
    20549   exec_prefix="$acl_save_exec_prefix" 
    20550   prefix="$acl_save_prefix" 
    20551  
    20552                           if test "X$x" = "X-L$additional_libdir"; then 
    20553                             haveit=yes 
    20554                             break 
    20555                           fi 
    20556                         done 
    20557                         if test -z "$haveit"; then 
    20558                           if test -d "$additional_libdir"; then 
    20559                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" 
    20560                           fi 
    20561                         fi 
    20562                       fi 
    20563                     fi 
    20564                     ;; 
    20565                   -R*) 
    20566                     dir=`echo "X$dep" | sed -e 's/^X-R//'` 
    20567                     if test "$enable_rpath" != no; then 
    20568                                                                   haveit= 
    20569                       for x in $rpathdirs; do 
    20570                         if test "X$x" = "X$dir"; then 
    20571                           haveit=yes 
    20572                           break 
    20573                         fi 
    20574                       done 
    20575                       if test -z "$haveit"; then 
    20576                         rpathdirs="$rpathdirs $dir" 
    20577                       fi 
    20578                                                                   haveit= 
    20579                       for x in $ltrpathdirs; do 
    20580                         if test "X$x" = "X$dir"; then 
    20581                           haveit=yes 
    20582                           break 
    20583                         fi 
    20584                       done 
    20585                       if test -z "$haveit"; then 
    20586                         ltrpathdirs="$ltrpathdirs $dir" 
    20587                       fi 
    20588                     fi 
    20589                     ;; 
    20590                   -l*) 
    20591                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` 
    20592                     ;; 
    20593                   *.la) 
    20594                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` 
    20595                     ;; 
    20596                   *) 
    20597                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" 
    20598                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" 
    20599                     ;; 
    20600                 esac 
    20601               done 
    20602             fi 
    20603           else 
    20604                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 
    20605             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" 
    20606           fi 
    20607         fi 
    20608       fi 
    20609     done 
    20610   done 
    20611   if test "X$rpathdirs" != "X"; then 
    20612     if test -n "$hardcode_libdir_separator"; then 
    20613                         alldirs= 
    20614       for found_dir in $rpathdirs; do 
    20615         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" 
    20616       done 
    20617             acl_save_libdir="$libdir" 
    20618       libdir="$alldirs" 
    20619       eval flag=\"$hardcode_libdir_flag_spec\" 
    20620       libdir="$acl_save_libdir" 
    20621       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" 
    20622     else 
    20623             for found_dir in $rpathdirs; do 
    20624         acl_save_libdir="$libdir" 
    20625         libdir="$found_dir" 
    20626         eval flag=\"$hardcode_libdir_flag_spec\" 
    20627         libdir="$acl_save_libdir" 
    20628         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" 
    20629       done 
    20630     fi 
    20631   fi 
    20632   if test "X$ltrpathdirs" != "X"; then 
    20633             for found_dir in $ltrpathdirs; do 
    20634       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" 
    20635     done 
    20636   fi 
    20637  
    20638  
    20639  
    20640  
    20641  
    20642  
    20643  
    20644  
    20645  
    20646  
    20647  
    20648  
    20649  
    20650  
    20651  
    20652  
    20653  
    20654  
    20655     { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5 
    20656 echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; } 
    20657 if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then 
    20658   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20659 else 
    20660   gt_save_LIBS="$LIBS" 
    20661      LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 
    20662      cat >conftest.$ac_ext <<_ACEOF 
    20663 /* confdefs.h.  */ 
    20664 _ACEOF 
    20665 cat confdefs.h >>conftest.$ac_ext 
    20666 cat >>conftest.$ac_ext <<_ACEOF 
    20667 /* end confdefs.h.  */ 
    20668 #include <CoreFoundation/CFPreferences.h> 
    20669 int 
    20670 main () 
    20671 { 
    20672 CFPreferencesCopyAppValue(NULL, NULL) 
    20673   ; 
    20674   return 0; 
    20675 } 
    20676 _ACEOF 
    20677 rm -f conftest.$ac_objext conftest$ac_exeext 
    20678 if { (ac_try="$ac_link" 
    20679 case "(($ac_try" in 
    20680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    20681   *) ac_try_echo=$ac_try;; 
    20682 esac 
    20683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    20684   (eval "$ac_link") 2>conftest.er1 
    20685   ac_status=$? 
    20686   grep -v '^ *+' conftest.er1 >conftest.err 
    20687   rm -f conftest.er1 
    20688   cat conftest.err >&5 
    20689   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20690   (exit $ac_status); } && { 
    20691          test -z "$ac_c_werror_flag" || 
    20692          test ! -s conftest.err 
    20693        } && test -s conftest$ac_exeext && 
    20694        $as_test_x conftest$ac_exeext; then 
    20695   gt_cv_func_CFPreferencesCopyAppValue=yes 
    20696 else 
    20697   echo "$as_me: failed program was:" >&5 
    20698 sed 's/^/| /' conftest.$ac_ext >&5 
    20699  
    20700         gt_cv_func_CFPreferencesCopyAppValue=no 
    20701 fi 
    20702  
    20703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    20704       conftest$ac_exeext conftest.$ac_ext 
    20705      LIBS="$gt_save_LIBS" 
    20706 fi 
    20707 { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 
    20708 echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; } 
    20709   if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then 
    20710  
    20711 cat >>confdefs.h <<\_ACEOF 
    20712 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 
    20713 _ACEOF 
    20714  
    20715   fi 
    20716     { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5 
    20717 echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; } 
    20718 if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then 
    20719   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20720 else 
    20721   gt_save_LIBS="$LIBS" 
    20722      LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" 
    20723      cat >conftest.$ac_ext <<_ACEOF 
    20724 /* confdefs.h.  */ 
    20725 _ACEOF 
    20726 cat confdefs.h >>conftest.$ac_ext 
    20727 cat >>conftest.$ac_ext <<_ACEOF 
    20728 /* end confdefs.h.  */ 
    20729 #include <CoreFoundation/CFLocale.h> 
    20730 int 
    20731 main () 
    20732 { 
    20733 CFLocaleCopyCurrent(); 
    20734   ; 
    20735   return 0; 
    20736 } 
    20737 _ACEOF 
    20738 rm -f conftest.$ac_objext conftest$ac_exeext 
    20739 if { (ac_try="$ac_link" 
    20740 case "(($ac_try" in 
    20741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    20742   *) ac_try_echo=$ac_try;; 
    20743 esac 
    20744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    20745   (eval "$ac_link") 2>conftest.er1 
    20746   ac_status=$? 
    20747   grep -v '^ *+' conftest.er1 >conftest.err 
    20748   rm -f conftest.er1 
    20749   cat conftest.err >&5 
    20750   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20751   (exit $ac_status); } && { 
    20752          test -z "$ac_c_werror_flag" || 
    20753          test ! -s conftest.err 
    20754        } && test -s conftest$ac_exeext && 
    20755        $as_test_x conftest$ac_exeext; then 
    20756   gt_cv_func_CFLocaleCopyCurrent=yes 
    20757 else 
    20758   echo "$as_me: failed program was:" >&5 
    20759 sed 's/^/| /' conftest.$ac_ext >&5 
    20760  
    20761         gt_cv_func_CFLocaleCopyCurrent=no 
    20762 fi 
    20763  
    20764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    20765       conftest$ac_exeext conftest.$ac_ext 
    20766      LIBS="$gt_save_LIBS" 
    20767 fi 
    20768 { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 
    20769 echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; } 
    20770   if test $gt_cv_func_CFLocaleCopyCurrent = yes; then 
    20771  
    20772 cat >>confdefs.h <<\_ACEOF 
    20773 #define HAVE_CFLOCALECOPYCURRENT 1 
    20774 _ACEOF 
    20775  
    20776   fi 
    20777   INTL_MACOSX_LIBS= 
    20778   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then 
    20779     INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" 
    20780   fi 
    20781  
    20782  
    20783  
    20784  
    20785  
    20786  
    20787   LIBINTL= 
    20788   LTLIBINTL= 
    20789   POSUB= 
    20790  
    20791     if test "$USE_NLS" = "yes"; then 
    20792     gt_use_preinstalled_gnugettext=no 
    20793  
    20794  
    20795  
    20796  
    20797  
    20798  
    20799         { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 
    20800 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } 
    20801 if test "${gt_cv_func_gnugettext1_libc+set}" = set; then 
    20802   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20803 else 
    20804   cat >conftest.$ac_ext <<_ACEOF 
    20805 /* confdefs.h.  */ 
    20806 _ACEOF 
    20807 cat confdefs.h >>conftest.$ac_ext 
    20808 cat >>conftest.$ac_ext <<_ACEOF 
    20809 /* end confdefs.h.  */ 
    20810 #include <libintl.h> 
    20811 extern int _nl_msg_cat_cntr; 
    20812 extern int *_nl_domain_bindings; 
    20813 int 
    20814 main () 
    20815 { 
    20816 bindtextdomain ("", ""); 
    20817 return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings 
    20818   ; 
    20819   return 0; 
    20820 } 
    20821 _ACEOF 
    20822 rm -f conftest.$ac_objext conftest$ac_exeext 
    20823 if { (ac_try="$ac_link" 
    20824 case "(($ac_try" in 
    20825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    20826   *) ac_try_echo=$ac_try;; 
    20827 esac 
    20828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    20829   (eval "$ac_link") 2>conftest.er1 
    20830   ac_status=$? 
    20831   grep -v '^ *+' conftest.er1 >conftest.err 
    20832   rm -f conftest.er1 
    20833   cat conftest.err >&5 
    20834   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20835   (exit $ac_status); } && { 
    20836          test -z "$ac_c_werror_flag" || 
    20837          test ! -s conftest.err 
    20838        } && test -s conftest$ac_exeext && 
    20839        $as_test_x conftest$ac_exeext; then 
    20840   gt_cv_func_gnugettext1_libc=yes 
    20841 else 
    20842   echo "$as_me: failed program was:" >&5 
    20843 sed 's/^/| /' conftest.$ac_ext >&5 
    20844  
    20845         gt_cv_func_gnugettext1_libc=no 
    20846 fi 
    20847  
    20848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    20849       conftest$ac_exeext conftest.$ac_ext 
    20850 fi 
    20851 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 
    20852 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; } 
    20853  
    20854         if test "$gt_cv_func_gnugettext1_libc" != "yes"; then 
    20855  
    20856  
    20857  
    20858  
    20859  
    20860           am_save_CPPFLAGS="$CPPFLAGS" 
    20861  
    20862   for element in $INCICONV; do 
    20863     haveit= 
    20864     for x in $CPPFLAGS; do 
    20865  
    20866   acl_save_prefix="$prefix" 
    20867   prefix="$acl_final_prefix" 
    20868   acl_save_exec_prefix="$exec_prefix" 
    20869   exec_prefix="$acl_final_exec_prefix" 
    20870   eval x=\"$x\" 
    20871   exec_prefix="$acl_save_exec_prefix" 
    20872   prefix="$acl_save_prefix" 
    20873  
    20874       if test "X$x" = "X$element"; then 
    20875         haveit=yes 
    20876         break 
    20877       fi 
    20878     done 
    20879     if test -z "$haveit"; then 
    20880       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" 
    20881     fi 
    20882   done 
    20883  
    20884  
    20885   { echo "$as_me:$LINENO: checking for iconv" >&5 
    20886 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; } 
    20887 if test "${am_cv_func_iconv+set}" = set; then 
    20888   echo $ECHO_N "(cached) $ECHO_C" >&6 
    20889 else 
    20890  
    20891     am_cv_func_iconv="no, consider installing GNU libiconv" 
    20892     am_cv_lib_iconv=no 
    20893     cat >conftest.$ac_ext <<_ACEOF 
    20894 /* confdefs.h.  */ 
    20895 _ACEOF 
    20896 cat confdefs.h >>conftest.$ac_ext 
    20897 cat >>conftest.$ac_ext <<_ACEOF 
    20898 /* end confdefs.h.  */ 
    20899 #include <stdlib.h> 
    20900 #include <iconv.h> 
    20901 int 
    20902 main () 
    20903 { 
    20904 iconv_t cd = iconv_open("",""); 
    20905        iconv(cd,NULL,NULL,NULL,NULL); 
    20906        iconv_close(cd); 
    20907   ; 
    20908   return 0; 
    20909 } 
    20910 _ACEOF 
    20911 rm -f conftest.$ac_objext conftest$ac_exeext 
    20912 if { (ac_try="$ac_link" 
    20913 case "(($ac_try" in 
    20914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    20915   *) ac_try_echo=$ac_try;; 
    20916 esac 
    20917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    20918   (eval "$ac_link") 2>conftest.er1 
    20919   ac_status=$? 
    20920   grep -v '^ *+' conftest.er1 >conftest.err 
    20921   rm -f conftest.er1 
    20922   cat conftest.err >&5 
    20923   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20924   (exit $ac_status); } && { 
    20925          test -z "$ac_c_werror_flag" || 
    20926          test ! -s conftest.err 
    20927        } && test -s conftest$ac_exeext && 
    20928        $as_test_x conftest$ac_exeext; then 
    20929   am_cv_func_iconv=yes 
    20930 else 
    20931   echo "$as_me: failed program was:" >&5 
    20932 sed 's/^/| /' conftest.$ac_ext >&5 
    20933  
    20934  
    20935 fi 
    20936  
    20937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    20938       conftest$ac_exeext conftest.$ac_ext 
    20939     if test "$am_cv_func_iconv" != yes; then 
    20940       am_save_LIBS="$LIBS" 
    20941       LIBS="$LIBS $LIBICONV" 
    20942       cat >conftest.$ac_ext <<_ACEOF 
    20943 /* confdefs.h.  */ 
    20944 _ACEOF 
    20945 cat confdefs.h >>conftest.$ac_ext 
    20946 cat >>conftest.$ac_ext <<_ACEOF 
    20947 /* end confdefs.h.  */ 
    20948 #include <stdlib.h> 
    20949 #include <iconv.h> 
    20950 int 
    20951 main () 
    20952 { 
    20953 iconv_t cd = iconv_open("",""); 
    20954          iconv(cd,NULL,NULL,NULL,NULL); 
    20955          iconv_close(cd); 
    20956   ; 
    20957   return 0; 
    20958 } 
    20959 _ACEOF 
    20960 rm -f conftest.$ac_objext conftest$ac_exeext 
    20961 if { (ac_try="$ac_link" 
    20962 case "(($ac_try" in 
    20963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    20964   *) ac_try_echo=$ac_try;; 
    20965 esac 
    20966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    20967   (eval "$ac_link") 2>conftest.er1 
    20968   ac_status=$? 
    20969   grep -v '^ *+' conftest.er1 >conftest.err 
    20970   rm -f conftest.er1 
    20971   cat conftest.err >&5 
    20972   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20973   (exit $ac_status); } && { 
    20974          test -z "$ac_c_werror_flag" || 
    20975          test ! -s conftest.err 
    20976        } && test -s conftest$ac_exeext && 
    20977        $as_test_x conftest$ac_exeext; then 
    20978   am_cv_lib_iconv=yes 
    20979         am_cv_func_iconv=yes 
    20980 else 
    20981   echo "$as_me: failed program was:" >&5 
    20982 sed 's/^/| /' conftest.$ac_ext >&5 
    20983  
    20984  
    20985 fi 
    20986  
    20987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    20988       conftest$ac_exeext conftest.$ac_ext 
    20989       LIBS="$am_save_LIBS" 
    20990     fi 
    20991  
    20992 fi 
    20993 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 
    20994 echo "${ECHO_T}$am_cv_func_iconv" >&6; } 
    20995   if test "$am_cv_func_iconv" = yes; then 
    20996  
    20997 cat >>confdefs.h <<\_ACEOF 
    20998 #define HAVE_ICONV 1 
    20999 _ACEOF 
    21000  
    21001   fi 
    21002   if test "$am_cv_lib_iconv" = yes; then 
    21003     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 
    21004 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } 
    21005     { echo "$as_me:$LINENO: result: $LIBICONV" >&5 
    21006 echo "${ECHO_T}$LIBICONV" >&6; } 
    21007   else 
    21008             CPPFLAGS="$am_save_CPPFLAGS" 
    21009     LIBICONV= 
    21010     LTLIBICONV= 
    21011   fi 
    21012  
    21013  
    21014  
    21015  
    21016  
    21017  
    21018  
    21019     use_additional=yes 
    21020  
    21021   acl_save_prefix="$prefix" 
    21022   prefix="$acl_final_prefix" 
    21023   acl_save_exec_prefix="$exec_prefix" 
    21024   exec_prefix="$acl_final_exec_prefix" 
    21025  
    21026     eval additional_includedir=\"$includedir\" 
    21027     eval additional_libdir=\"$libdir\" 
    21028  
    21029   exec_prefix="$acl_save_exec_prefix" 
    21030   prefix="$acl_save_prefix" 
    21031  
    21032  
    21033 # Check whether --with-libintl-prefix was given. 
    21034 if test "${with_libintl_prefix+set}" = set; then 
    21035   withval=$with_libintl_prefix; 
    21036     if test "X$withval" = "Xno"; then 
    21037       use_additional=no 
    21038     else 
    21039       if test "X$withval" = "X"; then 
    21040  
    21041   acl_save_prefix="$prefix" 
    21042   prefix="$acl_final_prefix" 
    21043   acl_save_exec_prefix="$exec_prefix" 
    21044   exec_prefix="$acl_final_exec_prefix" 
    21045  
    21046           eval additional_includedir=\"$includedir\" 
    21047           eval additional_libdir=\"$libdir\" 
    21048  
    21049   exec_prefix="$acl_save_exec_prefix" 
    21050   prefix="$acl_save_prefix" 
    21051  
    21052       else 
    21053         additional_includedir="$withval/include" 
    21054         additional_libdir="$withval/$acl_libdirstem" 
    21055       fi 
    21056     fi 
    21057  
    21058 fi 
    21059  
    21060       LIBINTL= 
    21061   LTLIBINTL= 
    21062   INCINTL= 
    21063   rpathdirs= 
    21064   ltrpathdirs= 
    21065   names_already_handled= 
    21066   names_next_round='intl ' 
    21067   while test -n "$names_next_round"; do 
    21068     names_this_round="$names_next_round" 
    21069     names_next_round= 
    21070     for name in $names_this_round; do 
    21071       already_handled= 
    21072       for n in $names_already_handled; do 
    21073         if test "$n" = "$name"; then 
    21074           already_handled=yes 
    21075           break 
    21076         fi 
    21077       done 
    21078       if test -z "$already_handled"; then 
    21079         names_already_handled="$names_already_handled $name" 
    21080                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` 
    21081         eval value=\"\$HAVE_LIB$uppername\" 
    21082         if test -n "$value"; then 
    21083           if test "$value" = yes; then 
    21084             eval value=\"\$LIB$uppername\" 
    21085             test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" 
    21086             eval value=\"\$LTLIB$uppername\" 
    21087             test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" 
    21088           else 
    21089                                     : 
    21090           fi 
    21091         else 
    21092                               found_dir= 
    21093           found_la= 
    21094           found_so= 
    21095           found_a= 
    21096           if test $use_additional = yes; then 
    21097             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then 
    21098               found_dir="$additional_libdir" 
    21099               found_so="$additional_libdir/lib$name.$shlibext" 
    21100               if test -f "$additional_libdir/lib$name.la"; then 
    21101                 found_la="$additional_libdir/lib$name.la" 
    21102               fi 
    21103             else 
    21104               if test -f "$additional_libdir/lib$name.$libext"; then 
    21105                 found_dir="$additional_libdir" 
    21106                 found_a="$additional_libdir/lib$name.$libext" 
    21107                 if test -f "$additional_libdir/lib$name.la"; then 
    21108                   found_la="$additional_libdir/lib$name.la" 
    21109                 fi 
    21110               fi 
    21111             fi 
    21112           fi 
    21113           if test "X$found_dir" = "X"; then 
    21114             for x in $LDFLAGS $LTLIBINTL; do 
    21115  
    21116   acl_save_prefix="$prefix" 
    21117   prefix="$acl_final_prefix" 
    21118   acl_save_exec_prefix="$exec_prefix" 
    21119   exec_prefix="$acl_final_exec_prefix" 
    21120   eval x=\"$x\" 
    21121   exec_prefix="$acl_save_exec_prefix" 
    21122   prefix="$acl_save_prefix" 
    21123  
    21124               case "$x" in 
    21125                 -L*) 
    21126                   dir=`echo "X$x" | sed -e 's/^X-L//'` 
    21127                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then 
    21128                     found_dir="$dir" 
    21129                     found_so="$dir/lib$name.$shlibext" 
    21130                     if test -f "$dir/lib$name.la"; then 
    21131                       found_la="$dir/lib$name.la" 
    21132                     fi 
    21133                   else 
    21134                     if test -f "$dir/lib$name.$libext"; then 
    21135                       found_dir="$dir" 
    21136                       found_a="$dir/lib$name.$libext" 
    21137                       if test -f "$dir/lib$name.la"; then 
    21138                         found_la="$dir/lib$name.la" 
    21139                       fi 
    21140                     fi 
    21141                   fi 
    21142                   ;; 
    21143               esac 
    21144               if test "X$found_dir" != "X"; then 
    21145                 break 
    21146               fi 
    21147             done 
    21148           fi 
    21149           if test "X$found_dir" != "X"; then 
    21150                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" 
    21151             if test "X$found_so" != "X"; then 
    21152                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then 
    21153                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 
    21154               else 
    21155                                                                                 haveit= 
    21156                 for x in $ltrpathdirs; do 
    21157                   if test "X$x" = "X$found_dir"; then 
    21158                     haveit=yes 
    21159                     break 
    21160                   fi 
    21161                 done 
    21162                 if test -z "$haveit"; then 
    21163                   ltrpathdirs="$ltrpathdirs $found_dir" 
    21164                 fi 
    21165                                 if test "$hardcode_direct" = yes; then 
    21166                                                       LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 
    21167                 else 
    21168                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then 
    21169                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 
    21170                                                             haveit= 
    21171                     for x in $rpathdirs; do 
    21172                       if test "X$x" = "X$found_dir"; then 
    21173                         haveit=yes 
    21174                         break 
    21175                       fi 
    21176                     done 
    21177                     if test -z "$haveit"; then 
    21178                       rpathdirs="$rpathdirs $found_dir" 
    21179                     fi 
    21180                   else 
    21181                                                                                 haveit= 
    21182                     for x in $LDFLAGS $LIBINTL; do 
    21183  
    21184   acl_save_prefix="$prefix" 
    21185   prefix="$acl_final_prefix" 
    21186   acl_save_exec_prefix="$exec_prefix" 
    21187   exec_prefix="$acl_final_exec_prefix" 
    21188   eval x=\"$x\" 
    21189   exec_prefix="$acl_save_exec_prefix" 
    21190   prefix="$acl_save_prefix" 
    21191  
    21192                       if test "X$x" = "X-L$found_dir"; then 
    21193                         haveit=yes 
    21194                         break 
    21195                       fi 
    21196                     done 
    21197                     if test -z "$haveit"; then 
    21198                       LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" 
    21199                     fi 
    21200                     if test "$hardcode_minus_L" != no; then 
    21201                                                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" 
    21202                     else 
    21203                                                                                                                                                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" 
    21204                     fi 
    21205                   fi 
    21206                 fi 
    21207               fi 
    21208             else 
    21209               if test "X$found_a" != "X"; then 
    21210                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" 
    21211               else 
    21212                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" 
    21213               fi 
    21214             fi 
    21215                         additional_includedir= 
    21216             case "$found_dir" in 
    21217               */$acl_libdirstem | */$acl_libdirstem/) 
    21218                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` 
    21219                 additional_includedir="$basedir/include" 
    21220                 ;; 
    21221             esac 
    21222             if test "X$additional_includedir" != "X"; then 
    21223                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then 
    21224                 haveit= 
    21225                 if test "X$additional_includedir" = "X/usr/local/include"; then 
    21226                   if test -n "$GCC"; then 
    21227                     case $host_os in 
    21228                       linux* | gnu* | k*bsd*-gnu) haveit=yes;; 
    21229                     esac 
    21230                   fi 
    21231                 fi 
    21232                 if test -z "$haveit"; then 
    21233                   for x in $CPPFLAGS $INCINTL; do 
    21234  
    21235   acl_save_prefix="$prefix" 
    21236   prefix="$acl_final_prefix" 
    21237   acl_save_exec_prefix="$exec_prefix" 
    21238   exec_prefix="$acl_final_exec_prefix" 
    21239   eval x=\"$x\" 
    21240   exec_prefix="$acl_save_exec_prefix" 
    21241   prefix="$acl_save_prefix" 
    21242  
    21243                     if test "X$x" = "X-I$additional_includedir"; then 
    21244                       haveit=yes 
    21245                       break 
    21246                     fi 
    21247                   done 
    21248                   if test -z "$haveit"; then 
    21249                     if test -d "$additional_includedir"; then 
    21250                                             INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" 
    21251                     fi 
    21252                   fi 
    21253                 fi 
    21254               fi 
    21255             fi 
    21256                         if test -n "$found_la"; then 
    21257                                                         save_libdir="$libdir" 
    21258               case "$found_la" in 
    21259                 */* | *\\*) . "$found_la" ;; 
    21260                 *) . "./$found_la" ;; 
    21261               esac 
    21262               libdir="$save_libdir" 
    21263                             for dep in $dependency_libs; do 
    21264                 case "$dep" in 
    21265                   -L*) 
    21266                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` 
    21267                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then 
    21268                       haveit= 
    21269                       if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then 
    21270                         if test -n "$GCC"; then 
    21271                           case $host_os in 
    21272                             linux* | gnu* | k*bsd*-gnu) haveit=yes;; 
    21273                           esac 
    21274                         fi 
    21275                       fi 
    21276                       if test -z "$haveit"; then 
    21277                         haveit= 
    21278                         for x in $LDFLAGS $LIBINTL; do 
    21279  
    21280   acl_save_prefix="$prefix" 
    21281   prefix="$acl_final_prefix" 
    21282   acl_save_exec_prefix="$exec_prefix" 
    21283   exec_prefix="$acl_final_exec_prefix" 
    21284   eval x=\"$x\" 
    21285   exec_prefix="$acl_save_exec_prefix" 
    21286   prefix="$acl_save_prefix" 
    21287  
    21288                           if test "X$x" = "X-L$additional_libdir"; then 
    21289                             haveit=yes 
    21290                             break 
    21291                           fi 
    21292                         done 
    21293                         if test -z "$haveit"; then 
    21294                           if test -d "$additional_libdir"; then 
    21295                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" 
    21296                           fi 
    21297                         fi 
    21298                         haveit= 
    21299                         for x in $LDFLAGS $LTLIBINTL; do 
    21300  
    21301   acl_save_prefix="$prefix" 
    21302   prefix="$acl_final_prefix" 
    21303   acl_save_exec_prefix="$exec_prefix" 
    21304   exec_prefix="$acl_final_exec_prefix" 
    21305   eval x=\"$x\" 
    21306   exec_prefix="$acl_save_exec_prefix" 
    21307   prefix="$acl_save_prefix" 
    21308  
    21309                           if test "X$x" = "X-L$additional_libdir"; then 
    21310                             haveit=yes 
    21311                             break 
    21312                           fi 
    21313                         done 
    21314                         if test -z "$haveit"; then 
    21315                           if test -d "$additional_libdir"; then 
    21316                                                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" 
    21317                           fi 
    21318                         fi 
    21319                       fi 
    21320                     fi 
    21321                     ;; 
    21322                   -R*) 
    21323                     dir=`echo "X$dep" | sed -e 's/^X-R//'` 
    21324                     if test "$enable_rpath" != no; then 
    21325                                                                   haveit= 
    21326                       for x in $rpathdirs; do 
    21327                         if test "X$x" = "X$dir"; then 
    21328                           haveit=yes 
    21329                           break 
    21330                         fi 
    21331                       done 
    21332                       if test -z "$haveit"; then 
    21333                         rpathdirs="$rpathdirs $dir" 
    21334                       fi 
    21335                                                                   haveit= 
    21336                       for x in $ltrpathdirs; do 
    21337                         if test "X$x" = "X$dir"; then 
    21338                           haveit=yes 
    21339                           break 
    21340                         fi 
    21341                       done 
    21342                       if test -z "$haveit"; then 
    21343                         ltrpathdirs="$ltrpathdirs $dir" 
    21344                       fi 
    21345                     fi 
    21346                     ;; 
    21347                   -l*) 
    21348                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` 
    21349                     ;; 
    21350                   *.la) 
    21351                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` 
    21352                     ;; 
    21353                   *) 
    21354                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" 
    21355                     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" 
    21356                     ;; 
    21357                 esac 
    21358               done 
    21359             fi 
    21360           else 
    21361                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" 
    21362             LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" 
    21363           fi 
    21364         fi 
    21365       fi 
    21366     done 
    21367   done 
    21368   if test "X$rpathdirs" != "X"; then 
    21369     if test -n "$hardcode_libdir_separator"; then 
    21370                         alldirs= 
    21371       for found_dir in $rpathdirs; do 
    21372         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" 
    21373       done 
    21374             acl_save_libdir="$libdir" 
    21375       libdir="$alldirs" 
    21376       eval flag=\"$hardcode_libdir_flag_spec\" 
    21377       libdir="$acl_save_libdir" 
    21378       LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" 
    21379     else 
    21380             for found_dir in $rpathdirs; do 
    21381         acl_save_libdir="$libdir" 
    21382         libdir="$found_dir" 
    21383         eval flag=\"$hardcode_libdir_flag_spec\" 
    21384         libdir="$acl_save_libdir" 
    21385         LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" 
    21386       done 
    21387     fi 
    21388   fi 
    21389   if test "X$ltrpathdirs" != "X"; then 
    21390             for found_dir in $ltrpathdirs; do 
    21391       LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" 
    21392     done 
    21393   fi 
    21394  
    21395           { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 
    21396 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } 
    21397 if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then 
    21398   echo $ECHO_N "(cached) $ECHO_C" >&6 
    21399 else 
    21400   gt_save_CPPFLAGS="$CPPFLAGS" 
    21401             CPPFLAGS="$CPPFLAGS $INCINTL" 
    21402             gt_save_LIBS="$LIBS" 
    21403             LIBS="$LIBS $LIBINTL" 
    21404                         cat >conftest.$ac_ext <<_ACEOF 
    21405 /* confdefs.h.  */ 
    21406 _ACEOF 
    21407 cat confdefs.h >>conftest.$ac_ext 
    21408 cat >>conftest.$ac_ext <<_ACEOF 
    21409 /* end confdefs.h.  */ 
    21410 #include <libintl.h> 
    21411 extern int _nl_msg_cat_cntr; 
    21412 extern 
    21413 #ifdef __cplusplus 
    21414 "C" 
    21415 #endif 
    21416 const char *_nl_expand_alias (const char *); 
    21417 int 
    21418 main () 
    21419 { 
    21420 bindtextdomain ("", ""); 
    21421 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") 
    21422   ; 
    21423   return 0; 
    21424 } 
    21425 _ACEOF 
    21426 rm -f conftest.$ac_objext conftest$ac_exeext 
    21427 if { (ac_try="$ac_link" 
    21428 case "(($ac_try" in 
    21429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    21430   *) ac_try_echo=$ac_try;; 
    21431 esac 
    21432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    21433   (eval "$ac_link") 2>conftest.er1 
    21434   ac_status=$? 
    21435   grep -v '^ *+' conftest.er1 >conftest.err 
    21436   rm -f conftest.er1 
    21437   cat conftest.err >&5 
    21438   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21439   (exit $ac_status); } && { 
    21440          test -z "$ac_c_werror_flag" || 
    21441          test ! -s conftest.err 
    21442        } && test -s conftest$ac_exeext && 
    21443        $as_test_x conftest$ac_exeext; then 
    21444   gt_cv_func_gnugettext1_libintl=yes 
    21445 else 
    21446   echo "$as_me: failed program was:" >&5 
    21447 sed 's/^/| /' conftest.$ac_ext >&5 
    21448  
    21449         gt_cv_func_gnugettext1_libintl=no 
    21450 fi 
    21451  
    21452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    21453       conftest$ac_exeext conftest.$ac_ext 
    21454                         if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then 
    21455               LIBS="$LIBS $LIBICONV" 
    21456               cat >conftest.$ac_ext <<_ACEOF 
    21457 /* confdefs.h.  */ 
    21458 _ACEOF 
    21459 cat confdefs.h >>conftest.$ac_ext 
    21460 cat >>conftest.$ac_ext <<_ACEOF 
    21461 /* end confdefs.h.  */ 
    21462 #include <libintl.h> 
    21463 extern int _nl_msg_cat_cntr; 
    21464 extern 
    21465 #ifdef __cplusplus 
    21466 "C" 
    21467 #endif 
    21468 const char *_nl_expand_alias (const char *); 
    21469 int 
    21470 main () 
    21471 { 
    21472 bindtextdomain ("", ""); 
    21473 return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") 
    21474   ; 
    21475   return 0; 
    21476 } 
    21477 _ACEOF 
    21478 rm -f conftest.$ac_objext conftest$ac_exeext 
    21479 if { (ac_try="$ac_link" 
    21480 case "(($ac_try" in 
    21481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    21482   *) ac_try_echo=$ac_try;; 
    21483 esac 
    21484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    21485   (eval "$ac_link") 2>conftest.er1 
    21486   ac_status=$? 
    21487   grep -v '^ *+' conftest.er1 >conftest.err 
    21488   rm -f conftest.er1 
    21489   cat conftest.err >&5 
    21490   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21491   (exit $ac_status); } && { 
    21492          test -z "$ac_c_werror_flag" || 
    21493          test ! -s conftest.err 
    21494        } && test -s conftest$ac_exeext && 
    21495        $as_test_x conftest$ac_exeext; then 
    21496   LIBINTL="$LIBINTL $LIBICONV" 
    21497                 LTLIBINTL="$LTLIBINTL $LTLIBICONV" 
    21498                 gt_cv_func_gnugettext1_libintl=yes 
    21499  
    21500 else 
    21501   echo "$as_me: failed program was:" >&5 
    21502 sed 's/^/| /' conftest.$ac_ext >&5 
    21503  
    21504  
    21505 fi 
    21506  
    21507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    21508       conftest$ac_exeext conftest.$ac_ext 
    21509             fi 
    21510             CPPFLAGS="$gt_save_CPPFLAGS" 
    21511             LIBS="$gt_save_LIBS" 
    21512 fi 
    21513 { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 
    21514 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; } 
    21515         fi 
    21516  
    21517                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" \ 
    21518            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \ 
    21519                 && test "$PACKAGE" != gettext-runtime \ 
    21520                 && test "$PACKAGE" != gettext-tools; }; then 
    21521           gt_use_preinstalled_gnugettext=yes 
    21522         else 
    21523                     LIBINTL= 
    21524           LTLIBINTL= 
    21525           INCINTL= 
    21526         fi 
    21527  
    21528  
    21529  
    21530     if test -n "$INTL_MACOSX_LIBS"; then 
    21531       if test "$gt_use_preinstalled_gnugettext" = "yes" \ 
    21532          || test "$nls_cv_use_gnu_gettext" = "yes"; then 
    21533                 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" 
    21534         LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" 
    21535       fi 
    21536     fi 
    21537  
    21538     if test "$gt_use_preinstalled_gnugettext" = "yes" \ 
    21539        || test "$nls_cv_use_gnu_gettext" = "yes"; then 
    21540  
    21541 cat >>confdefs.h <<\_ACEOF 
    21542 #define ENABLE_NLS 1 
    21543 _ACEOF 
    21544  
    21545     else 
    21546       USE_NLS=no 
    21547     fi 
    21548   fi 
    21549  
    21550   { echo "$as_me:$LINENO: checking whether to use NLS" >&5 
    21551 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } 
    21552   { echo "$as_me:$LINENO: result: $USE_NLS" >&5 
    21553 echo "${ECHO_T}$USE_NLS" >&6; } 
    21554   if test "$USE_NLS" = "yes"; then 
    21555     { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 
    21556 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } 
    21557     if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
    21558       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then 
    21559         gt_source="external libintl" 
    21560       else 
    21561         gt_source="libc" 
    21562       fi 
    21563     else 
    21564       gt_source="included intl directory" 
    21565     fi 
    21566     { echo "$as_me:$LINENO: result: $gt_source" >&5 
    21567 echo "${ECHO_T}$gt_source" >&6; } 
    21568   fi 
    21569  
    21570   if test "$USE_NLS" = "yes"; then 
    21571  
    21572     if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
    21573       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then 
    21574         { echo "$as_me:$LINENO: checking how to link with libintl" >&5 
    21575 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } 
    21576         { echo "$as_me:$LINENO: result: $LIBINTL" >&5 
    21577 echo "${ECHO_T}$LIBINTL" >&6; } 
    21578  
    21579   for element in $INCINTL; do 
    21580     haveit= 
    21581     for x in $CPPFLAGS; do 
    21582  
    21583   acl_save_prefix="$prefix" 
    21584   prefix="$acl_final_prefix" 
    21585   acl_save_exec_prefix="$exec_prefix" 
    21586   exec_prefix="$acl_final_exec_prefix" 
    21587   eval x=\"$x\" 
    21588   exec_prefix="$acl_save_exec_prefix" 
    21589   prefix="$acl_save_prefix" 
    21590  
    21591       if test "X$x" = "X$element"; then 
    21592         haveit=yes 
    21593         break 
    21594       fi 
    21595     done 
    21596     if test -z "$haveit"; then 
    21597       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" 
    21598     fi 
    21599   done 
    21600  
    21601       fi 
    21602  
    21603  
    21604 cat >>confdefs.h <<\_ACEOF 
    21605 #define HAVE_GETTEXT 1 
    21606 _ACEOF 
    21607  
    21608  
    21609 cat >>confdefs.h <<\_ACEOF 
    21610 #define HAVE_DCGETTEXT 1 
    21611 _ACEOF 
    21612  
    21613     fi 
    21614  
    21615         POSUB=po 
    21616   fi 
    21617  
    21618  
    21619  
    21620     INTLLIBS="$LIBINTL" 
    21621  
    21622  
    21623  
    21624  
    21625  
    21626  
    21627  
    21628  
    21629  
    21630 # Checks for programs. 
    21631 ac_ext=c 
    21632 ac_cpp='$CPP $CPPFLAGS' 
    21633 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
    21634 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    21635 ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    21636 if test -n "$ac_tool_prefix"; then 
    21637   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    21638 set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    21639 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21640 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21641 if test "${ac_cv_prog_CC+set}" = set; then 
    21642   echo $ECHO_N "(cached) $ECHO_C" >&6 
    21643 else 
    21644   if test -n "$CC"; then 
    21645   ac_cv_prog_CC="$CC" # Let the user override the test. 
     19411  if test -n "$CXX"; then 
     19412  ac_cv_prog_CXX="$CXX" # Let the user override the test. 
    2164619413else 
    2164719414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     
    2165219419  for ac_exec_ext in '' $ac_executable_extensions; do 
    2165319420  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21654     ac_cv_prog_CC="${ac_tool_prefix}gcc" 
     19421    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 
    2165519422    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    2165619423    break 2 
     
    2166219429fi 
    2166319430fi 
    21664 CC=$ac_cv_prog_CC 
    21665 if test -n "$CC"; then 
    21666   { echo "$as_me:$LINENO: result: $CC" >&5 
    21667 echo "${ECHO_T}$CC" >&6; } 
     19431CXX=$ac_cv_prog_CXX 
     19432if test -n "$CXX"; then 
     19433  { echo "$as_me:$LINENO: result: $CXX" >&5 
     19434echo "${ECHO_T}$CXX" >&6; } 
    2166819435else 
    2166919436  { echo "$as_me:$LINENO: result: no" >&5 
     
    2167219439 
    2167319440 
    21674 fi 
    21675 if test -z "$ac_cv_prog_CC"; then 
    21676   ac_ct_CC=$CC 
    21677   # Extract the first word of "gcc", so it can be a program name with args. 
    21678 set dummy gcc; ac_word=$2 
     19441    test -n "$CXX" && break 
     19442  done 
     19443fi 
     19444if test -z "$CXX"; then 
     19445  ac_ct_CXX=$CXX 
     19446  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 
     19447do 
     19448  # Extract the first word of "$ac_prog", so it can be a program name with args. 
     19449set dummy $ac_prog; ac_word=$2 
    2167919450{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2168019451echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21681 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
     19452if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 
    2168219453  echo $ECHO_N "(cached) $ECHO_C" >&6 
    2168319454else 
    21684   if test -n "$ac_ct_CC"; then 
    21685   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 
     19455  if test -n "$ac_ct_CXX"; then 
     19456  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 
    2168619457else 
    2168719458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     
    2169219463  for ac_exec_ext in '' $ac_executable_extensions; do 
    2169319464  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21694     ac_cv_prog_ac_ct_CC="gcc" 
     19465    ac_cv_prog_ac_ct_CXX="$ac_prog" 
    2169519466    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    2169619467    break 2 
     
    2170219473fi 
    2170319474fi 
    21704 ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    21705 if test -n "$ac_ct_CC"; then 
    21706   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    21707 echo "${ECHO_T}$ac_ct_CC" >&6; } 
     19475ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 
     19476if test -n "$ac_ct_CXX"; then 
     19477  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
     19478echo "${ECHO_T}$ac_ct_CXX" >&6; } 
    2170819479else 
    2170919480  { echo "$as_me:$LINENO: result: no" >&5 
     
    2171119482fi 
    2171219483 
    21713   if test "x$ac_ct_CC" = x; then 
    21714     CC="" 
     19484 
     19485  test -n "$ac_ct_CXX" && break 
     19486done 
     19487 
     19488  if test "x$ac_ct_CXX" = x; then 
     19489    CXX="g++" 
    2171519490  else 
    2171619491    case $cross_compiling:$ac_tool_warned in 
     
    2172419499ac_tool_warned=yes ;; 
    2172519500esac 
    21726     CC=$ac_ct_CC 
     19501    CXX=$ac_ct_CXX 
    2172719502  fi 
    21728 else 
    21729   CC="$ac_cv_prog_CC" 
    21730 fi 
    21731  
    21732 if test -z "$CC"; then 
    21733           if test -n "$ac_tool_prefix"; then 
    21734     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    21735 set dummy ${ac_tool_prefix}cc; ac_word=$2 
    21736 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21737 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21738 if test "${ac_cv_prog_CC+set}" = set; then 
    21739   echo $ECHO_N "(cached) $ECHO_C" >&6 
    21740 else 
    21741   if test -n "$CC"; then 
    21742   ac_cv_prog_CC="$CC" # Let the user override the test. 
    21743 else 
    21744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    21745 for as_dir in $PATH 
    21746 do 
    21747   IFS=$as_save_IFS 
    21748   test -z "$as_dir" && as_dir=. 
    21749   for ac_exec_ext in '' $ac_executable_extensions; do 
    21750   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21751     ac_cv_prog_CC="${ac_tool_prefix}cc" 
    21752     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21753     break 2 
     19503fi 
     19504 
    2175419505  fi 
    21755 done 
    21756 done 
    21757 IFS=$as_save_IFS 
    21758  
    21759 fi 
    21760 fi 
    21761 CC=$ac_cv_prog_CC 
    21762 if test -n "$CC"; then 
    21763   { echo "$as_me:$LINENO: result: $CC" >&5 
    21764 echo "${ECHO_T}$CC" >&6; } 
    21765 else 
    21766   { echo "$as_me:$LINENO: result: no" >&5 
    21767 echo "${ECHO_T}no" >&6; } 
    21768 fi 
    21769  
    21770  
    21771   fi 
    21772 fi 
    21773 if test -z "$CC"; then 
    21774   # Extract the first word of "cc", so it can be a program name with args. 
    21775 set dummy cc; ac_word=$2 
    21776 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21778 if test "${ac_cv_prog_CC+set}" = set; then 
    21779   echo $ECHO_N "(cached) $ECHO_C" >&6 
    21780 else 
    21781   if test -n "$CC"; then 
    21782   ac_cv_prog_CC="$CC" # Let the user override the test. 
    21783 else 
    21784   ac_prog_rejected=no 
    21785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    21786 for as_dir in $PATH 
    21787 do 
    21788   IFS=$as_save_IFS 
    21789   test -z "$as_dir" && as_dir=. 
    21790   for ac_exec_ext in '' $ac_executable_extensions; do 
    21791   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21792     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 
    21793        ac_prog_rejected=yes 
    21794        continue 
    21795      fi 
    21796     ac_cv_prog_CC="cc" 
    21797     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21798     break 2 
    21799   fi 
    21800 done 
    21801 done 
    21802 IFS=$as_save_IFS 
    21803  
    21804 if test $ac_prog_rejected = yes; then 
    21805   # We found a bogon in the path, so make sure we never use it. 
    21806   set dummy $ac_cv_prog_CC 
    21807   shift 
    21808   if test $# != 0; then 
    21809     # We chose a different compiler from the bogus one. 
    21810     # However, it has the same basename, so the bogon will be chosen 
    21811     # first if we set CC to just the basename; use the full file name. 
    21812     shift 
    21813     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 
    21814   fi 
    21815 fi 
    21816 fi 
    21817 fi 
    21818 CC=$ac_cv_prog_CC 
    21819 if test -n "$CC"; then 
    21820   { echo "$as_me:$LINENO: result: $CC" >&5 
    21821 echo "${ECHO_T}$CC" >&6; } 
    21822 else 
    21823   { echo "$as_me:$LINENO: result: no" >&5 
    21824 echo "${ECHO_T}no" >&6; } 
    21825 fi 
    21826  
    21827  
    21828 fi 
    21829 if test -z "$CC"; then 
    21830   if test -n "$ac_tool_prefix"; then 
    21831   for ac_prog in cl.exe 
    21832   do 
    21833     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    21834 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    21835 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21837 if test "${ac_cv_prog_CC+set}" = set; then 
    21838   echo $ECHO_N "(cached) $ECHO_C" >&6 
    21839 else 
    21840   if test -n "$CC"; then 
    21841   ac_cv_prog_CC="$CC" # Let the user override the test. 
    21842 else 
    21843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    21844 for as_dir in $PATH 
    21845 do 
    21846   IFS=$as_save_IFS 
    21847   test -z "$as_dir" && as_dir=. 
    21848   for ac_exec_ext in '' $ac_executable_extensions; do 
    21849   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21850     ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    21851     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21852     break 2 
    21853   fi 
    21854 done 
    21855 done 
    21856 IFS=$as_save_IFS 
    21857  
    21858 fi 
    21859 fi 
    21860 CC=$ac_cv_prog_CC 
    21861 if test -n "$CC"; then 
    21862   { echo "$as_me:$LINENO: result: $CC" >&5 
    21863 echo "${ECHO_T}$CC" >&6; } 
    21864 else 
    21865   { echo "$as_me:$LINENO: result: no" >&5 
    21866 echo "${ECHO_T}no" >&6; } 
    21867 fi 
    21868  
    21869  
    21870     test -n "$CC" && break 
    21871   done 
    21872 fi 
    21873 if test -z "$CC"; then 
    21874   ac_ct_CC=$CC 
    21875   for ac_prog in cl.exe 
    21876 do 
    21877   # Extract the first word of "$ac_prog", so it can be a program name with args. 
    21878 set dummy $ac_prog; ac_word=$2 
    21879 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21881 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    21882   echo $ECHO_N "(cached) $ECHO_C" >&6 
    21883 else 
    21884   if test -n "$ac_ct_CC"; then 
    21885   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 
    21886 else 
    21887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    21888 for as_dir in $PATH 
    21889 do 
    21890   IFS=$as_save_IFS 
    21891   test -z "$as_dir" && as_dir=. 
    21892   for ac_exec_ext in '' $ac_executable_extensions; do 
    21893   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21894     ac_cv_prog_ac_ct_CC="$ac_prog" 
    21895     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21896     break 2 
    21897   fi 
    21898 done 
    21899 done 
    21900 IFS=$as_save_IFS 
    21901  
    21902 fi 
    21903 fi 
    21904 ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    21905 if test -n "$ac_ct_CC"; then 
    21906   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    21907 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    21908 else 
    21909   { echo "$as_me:$LINENO: result: no" >&5 
    21910 echo "${ECHO_T}no" >&6; } 
    21911 fi 
    21912  
    21913  
    21914   test -n "$ac_ct_CC" && break 
    21915 done 
    21916  
    21917   if test "x$ac_ct_CC" = x; then 
    21918     CC="" 
    21919   else 
    21920     case $cross_compiling:$ac_tool_warned in 
    21921 yes:) 
    21922 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    21923 whose name does not start with the host triplet.  If you think this 
    21924 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    21925 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    21926 whose name does not start with the host triplet.  If you think this 
    21927 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    21928 ac_tool_warned=yes ;; 
    21929 esac 
    21930     CC=$ac_ct_CC 
    21931   fi 
    21932 fi 
    21933  
    21934 fi 
    21935  
    21936  
    21937 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
    21938 See \`config.log' for more details." >&5 
    21939 echo "$as_me: error: no acceptable C compiler found in \$PATH 
    21940 See \`config.log' for more details." >&2;} 
    21941    { (exit 1); exit 1; }; } 
    21942  
     19506fi 
    2194319507# Provide some information about the compiler. 
    21944 echo "$as_me:$LINENO: checking for C compiler version" >&5 
     19508echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
    2194519509ac_compiler=`set X $ac_compile; echo $2` 
    2194619510{ (ac_try="$ac_compiler --version >&5" 
     
    2197519539  (exit $ac_status); } 
    2197619540 
    21977 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    21978 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
    21979 if test "${ac_cv_c_compiler_gnu+set}" = set; then 
     19541{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
     19542echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 
     19543if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 
    2198019544  echo $ECHO_N "(cached) $ECHO_C" >&6 
    2198119545else 
     
    2201219576  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2201319577  (exit $ac_status); } && { 
    22014          test -z "$ac_c_werror_flag" || 
     19578         test -z "$ac_cxx_werror_flag" || 
    2201519579         test ! -s conftest.err 
    2201619580       } && test -s conftest.$ac_objext; then 
     
    2202419588 
    2202519589rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    22026 ac_cv_c_compiler_gnu=$ac_compiler_gnu 
    22027  
    22028 fi 
    22029 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    22030 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
    22031 GCC=`test $ac_compiler_gnu = yes && echo yes` 
    22032 ac_test_CFLAGS=${CFLAGS+set} 
    22033 ac_save_CFLAGS=$CFLAGS 
    22034 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    22035 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
    22036 if test "${ac_cv_prog_cc_g+set}" = set; then 
     19590ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 
     19591 
     19592fi 
     19593{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
     19594echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 
     19595GXX=`test $ac_compiler_gnu = yes && echo yes` 
     19596ac_test_CXXFLAGS=${CXXFLAGS+set} 
     19597ac_save_CXXFLAGS=$CXXFLAGS 
     19598{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
     19599echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 
     19600if test "${ac_cv_prog_cxx_g+set}" = set; then 
    2203719601  echo $ECHO_N "(cached) $ECHO_C" >&6 
    2203819602else 
    22039   ac_save_c_werror_flag=$ac_c_werror_flag 
    22040    ac_c_werror_flag=yes 
    22041    ac_cv_prog_cc_g=no 
    22042    CFLAGS="-g" 
     19603  ac_save_cxx_werror_flag=$ac_cxx_werror_flag 
     19604   ac_cxx_werror_flag=yes 
     19605   ac_cv_prog_cxx_g=no 
     19606   CXXFLAGS="-g" 
    2204319607   cat >conftest.$ac_ext <<_ACEOF 
    2204419608/* confdefs.h.  */ 
     
    2207019634  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2207119635  (exit $ac_status); } && { 
    22072          test -z "$ac_c_werror_flag" || 
     19636         test -z "$ac_cxx_werror_flag" || 
    2207319637         test ! -s conftest.err 
    2207419638       } && test -s conftest.$ac_objext; then 
    22075   ac_cv_prog_cc_g=yes 
     19639  ac_cv_prog_cxx_g=yes 
    2207619640else 
    2207719641  echo "$as_me: failed program was:" >&5 
    2207819642sed 's/^/| /' conftest.$ac_ext >&5 
    2207919643 
    22080         CFLAGS="" 
     19644        CXXFLAGS="" 
    2208119645      cat >conftest.$ac_ext <<_ACEOF 
    2208219646/* confdefs.h.  */ 
     
    2210819672  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2210919673  (exit $ac_status); } && { 
    22110          test -z "$ac_c_werror_flag" || 
     19674         test -z "$ac_cxx_werror_flag" || 
    2211119675         test ! -s conftest.err 
    2211219676       } && test -s conftest.$ac_objext; then 
     
    2211619680sed 's/^/| /' conftest.$ac_ext >&5 
    2211719681 
    22118         ac_c_werror_flag=$ac_save_c_werror_flag 
    22119          CFLAGS="-g" 
     19682        ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
     19683         CXXFLAGS="-g" 
    2212019684         cat >conftest.$ac_ext <<_ACEOF 
    2212119685/* confdefs.h.  */ 
     
    2214719711  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2214819712  (exit $ac_status); } && { 
    22149          test -z "$ac_c_werror_flag" || 
     19713         test -z "$ac_cxx_werror_flag" || 
    2215019714         test ! -s conftest.err 
    2215119715       } && test -s conftest.$ac_objext; then 
    22152   ac_cv_prog_cc_g=yes 
     19716  ac_cv_prog_cxx_g=yes 
    2215319717else 
    2215419718  echo "$as_me: failed program was:" >&5 
     
    2216519729 
    2216619730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    22167    ac_c_werror_flag=$ac_save_c_werror_flag 
    22168 fi 
    22169 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    22170 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
    22171 if test "$ac_test_CFLAGS" = set; then 
    22172   CFLAGS=$ac_save_CFLAGS 
    22173 elif test $ac_cv_prog_cc_g = yes; then 
    22174   if test "$GCC" = yes; then 
    22175     CFLAGS="-g -O2" 
     19731   ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
     19732fi 
     19733{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
     19734echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 
     19735if test "$ac_test_CXXFLAGS" = set; then 
     19736  CXXFLAGS=$ac_save_CXXFLAGS 
     19737elif test $ac_cv_prog_cxx_g = yes; then 
     19738  if test "$GXX" = yes; then 
     19739    CXXFLAGS="-g -O2" 
    2217619740  else 
    22177     CFLAGS="-g" 
     19741    CXXFLAGS="-g" 
    2217819742  fi 
    2217919743else 
    22180   if test "$GCC" = yes; then 
    22181     CFLAGS="-O2" 
     19744  if test "$GXX" = yes; then 
     19745    CXXFLAGS="-O2" 
    2218219746  else 
    22183     CFLAGS= 
     19747    CXXFLAGS= 
    2218419748  fi 
    2218519749fi 
    22186 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    22187 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
    22188 if test "${ac_cv_prog_cc_c89+set}" = set; then 
    22189   echo $ECHO_N "(cached) $ECHO_C" >&6 
    22190 else 
    22191   ac_cv_prog_cc_c89=no 
    22192 ac_save_CC=$CC 
    22193 cat >conftest.$ac_ext <<_ACEOF 
    22194 /* confdefs.h.  */ 
    22195 _ACEOF 
    22196 cat confdefs.h >>conftest.$ac_ext 
    22197 cat >>conftest.$ac_ext <<_ACEOF 
    22198 /* end confdefs.h.  */ 
    22199 #include <stdarg.h> 
    22200 #include <stdio.h> 
    22201 #include <sys/types.h> 
    22202 #include <sys/stat.h> 
    22203 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */ 
    22204 struct buf { int x; }; 
    22205 FILE * (*rcsopen) (struct buf *, struct stat *, int); 
    22206 static char *e (p, i) 
    22207      char **p; 
    22208      int i; 
    22209 { 
    22210   return p[i]; 
    22211 } 
    22212 static char *f (char * (*g) (char **, int), char **p, ...) 
    22213 { 
    22214   char *s; 
    22215   va_list v; 
    22216   va_start (v,p); 
    22217   s = g (p, va_arg (v,int)); 
    22218   va_end (v); 
    22219   return s; 
    22220 } 
    22221  
    22222 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has 
    22223    function prototypes and stuff, but not '\xHH' hex character constants. 
    22224    These don't provoke an error unfortunately, instead are silently treated 
    22225    as 'x'.  The following induces an error, until -std is added to get 
    22226    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an 
    22227    array size at least.  It's necessary to write '\x00'==0 to get something 
    22228    that's true only with -std.  */ 
    22229 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 
    22230  
    22231 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 
    22232    inside strings and character constants.  */ 
    22233 #define FOO(x) 'x' 
    22234 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 
    22235  
    22236 int test (int i, double x); 
    22237 struct s1 {int (*f) (int a);}; 
    22238 struct s2 {int (*f) (double a);}; 
    22239 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 
    22240 int argc; 
    22241 char **argv; 
    22242 int 
    22243 main () 
    22244 { 
    22245 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1]; 
    22246   ; 
    22247   return 0; 
    22248 } 
    22249 _ACEOF 
    22250 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 
    22251         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 
    22252 do 
    22253   CC="$ac_save_CC $ac_arg" 
    22254   rm -f conftest.$ac_objext 
    22255 if { (ac_try="$ac_compile" 
    22256 case "(($ac_try" in 
    22257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    22258   *) ac_try_echo=$ac_try;; 
    22259 esac 
    22260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22261   (eval "$ac_compile") 2>conftest.er1 
    22262   ac_status=$? 
    22263   grep -v '^ *+' conftest.er1 >conftest.err 
    22264   rm -f conftest.er1 
    22265   cat conftest.err >&5 
    22266   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22267   (exit $ac_status); } && { 
    22268          test -z "$ac_c_werror_flag" || 
    22269          test ! -s conftest.err 
    22270        } && test -s conftest.$ac_objext; then 
    22271   ac_cv_prog_cc_c89=$ac_arg 
    22272 else 
    22273   echo "$as_me: failed program was:" >&5 
    22274 sed 's/^/| /' conftest.$ac_ext >&5 
    22275  
    22276  
    22277 fi 
    22278  
    22279 rm -f core conftest.err conftest.$ac_objext 
    22280   test "x$ac_cv_prog_cc_c89" != "xno" && break 
    22281 done 
    22282 rm -f conftest.$ac_ext 
    22283 CC=$ac_save_CC 
    22284  
    22285 fi 
    22286 # AC_CACHE_VAL 
    22287 case "x$ac_cv_prog_cc_c89" in 
    22288   x) 
    22289     { echo "$as_me:$LINENO: result: none needed" >&5 
    22290 echo "${ECHO_T}none needed" >&6; } ;; 
    22291   xno) 
    22292     { echo "$as_me:$LINENO: result: unsupported" >&5 
    22293 echo "${ECHO_T}unsupported" >&6; } ;; 
    22294   *) 
    22295     CC="$CC $ac_cv_prog_cc_c89" 
    22296     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    22297 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
    22298 esac 
    22299  
    22300  
    2230119750ac_ext=c 
    2230219751ac_cpp='$CPP $CPPFLAGS' 
     
    2230519754ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    2230619755 
    22307 depcc="$CC"   am_compiler_list= 
     19756depcc="$CXX"  am_compiler_list= 
    2230819757 
    2230919758{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 
    2231019759echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 
    22311 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 
     19760if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 
    2231219761  echo $ECHO_N "(cached) $ECHO_C" >&6 
    2231319762else 
     
    2233119780  mkdir sub 
    2233219781 
    22333   am_cv_CC_dependencies_compiler_type=none 
     19782  am_cv_CXX_dependencies_compiler_type=none 
    2233419783  if test "$am_compiler_list" = ""; then 
    2233519784     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 
     
    2238519834      if (grep 'ignoring option' conftest.err || 
    2238619835          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 
    22387         am_cv_CC_dependencies_compiler_type=$depmode 
     19836        am_cv_CXX_dependencies_compiler_type=$depmode 
    2238819837        break 
    2238919838      fi 
     
    2239419843  rm -rf conftest.dir 
    2239519844else 
    22396   am_cv_CC_dependencies_compiler_type=none 
    22397 fi 
    22398  
    22399 fi 
    22400 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 
    22401 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 
    22402 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 
     19845  am_cv_CXX_dependencies_compiler_type=none 
     19846fi 
     19847 
     19848fi 
     19849{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 
     19850echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } 
     19851CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 
    2240319852 
    2240419853 if 
    2240519854  test "x$enable_dependency_tracking" != xno \ 
    22406   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 
    22407   am__fastdepCC_TRUE= 
    22408   am__fastdepCC_FALSE='#' 
    22409 else 
    22410   am__fastdepCC_TRUE='#' 
    22411   am__fastdepCC_FALSE= 
    22412 fi 
    22413  
    22414  
    22415 ac_ext=c 
    22416 ac_cpp='$CPP $CPPFLAGS' 
    22417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
    22418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    22419 ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    22420 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    22421 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 
    22422 # On Suns, sometimes $CPP names a directory. 
    22423 if test -n "$CPP" && test -d "$CPP"; then 
    22424   CPP= 
    22425 fi 
    22426 if test -z "$CPP"; then 
    22427   if test "${ac_cv_prog_CPP+set}" = set; then 
    22428   echo $ECHO_N "(cached) $ECHO_C" >&6 
    22429 else 
    22430       # Double quotes because CPP needs to be expanded 
    22431     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 
    22432     do 
    22433       ac_preproc_ok=false 
    22434 for ac_c_preproc_warn_flag in '' yes 
    22435 do 
    22436   # Use a header file that comes with gcc, so configuring glibc 
    22437   # with a fresh cross-compiler works. 
    22438   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    22439   # <limits.h> exists even on freestanding compilers. 
    22440   # On the NeXT, cc -E runs the code through the compiler's parser, 
    22441   # not just through cpp. "Syntax error" is here to catch this case. 
    22442   cat >conftest.$ac_ext <<_ACEOF 
    22443 /* confdefs.h.  */ 
    22444 _ACEOF 
    22445 cat confdefs.h >>conftest.$ac_ext 
    22446 cat >>conftest.$ac_ext <<_ACEOF 
    22447 /* end confdefs.h.  */ 
    22448 #ifdef __STDC__ 
    22449 # include <limits.h> 
    22450 #else 
    22451 # include <assert.h> 
    22452 #endif 
    22453                      Syntax error 
    22454 _ACEOF 
    22455 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    22456 case "(($ac_try" in 
    22457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    22458   *) ac_try_echo=$ac_try;; 
    22459 esac 
    22460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22461   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    22462   ac_status=$? 
    22463   grep -v '^ *+' conftest.er1 >conftest.err 
    22464   rm -f conftest.er1 
    22465   cat conftest.err >&5 
    22466   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22467   (exit $ac_status); } >/dev/null && { 
    22468          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    22469          test ! -s conftest.err 
    22470        }; then 
    22471   : 
    22472 else 
    22473   echo "$as_me: failed program was:" >&5 
    22474 sed 's/^/| /' conftest.$ac_ext >&5 
    22475  
    22476   # Broken: fails on valid input. 
    22477 continue 
    22478 fi 
    22479  
    22480 rm -f conftest.err conftest.$ac_ext 
    22481  
    22482   # OK, works on sane cases.  Now check whether nonexistent headers 
    22483   # can be detected and how. 
    22484   cat >conftest.$ac_ext <<_ACEOF 
    22485 /* confdefs.h.  */ 
    22486 _ACEOF 
    22487 cat confdefs.h >>conftest.$ac_ext 
    22488 cat >>conftest.$ac_ext <<_ACEOF 
    22489 /* end confdefs.h.  */ 
    22490 #include <ac_nonexistent.h> 
    22491 _ACEOF 
    22492 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    22493 case "(($ac_try" in 
    22494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    22495   *) ac_try_echo=$ac_try;; 
    22496 esac 
    22497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22498   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    22499   ac_status=$? 
    22500   grep -v '^ *+' conftest.er1 >conftest.err 
    22501   rm -f conftest.er1 
    22502   cat conftest.err >&5 
    22503   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22504   (exit $ac_status); } >/dev/null && { 
    22505          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    22506          test ! -s conftest.err 
    22507        }; then 
    22508   # Broken: success on invalid input. 
    22509 continue 
    22510 else 
    22511   echo "$as_me: failed program was:" >&5 
    22512 sed 's/^/| /' conftest.$ac_ext >&5 
    22513  
    22514   # Passes both tests. 
    22515 ac_preproc_ok=: 
    22516 break 
    22517 fi 
    22518  
    22519 rm -f conftest.err conftest.$ac_ext 
    22520  
    22521 done 
    22522 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 
    22523 rm -f conftest.err conftest.$ac_ext 
    22524 if $ac_preproc_ok; then 
    22525   break 
    22526 fi 
    22527  
    22528     done 
    22529     ac_cv_prog_CPP=$CPP 
    22530  
    22531 fi 
    22532   CPP=$ac_cv_prog_CPP 
    22533 else 
    22534   ac_cv_prog_CPP=$CPP 
    22535 fi 
    22536 { echo "$as_me:$LINENO: result: $CPP" >&5 
    22537 echo "${ECHO_T}$CPP" >&6; } 
    22538 ac_preproc_ok=false 
    22539 for ac_c_preproc_warn_flag in '' yes 
    22540 do 
    22541   # Use a header file that comes with gcc, so configuring glibc 
    22542   # with a fresh cross-compiler works. 
    22543   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    22544   # <limits.h> exists even on freestanding compilers. 
    22545   # On the NeXT, cc -E runs the code through the compiler's parser, 
    22546   # not just through cpp. "Syntax error" is here to catch this case. 
    22547   cat >conftest.$ac_ext <<_ACEOF 
    22548 /* confdefs.h.  */ 
    22549 _ACEOF 
    22550 cat confdefs.h >>conftest.$ac_ext 
    22551 cat >>conftest.$ac_ext <<_ACEOF 
    22552 /* end confdefs.h.  */ 
    22553 #ifdef __STDC__ 
    22554 # include <limits.h> 
    22555 #else 
    22556 # include <assert.h> 
    22557 #endif 
    22558                      Syntax error 
    22559 _ACEOF 
    22560 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    22561 case "(($ac_try" in 
    22562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    22563   *) ac_try_echo=$ac_try;; 
    22564 esac 
    22565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22566   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    22567   ac_status=$? 
    22568   grep -v '^ *+' conftest.er1 >conftest.err 
    22569   rm -f conftest.er1 
    22570   cat conftest.err >&5 
    22571   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22572   (exit $ac_status); } >/dev/null && { 
    22573          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    22574          test ! -s conftest.err 
    22575        }; then 
    22576   : 
    22577 else 
    22578   echo "$as_me: failed program was:" >&5 
    22579 sed 's/^/| /' conftest.$ac_ext >&5 
    22580  
    22581   # Broken: fails on valid input. 
    22582 continue 
    22583 fi 
    22584  
    22585 rm -f conftest.err conftest.$ac_ext 
    22586  
    22587   # OK, works on sane cases.  Now check whether nonexistent headers 
    22588   # can be detected and how. 
    22589   cat >conftest.$ac_ext <<_ACEOF 
    22590 /* confdefs.h.  */ 
    22591 _ACEOF 
    22592 cat confdefs.h >>conftest.$ac_ext 
    22593 cat >>conftest.$ac_ext <<_ACEOF 
    22594 /* end confdefs.h.  */ 
    22595 #include <ac_nonexistent.h> 
    22596 _ACEOF 
    22597 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    22598 case "(($ac_try" in 
    22599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    22600   *) ac_try_echo=$ac_try;; 
    22601 esac 
    22602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22603   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    22604   ac_status=$? 
    22605   grep -v '^ *+' conftest.er1 >conftest.err 
    22606   rm -f conftest.er1 
    22607   cat conftest.err >&5 
    22608   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22609   (exit $ac_status); } >/dev/null && { 
    22610          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    22611          test ! -s conftest.err 
    22612        }; then 
    22613   # Broken: success on invalid input. 
    22614 continue 
    22615 else 
    22616   echo "$as_me: failed program was:" >&5 
    22617 sed 's/^/| /' conftest.$ac_ext >&5 
    22618  
    22619   # Passes both tests. 
    22620 ac_preproc_ok=: 
    22621 break 
    22622 fi 
    22623  
    22624 rm -f conftest.err conftest.$ac_ext 
    22625  
    22626 done 
    22627 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 
    22628 rm -f conftest.err conftest.$ac_ext 
    22629 if $ac_preproc_ok; then 
    22630   : 
    22631 else 
    22632   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
    22633 See \`config.log' for more details." >&5 
    22634 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
    22635 See \`config.log' for more details." >&2;} 
    22636    { (exit 1); exit 1; }; } 
    22637 fi 
    22638  
    22639 ac_ext=c 
    22640 ac_cpp='$CPP $CPPFLAGS' 
    22641 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
    22642 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    22643 ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    22644  
    22645 # Find a good install program.  We prefer a C program (faster), 
    22646 # so one script is as good as another.  But avoid the broken or 
    22647 # incompatible versions: 
    22648 # SysV /etc/install, /usr/sbin/install 
    22649 # SunOS /usr/etc/install 
    22650 # IRIX /sbin/install 
    22651 # AIX /bin/install 
    22652 # AmigaOS /C/install, which installs bootblocks on floppy discs 
    22653 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 
    22654 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 
    22655 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 
    22656 # OS/2's system install, which has a completely different semantic 
    22657 # ./install, which can be erroneously created by make from ./install.sh. 
    22658 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
    22659 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 
    22660 if test -z "$INSTALL"; then 
    22661 if test "${ac_cv_path_install+set}" = set; then 
    22662   echo $ECHO_N "(cached) $ECHO_C" >&6 
    22663 else 
    22664   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    22665 for as_dir in $PATH 
    22666 do 
    22667   IFS=$as_save_IFS 
    22668   test -z "$as_dir" && as_dir=. 
    22669   # Account for people who put trailing slashes in PATH elements. 
    22670 case $as_dir/ in 
    22671   ./ | .// | /cC/* | \ 
    22672   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 
    22673   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 
    22674   /usr/ucb/* ) ;; 
    22675   *) 
    22676     # OSF1 and SCO ODT 3.0 have their own names for install. 
    22677     # Don't use installbsd from OSF since it installs stuff as root 
    22678     # by default. 
    22679     for ac_prog in ginstall scoinst install; do 
    22680       for ac_exec_ext in '' $ac_executable_extensions; do 
    22681         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 
    22682           if test $ac_prog = install && 
    22683             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    22684             # AIX install.  It has an incompatible calling convention. 
    22685             : 
    22686           elif test $ac_prog = install && 
    22687             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    22688             # program-specific install script used by HP pwplus--don't use. 
    22689             : 
    22690           else 
    22691             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
    22692             break 3 
    22693           fi 
    22694         fi 
    22695       done 
    22696     done 
    22697     ;; 
    22698 esac 
    22699 done 
    22700 IFS=$as_save_IFS 
    22701  
    22702  
    22703 fi 
    22704   if test "${ac_cv_path_install+set}" = set; then 
    22705     INSTALL=$ac_cv_path_install 
    22706   else 
    22707     # As a last resort, use the slow shell script.  Don't cache a 
    22708     # value for INSTALL within a source directory, because that will 
    22709     # break other packages using the cache if that directory is 
    22710     # removed, or if the value is a relative name. 
    22711     INSTALL=$ac_install_sh 
    22712   fi 
    22713 fi 
    22714 { echo "$as_me:$LINENO: result: $INSTALL" >&5 
    22715 echo "${ECHO_T}$INSTALL" >&6; } 
    22716  
    22717 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 
    22718 # It thinks the first close brace ends the variable substitution. 
    22719 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 
    22720  
    22721 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 
    22722  
    22723 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 
    22724  
    22725 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 
    22726 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 
    22727 LN_S=$as_ln_s 
    22728 if test "$LN_S" = "ln -s"; then 
    22729   { echo "$as_me:$LINENO: result: yes" >&5 
    22730 echo "${ECHO_T}yes" >&6; } 
    22731 else 
    22732   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 
    22733 echo "${ECHO_T}no, using $LN_S" >&6; } 
    22734 fi 
    22735  
    22736 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
    22737 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 
    22738 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 
    22739 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 
    22740   echo $ECHO_N "(cached) $ECHO_C" >&6 
    22741 else 
    22742   cat >conftest.make <<\_ACEOF 
    22743 SHELL = /bin/sh 
    22744 all: 
    22745         @echo '@@@%%%=$(MAKE)=@@@%%%' 
    22746 _ACEOF 
    22747 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 
    22748 case `${MAKE-make} -f conftest.make 2>/dev/null` in 
    22749   *@@@%%%=?*=@@@%%%*) 
    22750     eval ac_cv_prog_make_${ac_make}_set=yes;; 
    22751   *) 
    22752     eval ac_cv_prog_make_${ac_make}_set=no;; 
    22753 esac 
    22754 rm -f conftest.make 
    22755 fi 
    22756 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 
    22757   { echo "$as_me:$LINENO: result: yes" >&5 
    22758 echo "${ECHO_T}yes" >&6; } 
    22759   SET_MAKE= 
    22760 else 
    22761   { echo "$as_me:$LINENO: result: no" >&5 
    22762 echo "${ECHO_T}no" >&6; } 
    22763   SET_MAKE="MAKE=${MAKE-make}" 
    22764 fi 
    22765  
    22766 if test -n "$ac_tool_prefix"; then 
    22767   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 
    22768 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    22769 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    22770 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    22771 if test "${ac_cv_prog_RANLIB+set}" = set; then 
    22772   echo $ECHO_N "(cached) $ECHO_C" >&6 
    22773 else 
    22774   if test -n "$RANLIB"; then 
    22775   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 
    22776 else 
    22777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    22778 for as_dir in $PATH 
    22779 do 
    22780   IFS=$as_save_IFS 
    22781   test -z "$as_dir" && as_dir=. 
    22782   for ac_exec_ext in '' $ac_executable_extensions; do 
    22783   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    22784     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 
    22785     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    22786     break 2 
    22787   fi 
    22788 done 
    22789 done 
    22790 IFS=$as_save_IFS 
    22791  
    22792 fi 
    22793 fi 
    22794 RANLIB=$ac_cv_prog_RANLIB 
    22795 if test -n "$RANLIB"; then 
    22796   { echo "$as_me:$LINENO: result: $RANLIB" >&5 
    22797 echo "${ECHO_T}$RANLIB" >&6; } 
    22798 else 
    22799   { echo "$as_me:$LINENO: result: no" >&5 
    22800 echo "${ECHO_T}no" >&6; } 
    22801 fi 
    22802  
    22803  
    22804 fi 
    22805 if test -z "$ac_cv_prog_RANLIB"; then 
    22806   ac_ct_RANLIB=$RANLIB 
    22807   # Extract the first word of "ranlib", so it can be a program name with args. 
    22808 set dummy ranlib; ac_word=$2 
    22809 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    22810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    22811 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 
    22812   echo $ECHO_N "(cached) $ECHO_C" >&6 
    22813 else 
    22814   if test -n "$ac_ct_RANLIB"; then 
    22815   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 
    22816 else 
    22817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    22818 for as_dir in $PATH 
    22819 do 
    22820   IFS=$as_save_IFS 
    22821   test -z "$as_dir" && as_dir=. 
    22822   for ac_exec_ext in '' $ac_executable_extensions; do 
    22823   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    22824     ac_cv_prog_ac_ct_RANLIB="ranlib" 
    22825     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    22826     break 2 
    22827   fi 
    22828 done 
    22829 done 
    22830 IFS=$as_save_IFS 
    22831  
    22832 fi 
    22833 fi 
    22834 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 
    22835 if test -n "$ac_ct_RANLIB"; then 
    22836   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
    22837 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 
    22838 else 
    22839   { echo "$as_me:$LINENO: result: no" >&5 
    22840 echo "${ECHO_T}no" >&6; } 
    22841 fi 
    22842  
    22843   if test "x$ac_ct_RANLIB" = x; then 
    22844     RANLIB=":" 
    22845   else 
    22846     case $cross_compiling:$ac_tool_warned in 
    22847 yes:) 
    22848 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    22849 whose name does not start with the host triplet.  If you think this 
    22850 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    22851 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    22852 whose name does not start with the host triplet.  If you think this 
    22853 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    22854 ac_tool_warned=yes ;; 
    22855 esac 
    22856     RANLIB=$ac_ct_RANLIB 
    22857   fi 
    22858 else 
    22859   RANLIB="$ac_cv_prog_RANLIB" 
    22860 fi 
    22861  
    22862  
    22863  
    22864  
    22865 # Checks for header files. 
     19855  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 
     19856  am__fastdepCXX_TRUE= 
     19857  am__fastdepCXX_FALSE='#' 
     19858else 
     19859  am__fastdepCXX_TRUE='#' 
     19860  am__fastdepCXX_FALSE= 
     19861fi 
     19862 
     19863 
    2286619864{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
    2286719865echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 
     
    2303820036fi 
    2303920037 
    23040  
    23041  
    23042  
    23043  
    23044 for ac_header in fcntl.h stdlib.h string.h unistd.h 
     20038{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 
     20039echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 
     20040if test "${ac_cv_c_bigendian+set}" = set; then 
     20041  echo $ECHO_N "(cached) $ECHO_C" >&6 
     20042else 
     20043  # See if sys/param.h defines the BYTE_ORDER macro. 
     20044cat >conftest.$ac_ext <<_ACEOF 
     20045/* confdefs.h.  */ 
     20046_ACEOF 
     20047cat confdefs.h >>conftest.$ac_ext 
     20048cat >>conftest.$ac_ext <<_ACEOF 
     20049/* end confdefs.h.  */ 
     20050#include <sys/types.h> 
     20051#include <sys/param.h> 
     20052 
     20053int 
     20054main () 
     20055{ 
     20056#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 
     20057        && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 
     20058 bogus endian macros 
     20059#endif 
     20060 
     20061  ; 
     20062  return 0; 
     20063} 
     20064_ACEOF 
     20065rm -f conftest.$ac_objext 
     20066if { (ac_try="$ac_compile" 
     20067case "(($ac_try" in 
     20068  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     20069  *) ac_try_echo=$ac_try;; 
     20070esac 
     20071eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     20072  (eval "$ac_compile") 2>conftest.er1 
     20073  ac_status=$? 
     20074  grep -v '^ *+' conftest.er1 >conftest.err 
     20075  rm -f conftest.er1 
     20076  cat conftest.err >&5 
     20077  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20078  (exit $ac_status); } && { 
     20079         test -z "$ac_c_werror_flag" || 
     20080         test ! -s conftest.err 
     20081       } && test -s conftest.$ac_objext; then 
     20082  # It does; now see whether it defined to BIG_ENDIAN or not. 
     20083cat >conftest.$ac_ext <<_ACEOF 
     20084/* confdefs.h.  */ 
     20085_ACEOF 
     20086cat confdefs.h >>conftest.$ac_ext 
     20087cat >>conftest.$ac_ext <<_ACEOF 
     20088/* end confdefs.h.  */ 
     20089#include <sys/types.h> 
     20090#include <sys/param.h> 
     20091 
     20092int 
     20093main () 
     20094{ 
     20095#if BYTE_ORDER != BIG_ENDIAN 
     20096 not big endian 
     20097#endif 
     20098 
     20099  ; 
     20100  return 0; 
     20101} 
     20102_ACEOF 
     20103rm -f conftest.$ac_objext 
     20104if { (ac_try="$ac_compile" 
     20105case "(($ac_try" in 
     20106  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     20107  *) ac_try_echo=$ac_try;; 
     20108esac 
     20109eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     20110  (eval "$ac_compile") 2>conftest.er1 
     20111  ac_status=$? 
     20112  grep -v '^ *+' conftest.er1 >conftest.err 
     20113  rm -f conftest.er1 
     20114  cat conftest.err >&5 
     20115  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20116  (exit $ac_status); } && { 
     20117         test -z "$ac_c_werror_flag" || 
     20118         test ! -s conftest.err 
     20119       } && test -s conftest.$ac_objext; then 
     20120  ac_cv_c_bigendian=yes 
     20121else 
     20122  echo "$as_me: failed program was:" >&5 
     20123sed 's/^/| /' conftest.$ac_ext >&5 
     20124 
     20125        ac_cv_c_bigendian=no 
     20126fi 
     20127 
     20128rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     20129else 
     20130  echo "$as_me: failed program was:" >&5 
     20131sed 's/^/| /' conftest.$ac_ext >&5 
     20132 
     20133        # It does not; compile a test program. 
     20134if test "$cross_compiling" = yes; then 
     20135  # try to guess the endianness by grepping values into an object file 
     20136  ac_cv_c_bigendian=unknown 
     20137  cat >conftest.$ac_ext <<_ACEOF 
     20138/* confdefs.h.  */ 
     20139_ACEOF 
     20140cat confdefs.h >>conftest.$ac_ext 
     20141cat >>conftest.$ac_ext <<_ACEOF 
     20142/* end confdefs.h.  */ 
     20143short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 
     20144short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 
     20145void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 
     20146short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 
     20147short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 
     20148void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 
     20149int 
     20150main () 
     20151{ 
     20152 _ascii (); _ebcdic (); 
     20153  ; 
     20154  return 0; 
     20155} 
     20156_ACEOF 
     20157rm -f conftest.$ac_objext 
     20158if { (ac_try="$ac_compile" 
     20159case "(($ac_try" in 
     20160  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     20161  *) ac_try_echo=$ac_try;; 
     20162esac 
     20163eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     20164  (eval "$ac_compile") 2>conftest.er1 
     20165  ac_status=$? 
     20166  grep -v '^ *+' conftest.er1 >conftest.err 
     20167  rm -f conftest.er1 
     20168  cat conftest.err >&5 
     20169  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20170  (exit $ac_status); } && { 
     20171         test -z "$ac_c_werror_flag" || 
     20172         test ! -s conftest.err 
     20173       } && test -s conftest.$ac_objext; then 
     20174  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 
     20175  ac_cv_c_bigendian=yes 
     20176fi 
     20177if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 
     20178  if test "$ac_cv_c_bigendian" = unknown; then 
     20179    ac_cv_c_bigendian=no 
     20180  else 
     20181    # finding both strings is unlikely to happen, but who knows? 
     20182    ac_cv_c_bigendian=unknown 
     20183  fi 
     20184fi 
     20185else 
     20186  echo "$as_me: failed program was:" >&5 
     20187sed 's/^/| /' conftest.$ac_ext >&5 
     20188 
     20189 
     20190fi 
     20191 
     20192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     20193else 
     20194  cat >conftest.$ac_ext <<_ACEOF 
     20195/* confdefs.h.  */ 
     20196_ACEOF 
     20197cat confdefs.h >>conftest.$ac_ext 
     20198cat >>conftest.$ac_ext <<_ACEOF 
     20199/* end confdefs.h.  */ 
     20200$ac_includes_default 
     20201int 
     20202main () 
     20203{ 
     20204 
     20205  /* Are we little or big endian?  From Harbison&Steele.  */ 
     20206  union 
     20207  { 
     20208    long int l; 
     20209    char c[sizeof (long int)]; 
     20210  } u; 
     20211  u.l = 1; 
     20212  return u.c[sizeof (long int) - 1] == 1; 
     20213 
     20214  ; 
     20215  return 0; 
     20216} 
     20217_ACEOF 
     20218rm -f conftest$ac_exeext 
     20219if { (ac_try="$ac_link" 
     20220case "(($ac_try" in 
     20221  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     20222  *) ac_try_echo=$ac_try;; 
     20223esac 
     20224eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     20225  (eval "$ac_link") 2>&5 
     20226  ac_status=$? 
     20227  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20228  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
     20229  { (case "(($ac_try" in 
     20230  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     20231  *) ac_try_echo=$ac_try;; 
     20232esac 
     20233eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     20234  (eval "$ac_try") 2>&5 
     20235  ac_status=$? 
     20236  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20237  (exit $ac_status); }; }; then 
     20238  ac_cv_c_bigendian=no 
     20239else 
     20240  echo "$as_me: program exited with status $ac_status" >&5 
     20241echo "$as_me: failed program was:" >&5 
     20242sed 's/^/| /' conftest.$ac_ext >&5 
     20243 
     20244( exit $ac_status ) 
     20245ac_cv_c_bigendian=yes 
     20246fi 
     20247rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     20248fi 
     20249 
     20250 
     20251fi 
     20252 
     20253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     20254fi 
     20255{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 
     20256echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 
     20257case $ac_cv_c_bigendian in 
     20258  yes) 
     20259 
     20260cat >>confdefs.h <<\_ACEOF 
     20261#define WORDS_BIGENDIAN 1 
     20262_ACEOF 
     20263 ;; 
     20264  no) 
     20265     ;; 
     20266  *) 
     20267    { { echo "$as_me:$LINENO: error: unknown endianness 
     20268presetting ac_cv_c_bigendian=no (or yes) will help" >&5 
     20269echo "$as_me: error: unknown endianness 
     20270presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 
     20271   { (exit 1); exit 1; }; } ;; 
     20272esac 
     20273 
     20274 
     20275 
     20276 
     20277if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 
     20278        if test -n "$ac_tool_prefix"; then 
     20279  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 
     20280set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 
     20281{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     20282echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     20283if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 
     20284  echo $ECHO_N "(cached) $ECHO_C" >&6 
     20285else 
     20286  case $PKG_CONFIG in 
     20287  [\\/]* | ?:[\\/]*) 
     20288  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 
     20289  ;; 
     20290  *) 
     20291  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     20292for as_dir in $PATH 
     20293do 
     20294  IFS=$as_save_IFS 
     20295  test -z "$as_dir" && as_dir=. 
     20296  for ac_exec_ext in '' $ac_executable_extensions; do 
     20297  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
     20298    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 
     20299    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     20300    break 2 
     20301  fi 
     20302done 
     20303done 
     20304IFS=$as_save_IFS 
     20305 
     20306  ;; 
     20307esac 
     20308fi 
     20309PKG_CONFIG=$ac_cv_path_PKG_CONFIG 
     20310if test -n "$PKG_CONFIG"; then 
     20311  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 
     20312echo "${ECHO_T}$PKG_CONFIG" >&6; } 
     20313else 
     20314  { echo "$as_me:$LINENO: result: no" >&5 
     20315echo "${ECHO_T}no" >&6; } 
     20316fi 
     20317 
     20318 
     20319fi 
     20320if test -z "$ac_cv_path_PKG_CONFIG"; then 
     20321  ac_pt_PKG_CONFIG=$PKG_CONFIG 
     20322  # Extract the first word of "pkg-config", so it can be a program name with args. 
     20323set dummy pkg-config; ac_word=$2 
     20324{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     20325echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     20326if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 
     20327  echo $ECHO_N "(cached) $ECHO_C" >&6 
     20328else 
     20329  case $ac_pt_PKG_CONFIG in 
     20330  [\\/]* | ?:[\\/]*) 
     20331  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 
     20332  ;; 
     20333  *) 
     20334  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     20335for as_dir in $PATH 
     20336do 
     20337  IFS=$as_save_IFS 
     20338  test -z "$as_dir" && as_dir=. 
     20339  for ac_exec_ext in '' $ac_executable_extensions; do 
     20340  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
     20341    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 
     20342    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     20343    break 2 
     20344  fi 
     20345done 
     20346done 
     20347IFS=$as_save_IFS 
     20348 
     20349  ;; 
     20350esac 
     20351fi 
     20352ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 
     20353if test -n "$ac_pt_PKG_CONFIG"; then 
     20354  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 
     20355echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } 
     20356else 
     20357  { echo "$as_me:$LINENO: result: no" >&5 
     20358echo "${ECHO_T}no" >&6; } 
     20359fi 
     20360 
     20361  if test "x$ac_pt_PKG_CONFIG" = x; then 
     20362    PKG_CONFIG="" 
     20363  else 
     20364    case $cross_compiling:$ac_tool_warned in 
     20365yes:) 
     20366{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     20367whose name does not start with the host triplet.  If you think this 
     20368configuration is useful to you, please write to autoconf@gnu.org." >&5 
     20369echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     20370whose name does not start with the host triplet.  If you think this 
     20371configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     20372ac_tool_warned=yes ;; 
     20373esac 
     20374    PKG_CONFIG=$ac_pt_PKG_CONFIG 
     20375  fi 
     20376else 
     20377  PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 
     20378fi 
     20379 
     20380fi 
     20381if test -n "$PKG_CONFIG"; then 
     20382        _pkg_min_version=0.9.0 
     20383        { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 
     20384echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } 
     20385        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 
     20386                { echo "$as_me:$LINENO: result: yes" >&5 
     20387echo "${ECHO_T}yes" >&6; } 
     20388        else 
     20389                { echo "$as_me:$LINENO: result: no" >&5 
     20390echo "${ECHO_T}no" >&6; } 
     20391                PKG_CONFIG="" 
     20392        fi 
     20393 
     20394fi 
     20395 
     20396pkg_failed=no 
     20397{ echo "$as_me:$LINENO: checking for SRC" >&5 
     20398echo $ECHO_N "checking for SRC... $ECHO_C" >&6; } 
     20399 
     20400if test -n "$PKG_CONFIG"; then 
     20401    if test -n "$SRC_CFLAGS"; then 
     20402        pkg_cv_SRC_CFLAGS="$SRC_CFLAGS" 
     20403    else 
     20404        if test -n "$PKG_CONFIG" && \ 
     20405    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"samplerate\"") >&5 
     20406  ($PKG_CONFIG --exists --print-errors "samplerate") 2>&5 
     20407  ac_status=$? 
     20408  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20409  (exit $ac_status); }; then 
     20410  pkg_cv_SRC_CFLAGS=`$PKG_CONFIG --cflags "samplerate" 2>/dev/null` 
     20411else 
     20412  pkg_failed=yes 
     20413fi 
     20414    fi 
     20415else 
     20416        pkg_failed=untried 
     20417fi 
     20418if test -n "$PKG_CONFIG"; then 
     20419    if test -n "$SRC_LIBS"; then 
     20420        pkg_cv_SRC_LIBS="$SRC_LIBS" 
     20421    else 
     20422        if test -n "$PKG_CONFIG" && \ 
     20423    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"samplerate\"") >&5 
     20424  ($PKG_CONFIG --exists --print-errors "samplerate") 2>&5 
     20425  ac_status=$? 
     20426  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20427  (exit $ac_status); }; then 
     20428  pkg_cv_SRC_LIBS=`$PKG_CONFIG --libs "samplerate" 2>/dev/null` 
     20429else 
     20430  pkg_failed=yes 
     20431fi 
     20432    fi 
     20433else 
     20434        pkg_failed=untried 
     20435fi 
     20436 
     20437 
     20438 
     20439if test $pkg_failed = yes; then 
     20440 
     20441if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
     20442        _pkg_short_errors_supported=yes 
     20443else 
     20444        _pkg_short_errors_supported=no 
     20445fi 
     20446        if test $_pkg_short_errors_supported = yes; then 
     20447                SRC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "samplerate"` 
     20448        else 
     20449                SRC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "samplerate"` 
     20450        fi 
     20451        # Put the nasty error message in config.log where it belongs 
     20452        echo "$SRC_PKG_ERRORS" >&5 
     20453 
     20454        { { echo "$as_me:$LINENO: error: Package requirements (samplerate) were not met: 
     20455 
     20456$SRC_PKG_ERRORS 
     20457 
     20458Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     20459installed software in a non-standard prefix. 
     20460 
     20461Alternatively, you may set the environment variables SRC_CFLAGS 
     20462and SRC_LIBS to avoid the need to call pkg-config. 
     20463See the pkg-config man page for more details. 
     20464" >&5 
     20465echo "$as_me: error: Package requirements (samplerate) were not met: 
     20466 
     20467$SRC_PKG_ERRORS 
     20468 
     20469Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     20470installed software in a non-standard prefix. 
     20471 
     20472Alternatively, you may set the environment variables SRC_CFLAGS 
     20473and SRC_LIBS to avoid the need to call pkg-config. 
     20474See the pkg-config man page for more details. 
     20475" >&2;} 
     20476   { (exit 1); exit 1; }; } 
     20477elif test $pkg_failed = untried; then 
     20478        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
     20479is in your PATH or set the PKG_CONFIG environment variable to the full 
     20480path to pkg-config. 
     20481 
     20482Alternatively, you may set the environment variables SRC_CFLAGS 
     20483and SRC_LIBS to avoid the need to call pkg-config. 
     20484See the pkg-config man page for more details. 
     20485 
     20486To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     20487See \`config.log' for more details." >&5 
     20488echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
     20489is in your PATH or set the PKG_CONFIG environment variable to the full 
     20490path to pkg-config. 
     20491 
     20492Alternatively, you may set the environment variables SRC_CFLAGS 
     20493and SRC_LIBS to avoid the need to call pkg-config. 
     20494See the pkg-config man page for more details. 
     20495 
     20496To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     20497See \`config.log' for more details." >&2;} 
     20498   { (exit 1); exit 1; }; } 
     20499else 
     20500        SRC_CFLAGS=$pkg_cv_SRC_CFLAGS 
     20501        SRC_LIBS=$pkg_cv_SRC_LIBS 
     20502        { echo "$as_me:$LINENO: result: yes" >&5 
     20503echo "${ECHO_T}yes" >&6; } 
     20504        : 
     20505fi 
     20506 
     20507 
     20508 
     20509##PKG_CHECK_MODULES([SNDFILE],[sndfile]) 
     20510##AC_SUBST(SNDFILE_CFLAGS) 
     20511##AC_SUBST(SNDFILE_LIBS) 
     20512 
     20513 
     20514pkg_failed=no 
     20515{ echo "$as_me:$LINENO: checking for FFTW" >&5 
     20516echo $ECHO_N "checking for FFTW... $ECHO_C" >&6; } 
     20517 
     20518if test -n "$PKG_CONFIG"; then 
     20519    if test -n "$FFTW_CFLAGS"; then 
     20520        pkg_cv_FFTW_CFLAGS="$FFTW_CFLAGS" 
     20521    else 
     20522        if test -n "$PKG_CONFIG" && \ 
     20523    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fftw3\"") >&5 
     20524  ($PKG_CONFIG --exists --print-errors "fftw3") 2>&5 
     20525  ac_status=$? 
     20526  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20527  (exit $ac_status); }; then 
     20528  pkg_cv_FFTW_CFLAGS=`$PKG_CONFIG --cflags "fftw3" 2>/dev/null` 
     20529else 
     20530  pkg_failed=yes 
     20531fi 
     20532    fi 
     20533else 
     20534        pkg_failed=untried 
     20535fi 
     20536if test -n "$PKG_CONFIG"; then 
     20537    if test -n "$FFTW_LIBS"; then 
     20538        pkg_cv_FFTW_LIBS="$FFTW_LIBS" 
     20539    else 
     20540        if test -n "$PKG_CONFIG" && \ 
     20541    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fftw3\"") >&5 
     20542  ($PKG_CONFIG --exists --print-errors "fftw3") 2>&5 
     20543  ac_status=$? 
     20544  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20545  (exit $ac_status); }; then 
     20546  pkg_cv_FFTW_LIBS=`$PKG_CONFIG --libs "fftw3" 2>/dev/null` 
     20547else 
     20548  pkg_failed=yes 
     20549fi 
     20550    fi 
     20551else 
     20552        pkg_failed=untried 
     20553fi 
     20554 
     20555 
     20556 
     20557if test $pkg_failed = yes; then 
     20558 
     20559if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
     20560        _pkg_short_errors_supported=yes 
     20561else 
     20562        _pkg_short_errors_supported=no 
     20563fi 
     20564        if test $_pkg_short_errors_supported = yes; then 
     20565                FFTW_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fftw3"` 
     20566        else 
     20567                FFTW_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fftw3"` 
     20568        fi 
     20569        # Put the nasty error message in config.log where it belongs 
     20570        echo "$FFTW_PKG_ERRORS" >&5 
     20571 
     20572        { { echo "$as_me:$LINENO: error: Package requirements (fftw3) were not met: 
     20573 
     20574$FFTW_PKG_ERRORS 
     20575 
     20576Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     20577installed software in a non-standard prefix. 
     20578 
     20579Alternatively, you may set the environment variables FFTW_CFLAGS 
     20580and FFTW_LIBS to avoid the need to call pkg-config. 
     20581See the pkg-config man page for more details. 
     20582" >&5 
     20583echo "$as_me: error: Package requirements (fftw3) were not met: 
     20584 
     20585$FFTW_PKG_ERRORS 
     20586 
     20587Consider adjusting the PKG_CONFIG_PATH environment variable if you 
     20588installed software in a non-standard prefix. 
     20589 
     20590Alternatively, you may set the environment variables FFTW_CFLAGS 
     20591and FFTW_LIBS to avoid the need to call pkg-config. 
     20592See the pkg-config man page for more details. 
     20593" >&2;} 
     20594   { (exit 1); exit 1; }; } 
     20595elif test $pkg_failed = untried; then 
     20596        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
     20597is in your PATH or set the PKG_CONFIG environment variable to the full 
     20598path to pkg-config. 
     20599 
     20600Alternatively, you may set the environment variables FFTW_CFLAGS 
     20601and FFTW_LIBS to avoid the need to call pkg-config. 
     20602See the pkg-config man page for more details. 
     20603 
     20604To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     20605See \`config.log' for more details." >&5 
     20606echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
     20607is in your PATH or set the PKG_CONFIG environment variable to the full 
     20608path to pkg-config. 
     20609 
     20610Alternatively, you may set the environment variables FFTW_CFLAGS 
     20611and FFTW_LIBS to avoid the need to call pkg-config. 
     20612See the pkg-config man page for more details. 
     20613 
     20614To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
     20615See \`config.log' for more details." >&2;} 
     20616   { (exit 1); exit 1; }; } 
     20617else 
     20618        FFTW_CFLAGS=$pkg_cv_FFTW_CFLAGS 
     20619        FFTW_LIBS=$pkg_cv_FFTW_LIBS 
     20620        { echo "$as_me:$LINENO: result: yes" >&5 
     20621echo "${ECHO_T}yes" >&6; } 
     20622        : 
     20623fi 
     20624 
     20625 
     20626 
     20627 
     20628for ac_header in ladspa.h 
    2304520629do 
    2304620630as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     
    2315820742echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    2315920743    ( cat <<\_ASBOX 
    23160 ## ----------------------------------------- ## 
    23161 ## Report this to alberto.botti@yoda2000.net ## 
    23162 ## ----------------------------------------- ## 
     20744## ------------------------------------------- ## 
     20745## Report this to cannam@all-day-breakfast.com ## 
     20746## ------------------------------------------- ## 
    2316320747_ASBOX 
    2316420748     ) | sed "s/^/$as_me: WARNING:     /" >&2 
     
    2318720771 
    2318820772 
    23189  
    23190  
    23191 # Checks for typedefs, structures, and compiler characteristics. 
    23192 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
    23193 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 
    23194 if test "${ac_cv_c_const+set}" = set; then 
    23195   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23196 else 
    23197   cat >conftest.$ac_ext <<_ACEOF 
    23198 /* confdefs.h.  */ 
    23199 _ACEOF 
    23200 cat confdefs.h >>conftest.$ac_ext 
    23201 cat >>conftest.$ac_ext <<_ACEOF 
    23202 /* end confdefs.h.  */ 
    23203  
    23204 int 
    23205 main () 
    23206 { 
    23207 /* FIXME: Include the comments suggested by Paul. */ 
    23208 #ifndef __cplusplus 
    23209   /* Ultrix mips cc rejects this.  */ 
    23210   typedef int charset[2]; 
    23211   const charset cs; 
    23212   /* SunOS 4.1.1 cc rejects this.  */ 
    23213   char const *const *pcpcc; 
    23214   char **ppc; 
    23215   /* NEC SVR4.0.2 mips cc rejects this.  */ 
    23216   struct point {int x, y;}; 
    23217   static struct point const zero = {0,0}; 
    23218   /* AIX XL C 1.02.0.0 rejects this. 
    23219      It does not let you subtract one const X* pointer from another in 
    23220      an arm of an if-expression whose if-part is not a constant 
    23221      expression */ 
    23222   const char *g = "string"; 
    23223   pcpcc = &g + (g ? g-g : 0); 
    23224   /* HPUX 7.0 cc rejects these. */ 
    23225   ++pcpcc; 
    23226   ppc = (char**) pcpcc; 
    23227   pcpcc = (char const *const *) ppc; 
    23228   { /* SCO 3.2v4 cc rejects this.  */ 
    23229     char *t; 
    23230     char const *s = 0 ? (char *) 0 : (char const *) 0; 
    23231  
    23232     *t++ = 0; 
    23233     if (s) return 0; 
    23234   } 
    23235   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */ 
    23236     int x[] = {25, 17}; 
    23237     const int *foo = &x[0]; 
    23238     ++foo; 
    23239   } 
    23240   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 
    23241     typedef const int *iptr; 
    23242     iptr p = 0; 
    23243     ++p; 
    23244   } 
    23245   { /* AIX XL C 1.02.0.0 rejects this saying 
    23246        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 
    23247     struct s { int j; const int *ap[3]; }; 
    23248     struct s *b; b->j = 5; 
    23249   } 
    23250   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 
    23251     const int foo = 10; 
    23252     if (!foo) return 0; 
    23253   } 
    23254   return !cs[0] && !zero.x; 
    23255 #endif 
    23256  
    23257   ; 
    23258   return 0; 
    23259 } 
    23260 _ACEOF 
    23261 rm -f conftest.$ac_objext 
    23262 if { (ac_try="$ac_compile" 
    23263 case "(($ac_try" in 
    23264   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23265   *) ac_try_echo=$ac_try;; 
    23266 esac 
    23267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23268   (eval "$ac_compile") 2>conftest.er1 
    23269   ac_status=$? 
    23270   grep -v '^ *+' conftest.er1 >conftest.err 
    23271   rm -f conftest.er1 
    23272   cat conftest.err >&5 
    23273   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23274   (exit $ac_status); } && { 
    23275          test -z "$ac_c_werror_flag" || 
    23276          test ! -s conftest.err 
    23277        } && test -s conftest.$ac_objext; then 
    23278   ac_cv_c_const=yes 
    23279 else 
    23280   echo "$as_me: failed program was:" >&5 
    23281 sed 's/^/| /' conftest.$ac_ext >&5 
    23282  
    23283         ac_cv_c_const=no 
    23284 fi 
    23285  
    23286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    23287 fi 
    23288 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
    23289 echo "${ECHO_T}$ac_cv_c_const" >&6; } 
    23290 if test $ac_cv_c_const = no; then 
    23291  
    23292 cat >>confdefs.h <<\_ACEOF 
    23293 #define const 
    23294 _ACEOF 
    23295  
    23296 fi 
    23297  
    23298 { echo "$as_me:$LINENO: checking for inline" >&5 
    23299 echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 
    23300 if test "${ac_cv_c_inline+set}" = set; then 
    23301   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23302 else 
    23303   ac_cv_c_inline=no 
    23304 for ac_kw in inline __inline__ __inline; do 
    23305   cat >conftest.$ac_ext <<_ACEOF 
    23306 /* confdefs.h.  */ 
    23307 _ACEOF 
    23308 cat confdefs.h >>conftest.$ac_ext 
    23309 cat >>conftest.$ac_ext <<_ACEOF 
    23310 /* end confdefs.h.  */ 
    23311 #ifndef __cplusplus 
    23312 typedef int foo_t; 
    23313 static $ac_kw foo_t static_foo () {return 0; } 
    23314 $ac_kw foo_t foo () {return 0; } 
    23315 #endif 
    23316  
    23317 _ACEOF 
    23318 rm -f conftest.$ac_objext 
    23319 if { (ac_try="$ac_compile" 
    23320 case "(($ac_try" in 
    23321   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23322   *) ac_try_echo=$ac_try;; 
    23323 esac 
    23324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23325   (eval "$ac_compile") 2>conftest.er1 
    23326   ac_status=$? 
    23327   grep -v '^ *+' conftest.er1 >conftest.err 
    23328   rm -f conftest.er1 
    23329   cat conftest.err >&5 
    23330   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23331   (exit $ac_status); } && { 
    23332          test -z "$ac_c_werror_flag" || 
    23333          test ! -s conftest.err 
    23334        } && test -s conftest.$ac_objext; then 
    23335   ac_cv_c_inline=$ac_kw 
    23336 else 
    23337   echo "$as_me: failed program was:" >&5 
    23338 sed 's/^/| /' conftest.$ac_ext >&5 
    23339  
    23340  
    23341 fi 
    23342  
    23343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    23344   test "$ac_cv_c_inline" != no && break 
    23345 done 
    23346  
    23347 fi 
    23348 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 
    23349 echo "${ECHO_T}$ac_cv_c_inline" >&6; } 
    23350  
    23351  
    23352 case $ac_cv_c_inline in 
    23353   inline | yes) ;; 
    23354   *) 
    23355     case $ac_cv_c_inline in 
    23356       no) ac_val=;; 
    23357       *) ac_val=$ac_cv_c_inline;; 
    23358     esac 
    23359     cat >>confdefs.h <<_ACEOF 
    23360 #ifndef __cplusplus 
    23361 #define inline $ac_val 
    23362 #endif 
    23363 _ACEOF 
    23364     ;; 
    23365 esac 
    23366  
    23367 { echo "$as_me:$LINENO: checking for size_t" >&5 
    23368 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 
    23369 if test "${ac_cv_type_size_t+set}" = set; then 
    23370   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23371 else 
    23372   cat >conftest.$ac_ext <<_ACEOF 
    23373 /* confdefs.h.  */ 
    23374 _ACEOF 
    23375 cat confdefs.h >>conftest.$ac_ext 
    23376 cat >>conftest.$ac_ext <<_ACEOF 
    23377 /* end confdefs.h.  */ 
    23378 $ac_includes_default 
    23379 typedef size_t ac__type_new_; 
    23380 int 
    23381 main () 
    23382 { 
    23383 if ((ac__type_new_ *) 0) 
    23384   return 0; 
    23385 if (sizeof (ac__type_new_)) 
    23386   return 0; 
    23387   ; 
    23388   return 0; 
    23389 } 
    23390 _ACEOF 
    23391 rm -f conftest.$ac_objext 
    23392 if { (ac_try="$ac_compile" 
    23393 case "(($ac_try" in 
    23394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23395   *) ac_try_echo=$ac_try;; 
    23396 esac 
    23397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23398   (eval "$ac_compile") 2>conftest.er1 
    23399   ac_status=$? 
    23400   grep -v '^ *+' conftest.er1 >conftest.err 
    23401   rm -f conftest.er1 
    23402   cat conftest.err >&5 
    23403   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23404   (exit $ac_status); } && { 
    23405          test -z "$ac_c_werror_flag" || 
    23406          test ! -s conftest.err 
    23407        } && test -s conftest.$ac_objext; then 
    23408   ac_cv_type_size_t=yes 
    23409 else 
    23410   echo "$as_me: failed program was:" >&5 
    23411 sed 's/^/| /' conftest.$ac_ext >&5 
    23412  
    23413         ac_cv_type_size_t=no 
    23414 fi 
    23415  
    23416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    23417 fi 
    23418 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 
    23419 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 
    23420 if test $ac_cv_type_size_t = yes; then 
    23421   : 
    23422 else 
    23423  
    23424 cat >>confdefs.h <<_ACEOF 
    23425 #define size_t unsigned int 
    23426 _ACEOF 
    23427  
    23428 fi 
    23429  
    23430 { echo "$as_me:$LINENO: checking for working volatile" >&5 
    23431 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6; } 
    23432 if test "${ac_cv_c_volatile+set}" = set; then 
    23433   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23434 else 
    23435   cat >conftest.$ac_ext <<_ACEOF 
    23436 /* confdefs.h.  */ 
    23437 _ACEOF 
    23438 cat confdefs.h >>conftest.$ac_ext 
    23439 cat >>conftest.$ac_ext <<_ACEOF 
    23440 /* end confdefs.h.  */ 
    23441  
    23442 int 
    23443 main () 
    23444 { 
    23445  
    23446 volatile int x; 
    23447 int * volatile y = (int *) 0; 
    23448 return !x && !y; 
    23449   ; 
    23450   return 0; 
    23451 } 
    23452 _ACEOF 
    23453 rm -f conftest.$ac_objext 
    23454 if { (ac_try="$ac_compile" 
    23455 case "(($ac_try" in 
    23456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23457   *) ac_try_echo=$ac_try;; 
    23458 esac 
    23459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23460   (eval "$ac_compile") 2>conftest.er1 
    23461   ac_status=$? 
    23462   grep -v '^ *+' conftest.er1 >conftest.err 
    23463   rm -f conftest.er1 
    23464   cat conftest.err >&5 
    23465   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23466   (exit $ac_status); } && { 
    23467          test -z "$ac_c_werror_flag" || 
    23468          test ! -s conftest.err 
    23469        } && test -s conftest.$ac_objext; then 
    23470   ac_cv_c_volatile=yes 
    23471 else 
    23472   echo "$as_me: failed program was:" >&5 
    23473 sed 's/^/| /' conftest.$ac_ext >&5 
    23474  
    23475         ac_cv_c_volatile=no 
    23476 fi 
    23477  
    23478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    23479 fi 
    23480 { echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 
    23481 echo "${ECHO_T}$ac_cv_c_volatile" >&6; } 
    23482 if test $ac_cv_c_volatile = no; then 
    23483  
    23484 cat >>confdefs.h <<\_ACEOF 
    23485 #define volatile 
    23486 _ACEOF 
    23487  
    23488 fi 
    23489  
    23490  
    23491  
    23492  
    23493 # Checks for library functions. 
    23494  
    23495 for ac_header in stdlib.h 
     20773for ac_header in pthread.h 
    2349620774do 
    2349720775as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     
    2360920887echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    2361020888    ( cat <<\_ASBOX 
    23611 ## ----------------------------------------- ## 
    23612 ## Report this to alberto.botti@yoda2000.net ## 
    23613 ## ----------------------------------------- ## 
     20889## ------------------------------------------- ## 
     20890## Report this to cannam@all-day-breakfast.com ## 
     20891## ------------------------------------------- ## 
    2361420892_ASBOX 
    2361520893     ) | sed "s/^/$as_me: WARNING:     /" >&2 
     
    2363720915done 
    2363820916 
    23639 { echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5 
    23640 echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6; } 
    23641 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then 
    23642   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23643 else 
    23644   if test "$cross_compiling" = yes; then 
    23645   ac_cv_func_malloc_0_nonnull=no 
    23646 else 
    23647   cat >conftest.$ac_ext <<_ACEOF 
    23648 /* confdefs.h.  */ 
    23649 _ACEOF 
    23650 cat confdefs.h >>conftest.$ac_ext 
    23651 cat >>conftest.$ac_ext <<_ACEOF 
    23652 /* end confdefs.h.  */ 
    23653 #if defined STDC_HEADERS || defined HAVE_STDLIB_H 
    23654 # include <stdlib.h> 
    23655 #else 
    23656 char *malloc (); 
    23657 #endif 
    23658  
    23659 int 
    23660 main () 
    23661 { 
    23662 return ! malloc (0); 
    23663   ; 
    23664   return 0; 
    23665 } 
    23666 _ACEOF 
    23667 rm -f conftest$ac_exeext 
    23668 if { (ac_try="$ac_link" 
    23669 case "(($ac_try" in 
    23670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23671   *) ac_try_echo=$ac_try;; 
    23672 esac 
    23673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23674   (eval "$ac_link") 2>&5 
    23675   ac_status=$? 
    23676   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23677   (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    23678   { (case "(($ac_try" in 
    23679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23680   *) ac_try_echo=$ac_try;; 
    23681 esac 
    23682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23683   (eval "$ac_try") 2>&5 
    23684   ac_status=$? 
    23685   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23686   (exit $ac_status); }; }; then 
    23687   ac_cv_func_malloc_0_nonnull=yes 
    23688 else 
    23689   echo "$as_me: program exited with status $ac_status" >&5 
    23690 echo "$as_me: failed program was:" >&5 
    23691 sed 's/^/| /' conftest.$ac_ext >&5 
    23692  
    23693 ( exit $ac_status ) 
    23694 ac_cv_func_malloc_0_nonnull=no 
    23695 fi 
    23696 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    23697 fi 
    23698  
    23699  
    23700 fi 
    23701 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5 
    23702 echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6; } 
    23703 if test $ac_cv_func_malloc_0_nonnull = yes; then 
    23704  
    23705 cat >>confdefs.h <<\_ACEOF 
    23706 #define HAVE_MALLOC 1 
    23707 _ACEOF 
    23708  
    23709 else 
    23710   cat >>confdefs.h <<\_ACEOF 
    23711 #define HAVE_MALLOC 0 
    23712 _ACEOF 
    23713  
    23714    case " $LIBOBJS " in 
    23715   *" malloc.$ac_objext "* ) ;; 
    23716   *) LIBOBJS="$LIBOBJS malloc.$ac_objext" 
    23717  ;; 
    23718 esac 
    23719  
    23720  
    23721 cat >>confdefs.h <<\_ACEOF 
    23722 #define malloc rpl_malloc 
    23723 _ACEOF 
    23724  
    23725 fi 
    23726  
    23727  
    23728  
    23729 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 
    23730 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 
    23731 if test "${ac_cv_type_signal+set}" = set; then 
    23732   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23733 else 
    23734   cat >conftest.$ac_ext <<_ACEOF 
    23735 /* confdefs.h.  */ 
    23736 _ACEOF 
    23737 cat confdefs.h >>conftest.$ac_ext 
    23738 cat >>conftest.$ac_ext <<_ACEOF 
    23739 /* end confdefs.h.  */ 
    23740 #include <sys/types.h> 
    23741 #include <signal.h> 
    23742  
    23743 int 
    23744 main () 
    23745 { 
    23746 return *(signal (0, 0)) (0) == 1; 
    23747   ; 
    23748   return 0; 
    23749 } 
    23750 _ACEOF 
    23751 rm -f conftest.$ac_objext 
    23752 if { (ac_try="$ac_compile" 
    23753 case "(($ac_try" in 
    23754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23755   *) ac_try_echo=$ac_try;; 
    23756 esac 
    23757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23758   (eval "$ac_compile") 2>conftest.er1 
    23759   ac_status=$? 
    23760   grep -v '^ *+' conftest.er1 >conftest.err 
    23761   rm -f conftest.er1 
    23762   cat conftest.err >&5 
    23763   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23764   (exit $ac_status); } && { 
    23765          test -z "$ac_c_werror_flag" || 
    23766          test ! -s conftest.err 
    23767        } && test -s conftest.$ac_objext; then 
    23768   ac_cv_type_signal=int 
    23769 else 
    23770   echo "$as_me: failed program was:" >&5 
    23771 sed 's/^/| /' conftest.$ac_ext >&5 
    23772  
    23773         ac_cv_type_signal=void 
    23774 fi 
    23775  
    23776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    23777 fi 
    23778 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 
    23779 echo "${ECHO_T}$ac_cv_type_signal" >&6; } 
    23780  
    23781 cat >>confdefs.h <<_ACEOF 
    23782 #define RETSIGTYPE $ac_cv_type_signal 
    23783 _ACEOF 
    23784  
    23785  
    23786  
    23787  
    23788 for ac_func in memset strerror 
    23789 do 
    23790 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
    23791 { echo "$as_me:$LINENO: checking for $ac_func" >&5 
    23792 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 
    23793 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 
    23794   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23795 else 
    23796   cat >conftest.$ac_ext <<_ACEOF 
    23797 /* confdefs.h.  */ 
    23798 _ACEOF 
    23799 cat confdefs.h >>conftest.$ac_ext 
    23800 cat >>conftest.$ac_ext <<_ACEOF 
    23801 /* end confdefs.h.  */ 
    23802 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 
    23803    For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
    23804 #define $ac_func innocuous_$ac_func 
    23805  
    23806 /* System header to define __stub macros and hopefully few prototypes, 
    23807     which can conflict with char $ac_func (); below. 
    23808     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    23809     <limits.h> exists even on freestanding compilers.  */ 
    23810  
    23811 #ifdef __STDC__ 
    23812 # include <limits.h> 
    23813 #else 
    23814 # include <assert.h> 
    23815 #endif 
    23816  
    23817 #undef $ac_func 
    23818  
    23819 /* Override any GCC internal prototype to avoid an error. 
    23820    Use char because int might match the return type of a GCC 
    23821    builtin and then its argument prototype would still apply.  */ 
    23822 #ifdef __cplusplus 
    23823 extern "C" 
    23824 #endif 
    23825 char $ac_func (); 
    23826 /* The GNU C library defines this for functions which it implements 
    23827     to always fail with ENOSYS.  Some functions are actually named 
    23828     something starting with __ and the normal name is an alias.  */ 
    23829 #if defined __stub_$ac_func || defined __stub___$ac_func 
    23830 choke me 
    23831 #endif 
    23832  
    23833 int 
    23834 main () 
    23835 { 
    23836 return $ac_func (); 
    23837   ; 
    23838   return 0; 
    23839 } 
    23840 _ACEOF 
    23841 rm -f conftest.$ac_objext conftest$ac_exeext 
    23842 if { (ac_try="$ac_link" 
    23843 case "(($ac_try" in 
    23844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23845   *) ac_try_echo=$ac_try;; 
    23846 esac 
    23847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23848   (eval "$ac_link") 2>conftest.er1 
    23849   ac_status=$? 
    23850   grep -v '^ *+' conftest.er1 >conftest.err 
    23851   rm -f conftest.er1 
    23852   cat conftest.err >&5 
    23853   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23854   (exit $ac_status); } && { 
    23855          test -z "$ac_c_werror_flag" || 
    23856          test ! -s conftest.err 
    23857        } && test -s conftest$ac_exeext && 
    23858        $as_test_x conftest$ac_exeext; then 
    23859   eval "$as_ac_var=yes" 
    23860 else 
    23861   echo "$as_me: failed program was:" >&5 
    23862 sed 's/^/| /' conftest.$ac_ext >&5 
    23863  
    23864         eval "$as_ac_var=no" 
    23865 fi 
    23866  
    23867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    23868       conftest$ac_exeext conftest.$ac_ext 
    23869 fi 
    23870 ac_res=`eval echo '${'$as_ac_var'}'` 
    23871                { echo "$as_me:$LINENO: result: $ac_res" >&5 
    23872 echo "${ECHO_T}$ac_res" >&6; } 
    23873 if test `eval echo '${'$as_ac_var'}'` = yes; then 
    23874   cat >>confdefs.h <<_ACEOF 
    23875 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 
    23876 _ACEOF 
    23877  
    23878 fi 
    23879 done 
    23880  
    23881  
    23882 for ac_func in sched_setscheduler 
    23883 do 
    23884 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
    23885 { echo "$as_me:$LINENO: checking for $ac_func" >&5 
    23886 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 
    23887 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 
    23888   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23889 else 
    23890   cat >conftest.$ac_ext <<_ACEOF 
    23891 /* confdefs.h.  */ 
    23892 _ACEOF 
    23893 cat confdefs.h >>conftest.$ac_ext 
    23894 cat >>conftest.$ac_ext <<_ACEOF 
    23895 /* end confdefs.h.  */ 
    23896 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 
    23897    For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
    23898 #define $ac_func innocuous_$ac_func 
    23899  
    23900 /* System header to define __stub macros and hopefully few prototypes, 
    23901     which can conflict with char $ac_func (); below. 
    23902     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    23903     <limits.h> exists even on freestanding compilers.  */ 
    23904  
    23905 #ifdef __STDC__ 
    23906 # include <limits.h> 
    23907 #else 
    23908 # include <assert.h> 
    23909 #endif 
    23910  
    23911 #undef $ac_func 
    23912  
    23913 /* Override any GCC internal prototype to avoid an error. 
    23914    Use char because int might match the return type of a GCC 
    23915    builtin and then its argument prototype would still apply.  */ 
    23916 #ifdef __cplusplus 
    23917 extern "C" 
    23918 #endif 
    23919 char $ac_func (); 
    23920 /* The GNU C library defines this for functions which it implements 
    23921     to always fail with ENOSYS.  Some functions are actually named 
    23922     something starting with __ and the normal name is an alias.  */ 
    23923 #if defined __stub_$ac_func || defined __stub___$ac_func 
    23924 choke me 
    23925 #endif 
    23926  
    23927 int 
    23928 main () 
    23929 { 
    23930 return $ac_func (); 
    23931   ; 
    23932   return 0; 
    23933 } 
    23934 _ACEOF 
    23935 rm -f conftest.$ac_objext conftest$ac_exeext 
    23936 if { (ac_try="$ac_link" 
    23937 case "(($ac_try" in 
    23938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    23939   *) ac_try_echo=$ac_try;; 
    23940 esac 
    23941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23942   (eval "$ac_link") 2>conftest.er1 
    23943   ac_status=$? 
    23944   grep -v '^ *+' conftest.er1 >conftest.err 
    23945   rm -f conftest.er1 
    23946   cat conftest.err >&5 
    23947   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23948   (exit $ac_status); } && { 
    23949          test -z "$ac_c_werror_flag" || 
    23950          test ! -s conftest.err 
    23951        } && test -s conftest$ac_exeext && 
    23952        $as_test_x conftest$ac_exeext; then 
    23953   eval "$as_ac_var=yes" 
    23954 else 
    23955   echo "$as_me: failed program was:" >&5 
    23956 sed 's/^/| /' conftest.$ac_ext >&5 
    23957  
    23958         eval "$as_ac_var=no" 
    23959 fi 
    23960  
    23961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    23962       conftest$ac_exeext conftest.$ac_ext 
    23963 fi 
    23964 ac_res=`eval echo '${'$as_ac_var'}'` 
    23965                { echo "$as_me:$LINENO: result: $ac_res" >&5 
    23966 echo "${ECHO_T}$ac_res" >&6; } 
    23967 if test `eval echo '${'$as_ac_var'}'` = yes; then 
    23968   cat >>confdefs.h <<_ACEOF 
    23969 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 
    23970 _ACEOF 
    23971  
    23972 fi 
    23973 done 
    23974  
    23975  
    23976  
    23977  
    23978  
    23979  
    23980 for ac_func in malloc calloc free memcpy memmove 
    23981 do 
    23982 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
    23983 { echo "$as_me:$LINENO: checking for $ac_func" >&5 
    23984 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 
    23985 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 
    23986   echo $ECHO_N "(cached) $ECHO_C" >&6 
    23987 else 
    23988   cat >conftest.$ac_ext <<_ACEOF 
    23989 /* confdefs.h.  */ 
    23990 _ACEOF 
    23991 cat confdefs.h >>conftest.$ac_ext 
    23992 cat >>conftest.$ac_ext <<_ACEOF 
    23993 /* end confdefs.h.  */ 
    23994 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 
    23995    For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
    23996 #define $ac_func innocuous_$ac_func 
    23997  
    23998 /* System header to define __stub macros and hopefully few prototypes, 
    23999     which can conflict with char $ac_func (); below. 
    24000     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    24001     <limits.h> exists even on freestanding compilers.  */ 
    24002  
    24003 #ifdef __STDC__ 
    24004 # include <limits.h> 
    24005 #else 
    24006 # include <assert.h> 
    24007 #endif 
    24008  
    24009 #undef $ac_func 
    24010  
    24011 /* Override any GCC internal prototype to avoid an error. 
    24012    Use char because int might match the return type of a GCC 
    24013    builtin and then its argument prototype would still apply.  */ 
    24014 #ifdef __cplusplus 
    24015 extern "C" 
    24016 #endif 
    24017 char $ac_func (); 
    24018 /* The GNU C library defines this for functions which it implements 
    24019     to always fail with ENOSYS.  Some functions are actually named 
    24020     something starting with __ and the normal name is an alias.  */ 
    24021 #if defined __stub_$ac_func || defined __stub___$ac_func 
    24022 choke me 
    24023 #endif 
    24024  
    24025 int 
    24026 main () 
    24027 { 
    24028 return $ac_func (); 
    24029   ; 
    24030   return 0; 
    24031 } 
    24032 _ACEOF 
    24033 rm -f conftest.$ac_objext conftest$ac_exeext 
    24034 if { (ac_try="$ac_link" 
    24035 case "(($ac_try" in 
    24036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    24037   *) ac_try_echo=$ac_try;; 
    24038 esac 
    24039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24040   (eval "$ac_link") 2>conftest.er1 
    24041   ac_status=$? 
    24042   grep -v '^ *+' conftest.er1 >conftest.err 
    24043   rm -f conftest.er1 
    24044   cat conftest.err >&5 
    24045   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24046   (exit $ac_status); } && { 
    24047          test -z "$ac_c_werror_flag" || 
    24048          test ! -s conftest.err 
    24049        } && test -s conftest$ac_exeext && 
    24050        $as_test_x conftest$ac_exeext; then 
    24051   eval "$as_ac_var=yes" 
    24052 else 
    24053   echo "$as_me: failed program was:" >&5 
    24054 sed 's/^/| /' conftest.$ac_ext >&5 
    24055  
    24056         eval "$as_ac_var=no" 
    24057 fi 
    24058  
    24059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    24060       conftest$ac_exeext conftest.$ac_ext 
    24061 fi 
    24062 ac_res=`eval echo '${'$as_ac_var'}'` 
    24063                { echo "$as_me:$LINENO: result: $ac_res" >&5 
    24064 echo "${ECHO_T}$ac_res" >&6; } 
    24065 if test `eval echo '${'$as_ac_var'}'` = yes; then 
    24066   cat >>confdefs.h <<_ACEOF 
    24067 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 
    24068 _ACEOF 
    24069  
    24070 fi 
    24071 done 
    24072  
    24073  
    24074 { echo "$as_me:$LINENO: checking for floor in -lm" >&5 
    24075 echo $ECHO_N "checking for floor in -lm... $ECHO_C" >&6; } 
    24076 if test "${ac_cv_lib_m_floor+set}" = set; then 
    24077   echo $ECHO_N "(cached) $ECHO_C" >&6 
    24078 else 
    24079   ac_check_lib_save_LIBS=$LIBS 
    24080 LIBS="-lm  $LIBS" 
    24081 cat >conftest.$ac_ext <<_ACEOF 
    24082 /* confdefs.h.  */ 
    24083 _ACEOF 
    24084 cat confdefs.h >>conftest.$ac_ext 
    24085 cat >>conftest.$ac_ext <<_ACEOF 
    24086 /* end confdefs.h.  */ 
    24087  
    24088 /* Override any GCC internal prototype to avoid an error. 
    24089    Use char because int might match the return type of a GCC 
    24090    builtin and then its argument prototype would still apply.  */ 
    24091 #ifdef __cplusplus 
    24092 extern "C" 
    24093 #endif 
    24094 char floor (); 
    24095 int 
    24096 main () 
    24097 { 
    24098 return floor (); 
    24099   ; 
    24100   return 0; 
    24101 } 
    24102 _ACEOF 
    24103 rm -f conftest.$ac_objext conftest$ac_exeext 
    24104 if { (ac_try="$ac_link" 
    24105 case "(($ac_try" in 
    24106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    24107   *) ac_try_echo=$ac_try;; 
    24108 esac 
    24109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24110   (eval "$ac_link") 2>conftest.er1 
    24111   ac_status=$? 
    24112   grep -v '^ *+' conftest.er1 >conftest.err 
    24113   rm -f conftest.er1 
    24114   cat conftest.err >&5 
    24115   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24116   (exit $ac_status); } && { 
    24117          test -z "$ac_c_werror_flag" || 
    24118          test ! -s conftest.err 
    24119        } && test -s conftest$ac_exeext && 
    24120        $as_test_x conftest$ac_exeext; then 
    24121   ac_cv_lib_m_floor=yes 
    24122 else 
    24123   echo "$as_me: failed program was:" >&5 
    24124 sed 's/^/| /' conftest.$ac_ext >&5 
    24125  
    24126         ac_cv_lib_m_floor=no 
    24127 fi 
    24128  
    24129 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    24130       conftest$ac_exeext conftest.$ac_ext 
    24131 LIBS=$ac_check_lib_save_LIBS 
    24132 fi 
    24133 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_floor" >&5 
    24134 echo "${ECHO_T}$ac_cv_lib_m_floor" >&6; } 
    24135 if test $ac_cv_lib_m_floor = yes; then 
    24136   cat >>confdefs.h <<_ACEOF 
    24137 #define HAVE_LIBM 1 
    24138 _ACEOF 
    24139  
    24140   LIBS="-lm $LIBS" 
    24141  
    24142 fi 
    24143  
    24144  
    24145  
    24146  
    24147 for ac_func in floor ceil fmod 
    24148 do 
    24149 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
    24150 { echo "$as_me:$LINENO: checking for $ac_func" >&5 
    24151 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 
    24152 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 
    24153   echo $ECHO_N "(cached) $ECHO_C" >&6 
    24154 else 
    24155   cat >conftest.$ac_ext <<_ACEOF 
    24156 /* confdefs.h.  */ 
    24157 _ACEOF 
    24158 cat confdefs.h >>conftest.$ac_ext 
    24159 cat >>conftest.$ac_ext <<_ACEOF 
    24160 /* end confdefs.h.  */ 
    24161 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 
    24162    For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
    24163 #define $ac_func innocuous_$ac_func 
    24164  
    24165 /* System header to define __stub macros and hopefully few prototypes, 
    24166     which can conflict with char $ac_func (); below. 
    24167     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    24168     <limits.h> exists even on freestanding compilers.  */ 
    24169  
    24170 #ifdef __STDC__ 
    24171 # include <limits.h> 
    24172 #else 
    24173 # include <assert.h> 
    24174 #endif 
    24175  
    24176 #undef $ac_func 
    24177  
    24178 /* Override any GCC internal prototype to avoid an error. 
    24179    Use char because int might match the return type of a GCC 
    24180    builtin and then its argument prototype would still apply.  */ 
    24181 #ifdef __cplusplus 
    24182 extern "C" 
    24183 #endif 
    24184 char $ac_func (); 
    24185 /* The GNU C library defines this for functions which it implements 
    24186     to always fail with ENOSYS.  Some functions are actually named 
    24187     something starting with __ and the normal name is an alias.  */ 
    24188 #if defined __stub_$ac_func || defined __stub___$ac_func 
    24189 choke me 
    24190 #endif 
    24191  
    24192 int 
    24193 main () 
    24194 { 
    24195 return $ac_func (); 
    24196   ; 
    24197   return 0; 
    24198 } 
    24199 _ACEOF 
    24200 rm -f conftest.$ac_objext conftest$ac_exeext 
    24201 if { (ac_try="$ac_link" 
    24202 case "(($ac_try" in 
    24203   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    24204   *) ac_try_echo=$ac_try;; 
    24205 esac 
    24206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24207   (eval "$ac_link") 2>conftest.er1 
    24208   ac_status=$? 
    24209   grep -v '^ *+' conftest.er1 >conftest.err 
    24210   rm -f conftest.er1 
    24211   cat conftest.err >&5 
    24212   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24213   (exit $ac_status); } && { 
    24214          test -z "$ac_c_werror_flag" || 
    24215          test ! -s conftest.err 
    24216        } && test -s conftest$ac_exeext && 
    24217        $as_test_x conftest$ac_exeext; then 
    24218   eval "$as_ac_var=yes" 
    24219 else 
    24220   echo "$as_me: failed program was:" >&5 
    24221 sed 's/^/| /' conftest.$ac_ext >&5 
    24222  
    24223         eval "$as_ac_var=no" 
    24224 fi 
    24225  
    24226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    24227       conftest$ac_exeext conftest.$ac_ext 
    24228 fi 
    24229 ac_res=`eval echo '${'$as_ac_var'}'` 
    24230                { echo "$as_me:$LINENO: result: $ac_res" >&5 
    24231 echo "${ECHO_T}$ac_res" >&6; } 
    24232 if test `eval echo '${'$as_ac_var'}'` = yes; then 
    24233   cat >>confdefs.h <<_ACEOF 
    24234 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 
    24235 _ACEOF 
    24236  
    24237 fi 
    24238 done 
    24239  
    24240 { echo "$as_me:$LINENO: checking for lrint" >&5 
    24241 echo $ECHO_N "checking for lrint... $ECHO_C" >&6; } 
    24242 if test "${ac_cv_c99_lrint+set}" = set; then 
    24243   echo $ECHO_N "(cached) $ECHO_C" >&6 
    24244 else 
    24245  
    24246 lrint_save_CFLAGS=$CFLAGS 
    24247 CFLAGS="-O2 -lm" 
    24248 cat >conftest.$ac_ext <<_ACEOF 
    24249 /* confdefs.h.  */ 
    24250 _ACEOF 
    24251 cat confdefs.h >>conftest.$ac_ext 
    24252 cat >>conftest.$ac_ext <<_ACEOF 
    24253 /* end confdefs.h.  */ 
    24254  
    24255 #define         _ISOC9X_SOURCE  1 
    24256 #define         _ISOC99_SOURCE  1 
    24257 #define         __USE_ISOC99    1 
    24258 #define         __USE_ISOC9X    1 
    24259  
    24260 #include <math.h> 
    24261  
    24262 int 
    24263 main () 
    24264 { 
    24265 if (!lrint(3.14159)) lrint(2.7183); 
    24266   ; 
    24267   return 0; 
    24268 } 
    24269 _ACEOF 
    24270 rm -f conftest.$ac_objext conftest$ac_exeext 
    24271 if { (ac_try="$ac_link" 
    24272 case "(($ac_try" in 
    24273   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    24274   *) ac_try_echo=$ac_try;; 
    24275 esac 
    24276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24277   (eval "$ac_link") 2>conftest.er1 
    24278   ac_status=$? 
    24279   grep -v '^ *+' conftest.er1 >conftest.err 
    24280   rm -f conftest.er1 
    24281   cat conftest.err >&5 
    24282   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24283   (exit $ac_status); } && { 
    24284          test -z "$ac_c_werror_flag" || 
    24285          test ! -s conftest.err 
    24286        } && test -s conftest$ac_exeext && 
    24287        $as_test_x conftest$ac_exeext; then 
    24288   ac_cv_c99_lrint=yes 
    24289 else 
    24290   echo "$as_me: failed program was:" >&5 
    24291 sed 's/^/| /' conftest.$ac_ext >&5 
    24292  
    24293         ac_cv_c99_lrint=no 
    24294 fi 
    24295  
    24296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    24297       conftest$ac_exeext conftest.$ac_ext 
    24298  
    24299 CFLAGS=$lrint_save_CFLAGS 
    24300  
    24301  
    24302 fi 
    24303 { echo "$as_me:$LINENO: result: $ac_cv_c99_lrint" >&5 
    24304 echo "${ECHO_T}$ac_cv_c99_lrint" >&6; } 
    24305  
    24306 if test "$ac_cv_c99_lrint" = yes; then 
    24307  
    24308 cat >>confdefs.h <<\_ACEOF 
    24309 #define HAVE_LRINT 1 
    24310 _ACEOF 
    24311  
    24312 fi 
    24313  
    24314 { echo "$as_me:$LINENO: checking for lrintf" >&5 
    24315 echo $ECHO_N "checking for lrintf... $ECHO_C" >&6; } 
    24316 if test "${ac_cv_c99_lrintf+set}" = set; then 
    24317   echo $ECHO_N "(cached) $ECHO_C" >&6 
    24318 else 
    24319  
    24320 lrintf_save_CFLAGS=$CFLAGS 
    24321 CFLAGS="-O2 -lm" 
    24322 cat >conftest.$ac_ext <<_ACEOF 
    24323 /* confdefs.h.  */ 
    24324 _ACEOF 
    24325 cat confdefs.h >>conftest.$ac_ext 
    24326 cat >>conftest.$ac_ext <<_ACEOF 
    24327 /* end confdefs.h.  */ 
    24328  
    24329 #define         _ISOC9X_SOURCE  1 
    24330 #define         _ISOC99_SOURCE  1 
    24331 #define         __USE_ISOC99    1 
    24332 #define         __USE_ISOC9X    1 
    24333  
    24334 #include <math.h> 
    24335  
    24336 int 
    24337 main () 
    24338 { 
    24339 if (!lrintf(3.14159)) lrintf(2.7183); 
    24340   ; 
    24341   return 0; 
    24342 } 
    24343 _ACEOF 
    24344 rm -f conftest.$ac_objext conftest$ac_exeext 
    24345 if { (ac_try="$ac_link" 
    24346 case "(($ac_try" in 
    24347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    24348   *) ac_try_echo=$ac_try;; 
    24349 esac 
    24350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24351   (eval "$ac_link") 2>conftest.er1 
    24352   ac_status=$? 
    24353   grep -v '^ *+' conftest.er1 >conftest.err 
    24354   rm -f conftest.er1 
    24355   cat conftest.err >&5 
    24356   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24357   (exit $ac_status); } && { 
    24358          test -z "$ac_c_werror_flag" || 
    24359          test ! -s conftest.err 
    24360        } && test -s conftest$ac_exeext && 
    24361        $as_test_x conftest$ac_exeext; then 
    24362   ac_cv_c99_lrintf=yes 
    24363 else 
    24364   echo "$as_me: failed program was:" >&5 
    24365 sed 's/^/| /' conftest.$ac_ext >&5 
    24366  
    24367         ac_cv_c99_lrintf=no 
    24368 fi 
    24369  
    24370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    24371       conftest$ac_exeext conftest.$ac_ext 
    24372  
    24373 CFLAGS=$lrintf_save_CFLAGS 
    24374  
    24375  
    24376 fi 
    24377 { echo "$as_me:$LINENO: result: $ac_cv_c99_lrintf" >&5 
    24378 echo "${ECHO_T}$ac_cv_c99_lrintf" >&6; } 
    24379  
    24380 if test "$ac_cv_c99_lrintf" = yes; then 
    24381  
    24382 cat >>confdefs.h <<\_ACEOF 
    24383 #define HAVE_LRINTF 1 
    24384 _ACEOF 
    24385  
    24386 fi 
    24387  
    24388 # AC_C99_FUNC_LLRINT  Don't need this (yet?). 
    24389  
    24390  
    24391  
    24392 # Check for dependencies 
    24393  
    24394  
    24395 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 
    24396         if test -n "$ac_tool_prefix"; then 
    24397   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 
    24398 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 
    24399 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    24400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    24401 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 
    24402   echo $ECHO_N "(cached) $ECHO_C" >&6 
    24403 else 
    24404   case $PKG_CONFIG in 
    24405   [\\/]* | ?:[\\/]*) 
    24406   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 
    24407   ;; 
    24408   *) 
    24409   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    24410 for as_dir in $PATH 
    24411 do 
    24412   IFS=$as_save_IFS 
    24413   test -z "$as_dir" && as_dir=. 
    24414   for ac_exec_ext in '' $ac_executable_extensions; do 
    24415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24416     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 
    24417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    24418     break 2 
    24419   fi 
    24420 done 
    24421 done 
    24422 IFS=$as_save_IFS 
    24423  
    24424   ;; 
    24425 esac 
    24426 fi 
    24427 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 
    24428 if test -n "$PKG_CONFIG"; then 
    24429   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 
    24430 echo "${ECHO_T}$PKG_CONFIG" >&6; } 
    24431 else 
    24432   { echo "$as_me:$LINENO: result: no" >&5 
    24433 echo "${ECHO_T}no" >&6; } 
    24434 fi 
    24435  
    24436  
    24437 fi 
    24438 if test -z "$ac_cv_path_PKG_CONFIG"; then 
    24439   ac_pt_PKG_CONFIG=$PKG_CONFIG 
    24440   # Extract the first word of "pkg-config", so it can be a program name with args. 
    24441 set dummy pkg-config; ac_word=$2 
    24442 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    24443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    24444 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 
    24445   echo $ECHO_N "(cached) $ECHO_C" >&6 
    24446 else 
    24447   case $ac_pt_PKG_CONFIG in 
    24448   [\\/]* | ?:[\\/]*) 
    24449   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 
    24450   ;; 
    24451   *) 
    24452   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    24453 for as_dir in $PATH 
    24454 do 
    24455   IFS=$as_save_IFS 
    24456   test -z "$as_dir" && as_dir=. 
    24457   for ac_exec_ext in '' $ac_executable_extensions; do 
    24458   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24459     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 
    24460     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    24461     break 2 
    24462   fi 
    24463 done 
    24464 done 
    24465 IFS=$as_save_IFS 
    24466  
    24467   ;; 
    24468 esac 
    24469 fi 
    24470 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 
    24471 if test -n "$ac_pt_PKG_CONFIG"; then 
    24472   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 
    24473 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } 
    24474 else 
    24475   { echo "$as_me:$LINENO: result: no" >&5 
    24476 echo "${ECHO_T}no" >&6; } 
    24477 fi 
    24478  
    24479   if test "x$ac_pt_PKG_CONFIG" = x; then 
    24480     PKG_CONFIG="" 
    24481   else 
    24482     case $cross_compiling:$ac_tool_warned in 
    24483 yes:) 
    24484 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    24485 whose name does not start with the host triplet.  If you think this 
    24486 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    24487 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    24488 whose name does not start with the host triplet.  If you think this 
    24489 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    24490 ac_tool_warned=yes ;; 
    24491 esac 
    24492     PKG_CONFIG=$ac_pt_PKG_CONFIG 
    24493   fi 
    24494 else 
    24495   PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 
    24496 fi 
    24497  
    24498 fi 
    24499 if test -n "$PKG_CONFIG"; then 
    24500         _pkg_min_version=0.9.0 
    24501         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 
    24502 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } 
    24503         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 
    24504                 { echo "$as_me:$LINENO: result: yes" >&5 
    24505 echo "${ECHO_T}yes" >&6; } 
    24506         else 
    24507                 { echo "$as_me:$LINENO: result: no" >&5 
    24508 echo "${ECHO_T}no" >&6; } 
    24509                 PKG_CONFIG="" 
    24510         fi 
    24511  
    24512 fi 
    24513  
    24514 pkg_failed=no 
    24515 { echo "$as_me:$LINENO: checking for GLIB" >&5 
    24516 echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; } 
    24517  
    24518 if test -n "$PKG_CONFIG"; then 
    24519     if test -n "$GLIB_CFLAGS"; then 
    24520         pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" 
    24521     else 
    24522         if test -n "$PKG_CONFIG" && \ 
    24523     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gthread-2.0 gobject-2.0\"") >&5 
    24524   ($PKG_CONFIG --exists --print-errors "glib-2.0 gthread-2.0 gobject-2.0") 2>&5 
    24525   ac_status=$? 
    24526   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24527   (exit $ac_status); }; then 
    24528   pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gthread-2.0 gobject-2.0" 2>/dev/null` 
    24529 else 
    24530   pkg_failed=yes 
    24531 fi 
    24532     fi 
    24533 else 
    24534         pkg_failed=untried 
    24535 fi 
    24536 if test -n "$PKG_CONFIG"; then 
    24537     if test -n "$GLIB_LIBS"; then 
    24538         pkg_cv_GLIB_LIBS="$GLIB_LIBS" 
    24539     else 
    24540         if test -n "$PKG_CONFIG" && \ 
    24541     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gthread-2.0 gobject-2.0\"") >&5 
    24542   ($PKG_CONFIG --exists --print-errors "glib-2.0 gthread-2.0 gobject-2.0") 2>&5 
    24543   ac_status=$? 
    24544   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24545   (exit $ac_status); }; then 
    24546   pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 gthread-2.0 gobject-2.0" 2>/dev/null` 
    24547 else 
    24548   pkg_failed=yes 
    24549 fi 
    24550     fi 
    24551 else 
    24552         pkg_failed=untried 
    24553 fi 
    24554  
    24555  
    24556  
    24557 if test $pkg_failed = yes; then 
    24558  
    24559 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    24560         _pkg_short_errors_supported=yes 
    24561 else 
    24562         _pkg_short_errors_supported=no 
    24563 fi 
    24564         if test $_pkg_short_errors_supported = yes; then 
    24565                 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 gthread-2.0 gobject-2.0"` 
    24566         else 
    24567                 GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 gthread-2.0 gobject-2.0"` 
    24568         fi 
    24569         # Put the nasty error message in config.log where it belongs 
    24570         echo "$GLIB_PKG_ERRORS" >&5 
    24571  
    24572         { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 gthread-2.0 gobject-2.0) were not met: 
    24573  
    24574 $GLIB_PKG_ERRORS 
    24575  
    24576 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24577 installed software in a non-standard prefix. 
    24578  
    24579 Alternatively, you may set the environment variables GLIB_CFLAGS 
    24580 and GLIB_LIBS to avoid the need to call pkg-config. 
    24581 See the pkg-config man page for more details. 
    24582 " >&5 
    24583 echo "$as_me: error: Package requirements (glib-2.0 gthread-2.0 gobject-2.0) were not met: 
    24584  
    24585 $GLIB_PKG_ERRORS 
    24586  
    24587 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24588 installed software in a non-standard prefix. 
    24589  
    24590 Alternatively, you may set the environment variables GLIB_CFLAGS 
    24591 and GLIB_LIBS to avoid the need to call pkg-config. 
    24592 See the pkg-config man page for more details. 
    24593 " >&2;} 
    24594    { (exit 1); exit 1; }; } 
    24595 elif test $pkg_failed = untried; then 
    24596         { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
    24597 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24598 path to pkg-config. 
    24599  
    24600 Alternatively, you may set the environment variables GLIB_CFLAGS 
    24601 and GLIB_LIBS to avoid the need to call pkg-config. 
    24602 See the pkg-config man page for more details. 
    24603  
    24604 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24605 See \`config.log' for more details." >&5 
    24606 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
    24607 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24608 path to pkg-config. 
    24609  
    24610 Alternatively, you may set the environment variables GLIB_CFLAGS 
    24611 and GLIB_LIBS to avoid the need to call pkg-config. 
    24612 See the pkg-config man page for more details. 
    24613  
    24614 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24615 See \`config.log' for more details." >&2;} 
    24616    { (exit 1); exit 1; }; } 
    24617 else 
    24618         GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS 
    24619         GLIB_LIBS=$pkg_cv_GLIB_LIBS 
    24620         { echo "$as_me:$LINENO: result: yes" >&5 
    24621 echo "${ECHO_T}yes" >&6; } 
    24622         : 
    24623 fi 
    24624  
    24625  
    24626  
    24627  
    24628 pkg_failed=no 
    24629 { echo "$as_me:$LINENO: checking for LIBXML" >&5 
    24630 echo $ECHO_N "checking for LIBXML... $ECHO_C" >&6; } 
    24631  
    24632 if test -n "$PKG_CONFIG"; then 
    24633     if test -n "$LIBXML_CFLAGS"; then 
    24634         pkg_cv_LIBXML_CFLAGS="$LIBXML_CFLAGS" 
    24635     else 
    24636         if test -n "$PKG_CONFIG" && \ 
    24637     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5 
    24638   ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5 
    24639   ac_status=$? 
    24640   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24641   (exit $ac_status); }; then 
    24642   pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null` 
    24643 else 
    24644   pkg_failed=yes 
    24645 fi 
    24646     fi 
    24647 else 
    24648         pkg_failed=untried 
    24649 fi 
    24650 if test -n "$PKG_CONFIG"; then 
    24651     if test -n "$LIBXML_LIBS"; then 
    24652         pkg_cv_LIBXML_LIBS="$LIBXML_LIBS" 
    24653     else 
    24654         if test -n "$PKG_CONFIG" && \ 
    24655     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5 
    24656   ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5 
    24657   ac_status=$? 
    24658   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24659   (exit $ac_status); }; then 
    24660   pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null` 
    24661 else 
    24662   pkg_failed=yes 
    24663 fi 
    24664     fi 
    24665 else 
    24666         pkg_failed=untried 
    24667 fi 
    24668  
    24669  
    24670  
    24671 if test $pkg_failed = yes; then 
    24672  
    24673 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    24674         _pkg_short_errors_supported=yes 
    24675 else 
    24676         _pkg_short_errors_supported=no 
    24677 fi 
    24678         if test $_pkg_short_errors_supported = yes; then 
    24679                 LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libxml-2.0"` 
    24680         else 
    24681                 LIBXML_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0"` 
    24682         fi 
    24683         # Put the nasty error message in config.log where it belongs 
    24684         echo "$LIBXML_PKG_ERRORS" >&5 
    24685  
    24686         { { echo "$as_me:$LINENO: error: Package requirements (libxml-2.0) were not met: 
    24687  
    24688 $LIBXML_PKG_ERRORS 
    24689  
    24690 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24691 installed software in a non-standard prefix. 
    24692  
    24693 Alternatively, you may set the environment variables LIBXML_CFLAGS 
    24694 and LIBXML_LIBS to avoid the need to call pkg-config. 
    24695 See the pkg-config man page for more details. 
    24696 " >&5 
    24697 echo "$as_me: error: Package requirements (libxml-2.0) were not met: 
    24698  
    24699 $LIBXML_PKG_ERRORS 
    24700  
    24701 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24702 installed software in a non-standard prefix. 
    24703  
    24704 Alternatively, you may set the environment variables LIBXML_CFLAGS 
    24705 and LIBXML_LIBS to avoid the need to call pkg-config. 
    24706 See the pkg-config man page for more details. 
    24707 " >&2;} 
    24708    { (exit 1); exit 1; }; } 
    24709 elif test $pkg_failed = untried; then 
    24710         { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
    24711 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24712 path to pkg-config. 
    24713  
    24714 Alternatively, you may set the environment variables LIBXML_CFLAGS 
    24715 and LIBXML_LIBS to avoid the need to call pkg-config. 
    24716 See the pkg-config man page for more details. 
    24717  
    24718 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24719 See \`config.log' for more details." >&5 
    24720 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
    24721 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24722 path to pkg-config. 
    24723  
    24724 Alternatively, you may set the environment variables LIBXML_CFLAGS 
    24725 and LIBXML_LIBS to avoid the need to call pkg-config. 
    24726 See the pkg-config man page for more details. 
    24727  
    24728 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24729 See \`config.log' for more details." >&2;} 
    24730    { (exit 1); exit 1; }; } 
    24731 else 
    24732         LIBXML_CFLAGS=$pkg_cv_LIBXML_CFLAGS 
    24733         LIBXML_LIBS=$pkg_cv_LIBXML_LIBS 
    24734         { echo "$as_me:$LINENO: result: yes" >&5 
    24735 echo "${ECHO_T}yes" >&6; } 
    24736         : 
    24737 fi 
    24738  
    24739  
    24740  
    24741  
    24742 pkg_failed=no 
    24743 { echo "$as_me:$LINENO: checking for GSTREAMER" >&5 
    24744 echo $ECHO_N "checking for GSTREAMER... $ECHO_C" >&6; } 
    24745  
    24746 if test -n "$PKG_CONFIG"; then 
    24747     if test -n "$GSTREAMER_CFLAGS"; then 
    24748         pkg_cv_GSTREAMER_CFLAGS="$GSTREAMER_CFLAGS" 
    24749     else 
    24750         if test -n "$PKG_CONFIG" && \ 
    24751     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10\"") >&5 
    24752   ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10") 2>&5 
    24753   ac_status=$? 
    24754   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24755   (exit $ac_status); }; then 
    24756   pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10" 2>/dev/null` 
    24757 else 
    24758   pkg_failed=yes 
    24759 fi 
    24760     fi 
    24761 else 
    24762         pkg_failed=untried 
    24763 fi 
    24764 if test -n "$PKG_CONFIG"; then 
    24765     if test -n "$GSTREAMER_LIBS"; then 
    24766         pkg_cv_GSTREAMER_LIBS="$GSTREAMER_LIBS" 
    24767     else 
    24768         if test -n "$PKG_CONFIG" && \ 
    24769     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10\"") >&5 
    24770   ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10") 2>&5 
    24771   ac_status=$? 
    24772   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24773   (exit $ac_status); }; then 
    24774   pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10" 2>/dev/null` 
    24775 else 
    24776   pkg_failed=yes 
    24777 fi 
    24778     fi 
    24779 else 
    24780         pkg_failed=untried 
    24781 fi 
    24782  
    24783  
    24784  
    24785 if test $pkg_failed = yes; then 
    24786  
    24787 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    24788         _pkg_short_errors_supported=yes 
    24789 else 
    24790         _pkg_short_errors_supported=no 
    24791 fi 
    24792         if test $_pkg_short_errors_supported = yes; then 
    24793                 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10"` 
    24794         else 
    24795                 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10"` 
    24796         fi 
    24797         # Put the nasty error message in config.log where it belongs 
    24798         echo "$GSTREAMER_PKG_ERRORS" >&5 
    24799  
    24800         { { echo "$as_me:$LINENO: error: Package requirements (gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10) were not met: 
    24801  
    24802 $GSTREAMER_PKG_ERRORS 
    24803  
    24804 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24805 installed software in a non-standard prefix. 
    24806  
    24807 Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
    24808 and GSTREAMER_LIBS to avoid the need to call pkg-config. 
    24809 See the pkg-config man page for more details. 
    24810 " >&5 
    24811 echo "$as_me: error: Package requirements (gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10) were not met: 
    24812  
    24813 $GSTREAMER_PKG_ERRORS 
    24814  
    24815 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24816 installed software in a non-standard prefix. 
    24817  
    24818 Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
    24819 and GSTREAMER_LIBS to avoid the need to call pkg-config. 
    24820 See the pkg-config man page for more details. 
    24821 " >&2;} 
    24822    { (exit 1); exit 1; }; } 
    24823 elif test $pkg_failed = untried; then 
    24824         { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
    24825 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24826 path to pkg-config. 
    24827  
    24828 Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
    24829 and GSTREAMER_LIBS to avoid the need to call pkg-config. 
    24830 See the pkg-config man page for more details. 
    24831  
    24832 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24833 See \`config.log' for more details." >&5 
    24834 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
    24835 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24836 path to pkg-config. 
    24837  
    24838 Alternatively, you may set the environment variables GSTREAMER_CFLAGS 
    24839 and GSTREAMER_LIBS to avoid the need to call pkg-config. 
    24840 See the pkg-config man page for more details. 
    24841  
    24842 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24843 See \`config.log' for more details." >&2;} 
    24844    { (exit 1); exit 1; }; } 
    24845 else 
    24846         GSTREAMER_CFLAGS=$pkg_cv_GSTREAMER_CFLAGS 
    24847         GSTREAMER_LIBS=$pkg_cv_GSTREAMER_LIBS 
    24848         { echo "$as_me:$LINENO: result: yes" >&5 
    24849 echo "${ECHO_T}yes" >&6; } 
    24850         : 
    24851 fi 
    24852  
    24853  
    24854  
    24855  
    24856 pkg_failed=no 
    24857 { echo "$as_me:$LINENO: checking for SAMPLERATE" >&5 
    24858 echo $ECHO_N "checking for SAMPLERATE... $ECHO_C" >&6; } 
    24859  
    24860 if test -n "$PKG_CONFIG"; then 
    24861     if test -n "$SAMPLERATE_CFLAGS"; then 
    24862         pkg_cv_SAMPLERATE_CFLAGS="$SAMPLERATE_CFLAGS" 
    24863     else 
    24864         if test -n "$PKG_CONFIG" && \ 
    24865     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"samplerate\"") >&5 
    24866   ($PKG_CONFIG --exists --print-errors "samplerate") 2>&5 
    24867   ac_status=$? 
    24868   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24869   (exit $ac_status); }; then 
    24870   pkg_cv_SAMPLERATE_CFLAGS=`$PKG_CONFIG --cflags "samplerate" 2>/dev/null` 
    24871 else 
    24872   pkg_failed=yes 
    24873 fi 
    24874     fi 
    24875 else 
    24876         pkg_failed=untried 
    24877 fi 
    24878 if test -n "$PKG_CONFIG"; then 
    24879     if test -n "$SAMPLERATE_LIBS"; then 
    24880         pkg_cv_SAMPLERATE_LIBS="$SAMPLERATE_LIBS" 
    24881     else 
    24882         if test -n "$PKG_CONFIG" && \ 
    24883     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"samplerate\"") >&5 
    24884   ($PKG_CONFIG --exists --print-errors "samplerate") 2>&5 
    24885   ac_status=$? 
    24886   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24887   (exit $ac_status); }; then 
    24888   pkg_cv_SAMPLERATE_LIBS=`$PKG_CONFIG --libs "samplerate" 2>/dev/null` 
    24889 else 
    24890   pkg_failed=yes 
    24891 fi 
    24892     fi 
    24893 else 
    24894         pkg_failed=untried 
    24895 fi 
    24896  
    24897  
    24898  
    24899 if test $pkg_failed = yes; then 
    24900  
    24901 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    24902         _pkg_short_errors_supported=yes 
    24903 else 
    24904         _pkg_short_errors_supported=no 
    24905 fi 
    24906         if test $_pkg_short_errors_supported = yes; then 
    24907                 SAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "samplerate"` 
    24908         else 
    24909                 SAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "samplerate"` 
    24910         fi 
    24911         # Put the nasty error message in config.log where it belongs 
    24912         echo "$SAMPLERATE_PKG_ERRORS" >&5 
    24913  
    24914         { { echo "$as_me:$LINENO: error: Package requirements (samplerate) were not met: 
    24915  
    24916 $SAMPLERATE_PKG_ERRORS 
    24917  
    24918 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24919 installed software in a non-standard prefix. 
    24920  
    24921 Alternatively, you may set the environment variables SAMPLERATE_CFLAGS 
    24922 and SAMPLERATE_LIBS to avoid the need to call pkg-config. 
    24923 See the pkg-config man page for more details. 
    24924 " >&5 
    24925 echo "$as_me: error: Package requirements (samplerate) were not met: 
    24926  
    24927 $SAMPLERATE_PKG_ERRORS 
    24928  
    24929 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    24930 installed software in a non-standard prefix. 
    24931  
    24932 Alternatively, you may set the environment variables SAMPLERATE_CFLAGS 
    24933 and SAMPLERATE_LIBS to avoid the need to call pkg-config. 
    24934 See the pkg-config man page for more details. 
    24935 " >&2;} 
    24936    { (exit 1); exit 1; }; } 
    24937 elif test $pkg_failed = untried; then 
    24938         { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
    24939 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24940 path to pkg-config. 
    24941  
    24942 Alternatively, you may set the environment variables SAMPLERATE_CFLAGS 
    24943 and SAMPLERATE_LIBS to avoid the need to call pkg-config. 
    24944 See the pkg-config man page for more details. 
    24945  
    24946 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24947 See \`config.log' for more details." >&5 
    24948 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
    24949 is in your PATH or set the PKG_CONFIG environment variable to the full 
    24950 path to pkg-config. 
    24951  
    24952 Alternatively, you may set the environment variables SAMPLERATE_CFLAGS 
    24953 and SAMPLERATE_LIBS to avoid the need to call pkg-config. 
    24954 See the pkg-config man page for more details. 
    24955  
    24956 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    24957 See \`config.log' for more details." >&2;} 
    24958    { (exit 1); exit 1; }; } 
    24959 else 
    24960         SAMPLERATE_CFLAGS=$pkg_cv_SAMPLERATE_CFLAGS 
    24961         SAMPLERATE_LIBS=$pkg_cv_SAMPLERATE_LIBS 
    24962         { echo "$as_me:$LINENO: result: yes" >&5 
    24963 echo "${ECHO_T}yes" >&6; } 
    24964         : 
    24965 fi 
    24966  
    24967  
    24968  
    24969  
    24970 pkg_failed=no 
    24971 { echo "$as_me:$LINENO: checking for RGC_SERVER" >&5 
    24972 echo $ECHO_N "checking for RGC_SERVER... $ECHO_C" >&6; } 
    24973  
    24974 if test -n "$PKG_CONFIG"; then 
    24975     if test -n "$RGC_SERVER_CFLAGS"; then 
    24976         pkg_cv_RGC_SERVER_CFLAGS="$RGC_SERVER_CFLAGS" 
    24977     else 
    24978         if test -n "$PKG_CONFIG" && \ 
    24979     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rgc_server\"") >&5 
    24980   ($PKG_CONFIG --exists --print-errors "rgc_server") 2>&5 
    24981   ac_status=$? 
    24982   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24983   (exit $ac_status); }; then 
    24984   pkg_cv_RGC_SERVER_CFLAGS=`$PKG_CONFIG --cflags "rgc_server" 2>/dev/null` 
    24985 else 
    24986   pkg_failed=yes 
    24987 fi 
    24988     fi 
    24989 else 
    24990         pkg_failed=untried 
    24991 fi 
    24992 if test -n "$PKG_CONFIG"; then 
    24993     if test -n "$RGC_SERVER_LIBS"; then 
    24994         pkg_cv_RGC_SERVER_LIBS="$RGC_SERVER_LIBS" 
    24995     else 
    24996         if test -n "$PKG_CONFIG" && \ 
    24997     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rgc_server\"") >&5 
    24998   ($PKG_CONFIG --exists --print-errors "rgc_server") 2>&5 
    24999   ac_status=$? 
    25000   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25001   (exit $ac_status); }; then 
    25002   pkg_cv_RGC_SERVER_LIBS=`$PKG_CONFIG --libs "rgc_server" 2>/dev/null` 
    25003 else 
    25004   pkg_failed=yes 
    25005 fi 
    25006     fi 
    25007 else 
    25008         pkg_failed=untried 
    25009 fi 
    25010  
    25011  
    25012  
    25013 if test $pkg_failed = yes; then 
    25014  
    25015 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    25016         _pkg_short_errors_supported=yes 
    25017 else 
    25018         _pkg_short_errors_supported=no 
    25019 fi 
    25020         if test $_pkg_short_errors_supported = yes; then 
    25021                 RGC_SERVER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "rgc_server"` 
    25022         else 
    25023                 RGC_SERVER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "rgc_server"` 
    25024         fi 
    25025         # Put the nasty error message in config.log where it belongs 
    25026         echo "$RGC_SERVER_PKG_ERRORS" >&5 
    25027  
    25028         { { echo "$as_me:$LINENO: error: Package requirements (rgc_server) were not met: 
    25029  
    25030 $RGC_SERVER_PKG_ERRORS 
    25031  
    25032 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    25033 installed software in a non-standard prefix. 
    25034  
    25035 Alternatively, you may set the environment variables RGC_SERVER_CFLAGS 
    25036 and RGC_SERVER_LIBS to avoid the need to call pkg-config. 
    25037 See the pkg-config man page for more details. 
    25038 " >&5 
    25039 echo "$as_me: error: Package requirements (rgc_server) were not met: 
    25040  
    25041 $RGC_SERVER_PKG_ERRORS 
    25042  
    25043 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    25044 installed software in a non-standard prefix. 
    25045  
    25046 Alternatively, you may set the environment variables RGC_SERVER_CFLAGS 
    25047 and RGC_SERVER_LIBS to avoid the need to call pkg-config. 
    25048 See the pkg-config man page for more details. 
    25049 " >&2;} 
    25050    { (exit 1); exit 1; }; } 
    25051 elif test $pkg_failed = untried; then 
    25052         { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
    25053 is in your PATH or set the PKG_CONFIG environment variable to the full 
    25054 path to pkg-config. 
    25055  
    25056 Alternatively, you may set the environment variables RGC_SERVER_CFLAGS 
    25057 and RGC_SERVER_LIBS to avoid the need to call pkg-config. 
    25058 See the pkg-config man page for more details. 
    25059  
    25060 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    25061 See \`config.log' for more details." >&5 
    25062 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
    25063 is in your PATH or set the PKG_CONFIG environment variable to the full 
    25064 path to pkg-config. 
    25065  
    25066 Alternatively, you may set the environment variables RGC_SERVER_CFLAGS 
    25067 and RGC_SERVER_LIBS to avoid the need to call pkg-config. 
    25068 See the pkg-config man page for more details. 
    25069  
    25070 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    25071 See \`config.log' for more details." >&2;} 
    25072    { (exit 1); exit 1; }; } 
    25073 else 
    25074         RGC_SERVER_CFLAGS=$pkg_cv_RGC_SERVER_CFLAGS 
    25075         RGC_SERVER_LIBS=$pkg_cv_RGC_SERVER_LIBS 
    25076         { echo "$as_me:$LINENO: result: yes" >&5 
    25077 echo "${ECHO_T}yes" >&6; } 
    25078         : 
    25079 fi 
    25080  
    25081  
    25082  
    25083  
    25084 pkg_failed=no 
    25085 { echo "$as_me:$LINENO: checking for RGC_CLIENT" >&5 
    25086 echo $ECHO_N "checking for RGC_CLIENT... $ECHO_C" >&6; } 
    25087  
    25088 if test -n "$PKG_CONFIG"; then 
    25089     if test -n "$RGC_CLIENT_CFLAGS"; then 
    25090         pkg_cv_RGC_CLIENT_CFLAGS="$RGC_CLIENT_CFLAGS" 
    25091     else 
    25092         if test -n "$PKG_CONFIG" && \ 
    25093     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rgc_client\"") >&5 
    25094   ($PKG_CONFIG --exists --print-errors "rgc_client") 2>&5 
    25095   ac_status=$? 
    25096   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25097   (exit $ac_status); }; then 
    25098   pkg_cv_RGC_CLIENT_CFLAGS=`$PKG_CONFIG --cflags "rgc_client" 2>/dev/null` 
    25099 else 
    25100   pkg_failed=yes 
    25101 fi 
    25102     fi 
    25103 else 
    25104         pkg_failed=untried 
    25105 fi 
    25106 if test -n "$PKG_CONFIG"; then 
    25107     if test -n "$RGC_CLIENT_LIBS"; then 
    25108         pkg_cv_RGC_CLIENT_LIBS="$RGC_CLIENT_LIBS" 
    25109     else 
    25110         if test -n "$PKG_CONFIG" && \ 
    25111     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"rgc_client\"") >&5 
    25112   ($PKG_CONFIG --exists --print-errors "rgc_client") 2>&5 
    25113   ac_status=$? 
    25114   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25115   (exit $ac_status); }; then 
    25116   pkg_cv_RGC_CLIENT_LIBS=`$PKG_CONFIG --libs "rgc_client" 2>/dev/null` 
    25117 else 
    25118   pkg_failed=yes 
    25119 fi 
    25120     fi 
    25121 else 
    25122         pkg_failed=untried 
    25123 fi 
    25124  
    25125  
    25126  
    25127 if test $pkg_failed = yes; then 
    25128  
    25129 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    25130         _pkg_short_errors_supported=yes 
    25131 else 
    25132         _pkg_short_errors_supported=no 
    25133 fi 
    25134         if test $_pkg_short_errors_supported = yes; then 
    25135                 RGC_CLIENT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "rgc_client"` 
    25136         else 
    25137                 RGC_CLIENT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "rgc_client"` 
    25138         fi 
    25139         # Put the nasty error message in config.log where it belongs 
    25140         echo "$RGC_CLIENT_PKG_ERRORS" >&5 
    25141  
    25142         { { echo "$as_me:$LINENO: error: Package requirements (rgc_client) were not met: 
    25143  
    25144 $RGC_CLIENT_PKG_ERRORS 
    25145  
    25146 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    25147 installed software in a non-standard prefix. 
    25148  
    25149 Alternatively, you may set the environment variables RGC_CLIENT_CFLAGS 
    25150 and RGC_CLIENT_LIBS to avoid the need to call pkg-config. 
    25151 See the pkg-config man page for more details. 
    25152 " >&5 
    25153 echo "$as_me: error: Package requirements (rgc_client) were not met: 
    25154  
    25155 $RGC_CLIENT_PKG_ERRORS 
    25156  
    25157 Consider adjusting the PKG_CONFIG_PATH environment variable if you 
    25158 installed software in a non-standard prefix. 
    25159  
    25160 Alternatively, you may set the environment variables RGC_CLIENT_CFLAGS 
    25161 and RGC_CLIENT_LIBS to avoid the need to call pkg-config. 
    25162 See the pkg-config man page for more details. 
    25163 " >&2;} 
    25164    { (exit 1); exit 1; }; } 
    25165 elif test $pkg_failed = untried; then 
    25166         { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it 
    25167 is in your PATH or set the PKG_CONFIG environment variable to the full 
    25168 path to pkg-config. 
    25169  
    25170 Alternatively, you may set the environment variables RGC_CLIENT_CFLAGS 
    25171 and RGC_CLIENT_LIBS to avoid the need to call pkg-config. 
    25172 See the pkg-config man page for more details. 
    25173  
    25174 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    25175 See \`config.log' for more details." >&5 
    25176 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it 
    25177 is in your PATH or set the PKG_CONFIG environment variable to the full 
    25178 path to pkg-config. 
    25179  
    25180 Alternatively, you may set the environment variables RGC_CLIENT_CFLAGS 
    25181 and RGC_CLIENT_LIBS to avoid the need to call pkg-config. 
    25182 See the pkg-config man page for more details. 
    25183  
    25184 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 
    25185 See \`config.log' for more details." >&2;} 
    25186    { (exit 1); exit 1; }; } 
    25187 else 
    25188         RGC_CLIENT_CFLAGS=$pkg_cv_RGC_CLIENT_CFLAGS 
    25189         RGC_CLIENT_LIBS=$pkg_cv_RGC_CLIENT_LIBS 
    25190         { echo "$as_me:$LINENO: result: yes" >&5 
    25191 echo "${ECHO_T}yes" >&6; } 
    25192         : 
    25193 fi 
    25194  
    25195  
    25196  
    25197  
    25198  
    25199 pkg_failed=no 
    25200 { echo "$as_me:$LINENO: checking for ALSA" >&5 
    25201 echo $ECHO_N "checking for ALSA... $ECHO_C" >&6; } 
    25202  
    25203 if test -n "$PKG_CONFIG"; then 
    25204     if test -n "$ALSA_CFLAGS"; then 
    25205         pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS" 
    25206     else 
    25207         if test -n "$PKG_CONFIG" && \ 
    25208     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5 
    25209   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5 
    25210   ac_status=$? 
    25211   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25212   (exit $ac_status); }; then 
    25213   pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null` 
    25214 else 
    25215   pkg_failed=yes 
    25216 fi 
    25217     fi 
    25218 else 
    25219         pkg_failed=untried 
    25220 fi 
    25221 if test -n "$PKG_CONFIG"; then 
    25222     if test -n "$ALSA_LIBS"; then 
    25223         pkg_cv_ALSA_LIBS="$ALSA_LIBS" 
    25224     else 
    25225         if test -n "$PKG_CONFIG" && \ 
    25226     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5 
    25227   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5 
    25228   ac_status=$? 
    25229   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25230   (exit $ac_status); }; then 
    25231   pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null` 
    25232 else 
    25233   pkg_failed=yes 
    25234 fi 
    25235     fi 
    25236 else 
    25237         pkg_failed=untried 
    25238 fi 
    25239  
    25240  
    25241  
    25242 if test $pkg_failed = yes; then 
    25243  
    25244 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    25245         _pkg_short_errors_supported=yes 
    25246 else 
    25247         _pkg_short_errors_supported=no 
    25248 fi 
    25249         if test $_pkg_short_errors_supported = yes; then 
    25250                 ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "alsa"` 
    25251         else 
    25252                 ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "alsa"` 
    25253         fi 
    25254         # Put the nasty error message in config.log where it belongs 
    25255         echo "$ALSA_PKG_ERRORS" >&5 
    25256  
    25257         { echo "$as_me:$LINENO: result: no" >&5 
    25258 echo "${ECHO_T}no" >&6; } 
    25259                 got_alsa=no 
    25260 elif test $pkg_failed = untried; then 
    25261         got_alsa=no 
    25262 else 
    25263         ALSA_CFLAGS=$pkg_cv_ALSA_CFLAGS 
    25264         ALSA_LIBS=$pkg_cv_ALSA_LIBS 
    25265         { echo "$as_me:$LINENO: result: yes" >&5 
    25266 echo "${ECHO_T}yes" >&6; } 
    25267         got_alsa=yes 
    25268 fi 
    25269  
    25270  
    25271  if test $got_alsa = yes; then 
    25272   HAVE_ALSA_TRUE= 
    25273   HAVE_ALSA_FALSE='#' 
    25274 else 
    25275   HAVE_ALSA_TRUE='#' 
    25276   HAVE_ALSA_FALSE= 
    25277 fi 
    25278  
    25279 if test "$got_alsa" = "yes"; then 
    25280  
    25281 cat >>confdefs.h <<_ACEOF 
    25282 #define HAVE_ALSA 1 
    25283 _ACEOF 
    25284  
    25285 fi 
    25286  
    25287  
    25288  
    25289 pkg_failed=no 
    25290 { echo "$as_me:$LINENO: checking for JACK" >&5 
    25291 echo $ECHO_N "checking for JACK... $ECHO_C" >&6; } 
    25292  
    25293 if test -n "$PKG_CONFIG"; then 
    25294     if test -n "$JACK_CFLAGS"; then 
    25295         pkg_cv_JACK_CFLAGS="$JACK_CFLAGS" 
    25296     else 
    25297         if test -n "$PKG_CONFIG" && \ 
    25298     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"jack\"") >&5 
    25299   ($PKG_CONFIG --exists --print-errors "jack") 2>&5 
    25300   ac_status=$? 
    25301   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25302   (exit $ac_status); }; then 
    25303   pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack" 2>/dev/null` 
    25304 else 
    25305   pkg_failed=yes 
    25306 fi 
    25307     fi 
    25308 else 
    25309         pkg_failed=untried 
    25310 fi 
    25311 if test -n "$PKG_CONFIG"; then 
    25312     if test -n "$JACK_LIBS"; then 
    25313         pkg_cv_JACK_LIBS="$JACK_LIBS" 
    25314     else 
    25315         if test -n "$PKG_CONFIG" && \ 
    25316     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"jack\"") >&5 
    25317   ($PKG_CONFIG --exists --print-errors "jack") 2>&5 
    25318   ac_status=$? 
    25319   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25320   (exit $ac_status); }; then 
    25321   pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack" 2>/dev/null` 
    25322 else 
    25323   pkg_failed=yes 
    25324 fi 
    25325     fi 
    25326 else 
    25327         pkg_failed=untried 
    25328 fi 
    25329  
    25330  
    25331  
    25332 if test $pkg_failed = yes; then 
    25333  
    25334 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    25335         _pkg_short_errors_supported=yes 
    25336 else 
    25337         _pkg_short_errors_supported=no 
    25338 fi 
    25339         if test $_pkg_short_errors_supported = yes; then 
    25340                 JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "jack"` 
    25341         else 
    25342                 JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "jack"` 
    25343         fi 
    25344         # Put the nasty error message in config.log where it belongs 
    25345         echo "$JACK_PKG_ERRORS" >&5 
    25346  
    25347         { echo "$as_me:$LINENO: result: no" >&5 
    25348 echo "${ECHO_T}no" >&6; } 
    25349                 got_jack=no 
    25350 elif test $pkg_failed = untried; then 
    25351         got_jack=no 
    25352 else 
    25353         JACK_CFLAGS=$pkg_cv_JACK_CFLAGS 
    25354         JACK_LIBS=$pkg_cv_JACK_LIBS 
    25355         { echo "$as_me:$LINENO: result: yes" >&5 
    25356 echo "${ECHO_T}yes" >&6; } 
    25357         got_jack=yes 
    25358 fi 
    25359  
    25360  
    25361  if test $got_jack = yes; then 
    25362   HAVE_JACK_TRUE= 
    25363   HAVE_JACK_FALSE='#' 
    25364 else 
    25365   HAVE_JACK_TRUE='#' 
    25366   HAVE_JACK_FALSE= 
    25367 fi 
    25368  
    25369 if test "$got_jack" = "yes"; then 
    25370  
    25371 cat >>confdefs.h <<_ACEOF 
    25372 #define HAVE_JACK 1 
    25373 _ACEOF 
    25374  
    25375 fi 
    25376  
    25377  
    25378  
    25379 pkg_failed=no 
    25380 { echo "$as_me:$LINENO: checking for PULSE" >&5 
    25381 echo $ECHO_N "checking for PULSE... $ECHO_C" >&6; } 
    25382  
    25383 if test -n "$PKG_CONFIG"; then 
    25384     if test -n "$PULSE_CFLAGS"; then 
    25385         pkg_cv_PULSE_CFLAGS="$PULSE_CFLAGS" 
    25386     else 
    25387         if test -n "$PKG_CONFIG" && \ 
    25388     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse\"") >&5 
    25389   ($PKG_CONFIG --exists --print-errors "libpulse") 2>&5 
    25390   ac_status=$? 
    25391   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25392   (exit $ac_status); }; then 
    25393   pkg_cv_PULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse" 2>/dev/null` 
    25394 else 
    25395   pkg_failed=yes 
    25396 fi 
    25397     fi 
    25398 else 
    25399         pkg_failed=untried 
    25400 fi 
    25401 if test -n "$PKG_CONFIG"; then 
    25402     if test -n "$PULSE_LIBS"; then 
    25403         pkg_cv_PULSE_LIBS="$PULSE_LIBS" 
    25404     else 
    25405         if test -n "$PKG_CONFIG" && \ 
    25406     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse\"") >&5 
    25407   ($PKG_CONFIG --exists --print-errors "libpulse") 2>&5 
    25408   ac_status=$? 
    25409   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25410   (exit $ac_status); }; then 
    25411   pkg_cv_PULSE_LIBS=`$PKG_CONFIG --libs "libpulse" 2>/dev/null` 
    25412 else 
    25413   pkg_failed=yes 
    25414 fi 
    25415     fi 
    25416 else 
    25417         pkg_failed=untried 
    25418 fi 
    25419  
    25420  
    25421  
    25422 if test $pkg_failed = yes; then 
    25423  
    25424 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 
    25425         _pkg_short_errors_supported=yes 
    25426 else 
    25427         _pkg_short_errors_supported=no 
    25428 fi 
    25429         if test $_pkg_short_errors_supported = yes; then 
    25430                 PULSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpulse"` 
    25431         else 
    25432                 PULSE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpulse"` 
    25433         fi 
    25434         # Put the nasty error message in config.log where it belongs 
    25435         echo "$PULSE_PKG_ERRORS" >&5 
    25436  
    25437         { echo "$as_me:$LINENO: result: no" >&5 
    25438 echo "${ECHO_T}no" >&6; } 
    25439                 got_pulse=no 
    25440 elif test $pkg_failed = untried; then 
    25441         got_pulse=no 
    25442 else 
    25443         PULSE_CFLAGS=$pkg_cv_PULSE_CFLAGS 
    25444         PULSE_LIBS=$pkg_cv_PULSE_LIBS 
    25445         { echo "$as_me:$LINENO: result: yes" >&5 
    25446 echo "${ECHO_T}yes" >&6; } 
    25447         got_pulse=yes 
    25448 fi 
    25449  
    25450  
    25451  if test $got_pulse = yes; then 
    25452   HAVE_PULSE_TRUE= 
    25453   HAVE_PULSE_FALSE='#' 
    25454 else 
    25455   HAVE_PULSE_TRUE='#' 
    25456   HAVE_PULSE_FALSE= 
    25457 fi 
    25458  
    25459 if test "$got_pulse" = "yes"; then 
    25460  
    25461 cat >>confdefs.h <<_ACEOF 
    25462 #define HAVE_PULSE 1 
    25463 _ACEOF 
    25464  
    25465 fi 
    25466  
    25467  
    25468  
    25469  
    25470 case "x$ac_cv_c99_lrint$ac_cv_c99_lrintf" in 
    25471         xyesyes) 
    25472                 ;; 
    25473         *) 
    25474                 { echo "$as_me:$LINENO: WARNING: *** Missing C99 standard functions lrint() and lrintf()." >&5 
    25475 echo "$as_me: WARNING: *** Missing C99 standard functions lrint() and lrintf()." >&2;} 
    25476                 { echo "$as_me:$LINENO: WARNING: *** This may cause benign compiler warnings on some systems (ie Solaris)." >&5 
    25477 echo "$as_me: WARNING: *** This may cause benign compiler warnings on some systems (ie Solaris)." >&2;} 
    25478                 ;; 
    25479         esac 
    25480  
    25481  
    25482 # Determine if the processor can do clipping on float to int conversions. 
    25483  
    25484 if test x$ac_arg_cpu_clip = "xY" ; then 
    25485         { echo "$as_me:$LINENO: checking processor clipping capabilities" >&5 
    25486 echo $ECHO_N "checking processor clipping capabilities... $ECHO_C" >&6; } 
    25487 if test "${ac_cv_c_clip_type+set}" = set; then 
    25488   echo $ECHO_N "(cached) $ECHO_C" >&6 
    25489 else 
    25490   # Initialize to unknown 
    25491 ac_cv_c_clip_positive=unknown 
    25492 ac_cv_c_clip_negative=unknown 
    25493  
    25494 if test $ac_cv_c_clip_positive = unknown ; then 
    25495         if test "$cross_compiling" = yes; then 
    25496   ac_cv_c_clip_positive=unknown 
    25497  
    25498 else 
    25499   cat >conftest.$ac_ext <<_ACEOF 
    25500 /* confdefs.h.  */ 
    25501 _ACEOF 
    25502 cat confdefs.h >>conftest.$ac_ext 
    25503 cat >>conftest.$ac_ext <<_ACEOF 
    25504 /* end confdefs.h.  */ 
    25505  
    25506         #define _ISOC9X_SOURCE  1 
    25507         #define _ISOC99_SOURCE  1 
    25508         #define __USE_ISOC99    1 
    25509         #define __USE_ISOC9X    1 
    25510         #include <math.h> 
    25511         int main (void) 
    25512         {       double  fval ; 
    25513                 int k, ival ; 
    25514  
    25515                 fval = 1.0 * 0x7FFFFFFF ; 
    25516                 for (k = 0 ; k < 100 ; k++) 
    25517                 {       ival = (lrint (fval)) >> 24 ; 
    25518                         if (ival != 127) 
    25519                                 return 1 ; 
    25520  
    25521                         fval *= 1.2499999 ; 
    25522                         } ; 
    25523  
    25524                         return 0 ; 
    25525                 } 
    25526  
    25527 _ACEOF 
    25528 rm -f conftest$ac_exeext 
    25529 if { (ac_try="$ac_link" 
    25530 case "(($ac_try" in 
    25531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    25532   *) ac_try_echo=$ac_try;; 
    25533 esac 
    25534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    25535   (eval "$ac_link") 2>&5 
    25536   ac_status=$? 
    25537   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25538   (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    25539   { (case "(($ac_try" in 
    25540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    25541   *) ac_try_echo=$ac_try;; 
    25542 esac 
    25543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    25544   (eval "$ac_try") 2>&5 
    25545   ac_status=$? 
    25546   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25547   (exit $ac_status); }; }; then 
    25548   ac_cv_c_clip_positive=yes 
    25549 else 
    25550   echo "$as_me: program exited with status $ac_status" >&5 
    25551 echo "$as_me: failed program was:" >&5 
    25552 sed 's/^/| /' conftest.$ac_ext >&5 
    25553  
    25554 ( exit $ac_status ) 
    25555 ac_cv_c_clip_positive=no 
    25556 fi 
    25557 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    25558 fi 
    25559  
    25560  
    25561  
    25562         if test "$cross_compiling" = yes; then 
    25563   ac_cv_c_clip_negative=unknown 
    25564  
    25565 else 
    25566   cat >conftest.$ac_ext <<_ACEOF 
    25567 /* confdefs.h.  */ 
    25568 _ACEOF 
    25569 cat confdefs.h >>conftest.$ac_ext 
    25570 cat >>conftest.$ac_ext <<_ACEOF 
    25571 /* end confdefs.h.  */ 
    25572  
    25573         #define _ISOC9X_SOURCE  1 
    25574         #define _ISOC99_SOURCE  1 
    25575         #define __USE_ISOC99    1 
    25576         #define __USE_ISOC9X    1 
    25577         #include <math.h> 
    25578         int main (void) 
    25579         {       double  fval ; 
    25580                 int k, ival ; 
    25581  
    25582                 fval = -8.0 * 0x10000000 ; 
    25583                 for (k = 0 ; k < 100 ; k++) 
    25584                 {       ival = (lrint (fval)) >> 24 ; 
    25585                         if (ival != -128) 
    25586                                 return 1 ; 
    25587  
    25588                         fval *= 1.2499999 ; 
    25589                         } ; 
    25590  
    25591                         return 0 ; 
    25592                 } 
    25593  
    25594 _ACEOF 
    25595 rm -f conftest$ac_exeext 
    25596 if { (ac_try="$ac_link" 
    25597 case "(($ac_try" in 
    25598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    25599   *) ac_try_echo=$ac_try;; 
    25600 esac 
    25601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    25602   (eval "$ac_link") 2>&5 
    25603   ac_status=$? 
    25604   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25605   (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    25606   { (case "(($ac_try" in 
    25607   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    25608   *) ac_try_echo=$ac_try;; 
    25609 esac 
    25610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    25611   (eval "$ac_try") 2>&5 
    25612   ac_status=$? 
    25613   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25614   (exit $ac_status); }; }; then 
    25615   ac_cv_c_clip_negative=yes 
    25616 else 
    25617   echo "$as_me: program exited with status $ac_status" >&5 
    25618 echo "$as_me: failed program was:" >&5 
    25619 sed 's/^/| /' conftest.$ac_ext >&5 
    25620  
    25621 ( exit $ac_status ) 
    25622 ac_cv_c_clip_negative=no 
    25623 fi 
    25624 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    25625 fi 
    25626  
    25627  
    25628  
    25629         fi 
    25630  
    25631 if test $ac_cv_c_clip_positive = yes ; then 
    25632         ac_cv_c_clip_positive=1 
    25633 else 
    25634         ac_cv_c_clip_positive=0 
    25635         fi 
    25636  
    25637 if test $ac_cv_c_clip_negative = yes ; then 
    25638         ac_cv_c_clip_negative=1 
    25639 else 
    25640         ac_cv_c_clip_negative=0 
    25641         fi 
    25642  
    25643  
    25644 case "$ac_cv_c_clip_positive$ac_cv_c_clip_negative" in 
    25645         "00") 
    25646                 ac_cv_c_clip_type="none" 
    25647                 ;; 
    25648         "10") 
    25649                 ac_cv_c_clip_type="positive" 
    25650                 ;; 
    25651         "01") 
    25652                 ac_cv_c_clip_type="negative" 
    25653                 ;; 
    25654         "11") 
    25655                 ac_cv_c_clip_type="both" 
    25656                 ;; 
    25657         esac 
    25658  
    25659  
    25660  
    25661 fi 
    25662 { echo "$as_me:$LINENO: result: $ac_cv_c_clip_type" >&5 
    25663 echo "${ECHO_T}$ac_cv_c_clip_type" >&6; } 
    25664  
    25665  
    25666  
    25667 else 
    25668         echo "checking processor clipping capabilities... disabled" 
    25669         ac_cv_c_clip_positive=0 
    25670         ac_cv_c_clip_negative=0 
    25671         fi 
    25672  
    25673  
    25674 cat >>confdefs.h <<_ACEOF 
    25675 #define CPU_CLIPS_POSITIVE ${ac_cv_c_clip_positive} 
    25676 _ACEOF 
    25677  
    25678  
    25679 cat >>confdefs.h <<_ACEOF 
    25680 #define CPU_CLIPS_NEGATIVE ${ac_cv_c_clip_negative} 
    25681 _ACEOF 
    25682  
    25683  
    25684  
    25685  
    25686 # Location defines 
    25687  
    25688 # Set PACKAGE_LOCALE_DIR in config.h. 
    25689 if test "x${prefix}" = "xNONE"; then 
    25690  
    25691 cat >>confdefs.h <<_ACEOF 
    25692 #define PACKAGE_LOCALE_DIR "${ac_default_prefix}/${DATADIRNAME}/locale" 
    25693 _ACEOF 
    25694  
    25695 else 
    25696  
    25697 cat >>confdefs.h <<_ACEOF 
    25698 #define PACKAGE_LOCALE_DIR "${prefix}/${DATADIRNAME}/locale" 
    25699 _ACEOF 
    25700  
    25701 fi 
    25702  
    25703 # Set PACKAGE SOURCE DIR in config.h. 
    25704 packagesrcdir=`cd $srcdir && pwd` 
    25705  
    25706 # Set PACKAGE PREFIX 
    25707 if test "x${prefix}" = "xNONE"; then 
    25708   packageprefix=${ac_default_prefix} 
    25709 else 
    25710   packageprefix=${prefix} 
    25711 fi 
    25712  
    25713 # Set PACKAGE DATA & DOC DIR 
    25714 packagedatadir=share/${PACKAGE} 
    25715 packagedocdir=doc/${PACKAGE} 
    25716  
    25717 # Set PACKAGE DIRS in config.h. 
    25718 packagepixmapsdir=${packagedatadir}/pixmaps 
    25719 packagehelpdir=${packagedatadir}/help 
    25720 packagemenudir=${packagedatadir} 
    25721  
    25722 # Subst PACKAGE_DATA_DIR. 
    25723 NO_PREFIX_PACKAGE_DATA_DIR="${packagedatadir}" 
    25724  
    25725 PACKAGE_DATA_DIR="${packageprefix}/${packagedatadir}" 
    25726  
    25727  
    25728 # Subst PACKAGE_DOC_DIR. 
    25729 NO_PREFIX_PACKAGE_DOC_DIR="${packagedocdir}" 
    25730  
    25731 PACKAGE_DOC_DIR="${packageprefix}/${packagedocdir}" 
    25732  
    25733  
    25734 # Subst PACKAGE_PIXMAPS_DIR. 
    25735 NO_PREFIX_PACKAGE_PIXMAPS_DIR="${packagepixmapsdir}" 
    25736  
    25737 PACKAGE_PIXMAPS_DIR="${packageprefix}/${packagepixmapsdir}" 
    25738  
    25739  
    25740 # Subst PACKAGE_HELP_DIR. 
    25741 NO_PREFIX_PACKAGE_HELP_DIR="${packagehelpdir}" 
    25742  
    25743 PACKAGE_HELP_DIR="${packageprefix}/${packagehelpdir}" 
    25744  
    25745  
    25746 # Subst PACKAGE_MENU_DIR. 
    25747 NO_PREFIX_PACKAGE_MENU_DIR="${packagemenudir}" 
    25748  
    25749 PACKAGE_MENU_DIR="${packageprefix}/${packagemenudir}" 
    25750  
    25751  
    25752  
    25753 cat >>confdefs.h <<_ACEOF 
    25754 #define PACKAGE_DATA_DIR "${packageprefix}/${packagedatadir}" 
    25755 _ACEOF 
    25756  
    25757  
    25758 cat >>confdefs.h <<_ACEOF 
    25759 #define PACKAGE_DOC_DIR "${packageprefix}/${packagedocdir}" 
    25760 _ACEOF 
    25761  
    25762  
    25763 cat >>confdefs.h <<_ACEOF 
    25764 #define PACKAGE_PIXMAPS_DIR "${packageprefix}/${packagepixmapsdir}" 
    25765 _ACEOF 
    25766  
    25767  
    25768 cat >>confdefs.h <<_ACEOF 
    25769 #define PACKAGE_HELP_DIR "${packageprefix}/${packagehelpdir}" 
    25770 _ACEOF 
    25771  
    25772  
    25773 cat >>confdefs.h <<_ACEOF 
    25774 #define PACKAGE_MENU_DIR "${packageprefix}/${packagemenudir}" 
    25775 _ACEOF 
    25776  
    25777  
    25778 cat >>confdefs.h <<_ACEOF 
    25779 #define PACKAGE_SOURCE_DIR "${packagesrcdir}" 
    25780 _ACEOF 
    25781  
    25782  
    25783  
    25784  
    25785 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/fm_input_gst/Makefile src/fm_song_db/Makefile test/Makefile" 
     20917 
     20918##PKG_CHECK_MODULES([Vamp],[vamp-sdk]) 
     20919##AC_SUBST(Vamp_CFLAGS) 
     20920##AC_SUBST(Vamp_LIBS) 
     20921 
     20922if test "x$GCC" = "xyes"; then 
     20923  case " $CXXFLAGS " in 
     20924    *[\ \       ]-fPIC\ -Wall[\ \       ]*) ;; 
     20925    *) CXXFLAGS="$CXXFLAGS -fPIC -Wall" ;; 
     20926  esac 
     20927fi 
     20928 
     20929ac_config_files="$ac_config_files Makefile include/Makefile src/Makefile" 
    2578620930 
    2578720931cat >confcache <<\_ACEOF 
     
    2586321007test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 
    2586421008 
    25865 DEFS=-DHAVE_CONFIG_H 
     21009# Transform confdefs.h into DEFS. 
     21010# Protect against shell expansion while executing Makefile rules. 
     21011# Protect against Makefile macro expansion. 
     21012# 
     21013# If the first sed substitution is executed (which looks for macros that 
     21014# take arguments), then branch to the quote section.  Otherwise, 
     21015# look for a macro that doesn't take arguments. 
     21016ac_script=' 
     21017t clear 
     21018:clear 
     21019s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g 
     21020t quote 
     21021s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g 
     21022t quote 
     21023b any 
     21024:quote 
     21025s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g 
     21026s/\[/\\&/g 
     21027s/\]/\\&/g 
     21028s/\$/$$/g 
     21029H 
     21030:any 
     21031${ 
     21032        g 
     21033        s/^\n// 
     21034        s/\n/ /g 
     21035        p 
     21036} 
     21037' 
     21038DEFS=`sed -n "$ac_script" confdefs.h` 
     21039 
    2586621040 
    2586721041ac_libobjs= 
     
    2590221076   { (exit 1); exit 1; }; } 
    2590321077fi 
    25904 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 
    25905   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 
     21078if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 
     21079  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 
    2590621080Usually this means the macro was only invoked conditionally." >&5 
    25907 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 
    25908 Usually this means the macro was only invoked conditionally." >&2;} 
    25909    { (exit 1); exit 1; }; } 
    25910 fi 
    25911 if test -z "${HAVE_ALSA_TRUE}" && test -z "${HAVE_ALSA_FALSE}"; then 
    25912   { { echo "$as_me:$LINENO: error: conditional \"HAVE_ALSA\" was never defined. 
    25913 Usually this means the macro was only invoked conditionally." >&5 
    25914 echo "$as_me: error: conditional \"HAVE_ALSA\" was never defined. 
    25915 Usually this means the macro was only invoked conditionally." >&2;} 
    25916    { (exit 1); exit 1; }; } 
    25917 fi 
    25918 if test -z "${HAVE_JACK_TRUE}" && test -z "${HAVE_JACK_FALSE}"; then 
    25919   { { echo "$as_me:$LINENO: error: conditional \"HAVE_JACK\" was never defined. 
    25920 Usually this means the macro was only invoked conditionally." >&5 
    25921 echo "$as_me: error: conditional \"HAVE_JACK\" was never defined. 
    25922 Usually this means the macro was only invoked conditionally." >&2;} 
    25923    { (exit 1); exit 1; }; } 
    25924 fi 
    25925 if test -z "${HAVE_PULSE_TRUE}" && test -z "${HAVE_PULSE_FALSE}"; then 
    25926   { { echo "$as_me:$LINENO: error: conditional \"HAVE_PULSE\" was never defined. 
    25927 Usually this means the macro was only invoked conditionally." >&5 
    25928 echo "$as_me: error: conditional \"HAVE_PULSE\" was never defined. 
     21081echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 
    2592921082Usually this means the macro was only invoked conditionally." >&2;} 
    2593021083   { (exit 1); exit 1; }; } 
     
    2623021383# values after options handling. 
    2623121384ac_log=" 
    26232 This file was extended by FreeMix Server $as_me 0.1, which was 
     21385This file was extended by RubberBand $as_me 0.1, which was 
    2623321386generated by GNU Autoconf 2.61.  Invocation command line was 
    2623421387 
     
    2624721400# Files that config.status was made for. 
    2624821401config_files="$ac_config_files" 
    26249 config_headers="$ac_config_headers" 
    2625021402config_commands="$ac_config_commands" 
    2625121403 
     
    2626621418  --file=FILE[:TEMPLATE] 
    2626721419                   instantiate the configuration file FILE 
    26268   --header=FILE[:TEMPLATE] 
    26269                    instantiate the configuration header FILE 
    2627021420 
    2627121421Configuration files: 
    2627221422$config_files 
    26273  
    26274 Configuration headers: 
    26275 $config_headers 
    2627621423 
    2627721424Configuration commands: 
     
    2628321430cat >>$CONFIG_STATUS <<_ACEOF 
    2628421431ac_cs_version="\\ 
    26285 FreeMix Server config.status 0.1 
     21432RubberBand config.status 0.1 
    2628621433configured by $0, generated by GNU Autoconf 2.61, 
    2628721434  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
     
    2632821475    CONFIG_FILES="$CONFIG_FILES $ac_optarg" 
    2632921476    ac_need_defaults=false;; 
    26330   --header | --heade | --head | --hea ) 
    26331     $ac_shift 
    26332     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 
    26333     ac_need_defaults=false;; 
    26334   --he | --h) 
    26335     # Conflict between --help and --header 
    26336     { echo "$as_me: error: ambiguous option: $1 
    26337 Try \`$0 --help' for more information." >&2 
    26338    { (exit 1); exit 1; }; };; 
    26339   --help | --hel | -h ) 
     21477  --he | --h |  --help | --hel | -h ) 
    2634021478    echo "$ac_cs_usage"; exit ;; 
    2634121479  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
     
    2638821526# 
    2638921527AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 
    26390 # Capture the value of obsolete ALL_LINGUAS because we need it to compute 
    26391     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it 
    26392     # from automake < 1.5. 
    26393     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' 
    26394     # Capture the value of LINGUAS because we need it to compute CATALOGS. 
    26395     LINGUAS="${LINGUAS-%UNSET%}" 
    26396  
    2639721528 
    2639821529_ACEOF 
     
    2640421535do 
    2640521536  case $ac_config_target in 
    26406     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 
    2640721537    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 
    26408     "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; 
    2640921538    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 
    26410     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 
     21539    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; 
    2641121540    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 
    26412     "src/fm_input_gst/Makefile") CONFIG_FILES="$CONFIG_FILES src/fm_input_gst/Makefile" ;; 
    26413     "src/fm_song_db/Makefile") CONFIG_FILES="$CONFIG_FILES src/fm_song_db/Makefile" ;; 
    26414     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; 
    2641521541 
    2641621542  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
     
    2642721553if $ac_need_defaults; then 
    2642821554  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 
    26429   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 
    2643021555  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 
    2643121556fi 
     
    2656521690AR!$AR$ac_delim 
    2656621691RANLIB!$RANLIB$ac_delim 
    26567 DLLTOOL!$DLLTOOL$ac_delim 
    26568 AS!$AS$ac_delim 
    26569 OBJDUMP!$OBJDUMP$ac_delim 
    2657021692CPP!$CPP$ac_delim 
    2657121693CXX!$CXX$ac_delim 
    2657221694CXXFLAGS!$CXXFLAGS$ac_delim 
    2657321695ac_ct_CXX!$ac_ct_CXX$ac_delim 
     21696CXXDEPMODE!$CXXDEPMODE$ac_delim 
     21697am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 
     21698am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim 
    2657421699_ACEOF 
    2657521700 
     
    2661321738for ac_last_try in false false false false false :; do 
    2661421739  cat >conf$$subs.sed <<_ACEOF 
    26615 CXXDEPMODE!$CXXDEPMODE$ac_delim 
    26616 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 
    26617 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim 
    2661821740CXXCPP!$CXXCPP$ac_delim 
    2661921741F77!$F77$ac_delim 
     
    2662121743ac_ct_F77!$ac_ct_F77$ac_delim 
    2662221744LIBTOOL!$LIBTOOL$ac_delim 
    26623 USE_NLS!$USE_NLS$ac_delim 
    26624 MSGFMT!$MSGFMT$ac_delim 
    26625 GMSGFMT!$GMSGFMT$ac_delim 
    26626 MSGFMT_015!$MSGFMT_015$ac_delim 
    26627 GMSGFMT_015!$GMSGFMT_015$ac_delim 
    26628 XGETTEXT!$XGETTEXT$ac_delim 
    26629 XGETTEXT_015!$XGETTEXT_015$ac_delim 
    26630 MSGMERGE!$MSGMERGE$ac_delim 
    26631 INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim 
    26632 LIBICONV!$LIBICONV$ac_delim 
    26633 LTLIBICONV!$LTLIBICONV$ac_delim 
    26634 INTLLIBS!$INTLLIBS$ac_delim 
    26635 LIBINTL!$LIBINTL$ac_delim 
    26636 LTLIBINTL!$LTLIBINTL$ac_delim 
    26637 POSUB!$POSUB$ac_delim 
     21745PKG_CONFIG!$PKG_CONFIG$ac_delim 
     21746SRC_CFLAGS!$SRC_CFLAGS$ac_delim 
     21747SRC_LIBS!$SRC_LIBS$ac_delim 
     21748FFTW_CFLAGS!$FFTW_CFLAGS$ac_delim 
     21749FFTW_LIBS!$FFTW_LIBS$ac_delim 
    2663821750LIBOBJS!$LIBOBJS$ac_delim 
    26639 PKG_CONFIG!$PKG_CONFIG$ac_delim 
    26640 GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim 
    26641 GLIB_LIBS!$GLIB_LIBS$ac_delim 
    26642 LIBXML_CFLAGS!$LIBXML_CFLAGS$ac_delim 
    26643 LIBXML_LIBS!$LIBXML_LIBS$ac_delim 
    26644 GSTREAMER_CFLAGS!$GSTREAMER_CFLAGS$ac_delim 
    26645 GSTREAMER_LIBS!$GSTREAMER_LIBS$ac_delim 
    26646 SAMPLERATE_CFLAGS!$SAMPLERATE_CFLAGS$ac_delim 
    26647 SAMPLERATE_LIBS!$SAMPLERATE_LIBS$ac_delim 
    26648 RGC_SERVER_CFLAGS!$RGC_SERVER_CFLAGS$ac_delim 
    26649 RGC_SERVER_LIBS!$RGC_SERVER_LIBS$ac_delim 
    26650 RGC_CLIENT_CFLAGS!$RGC_CLIENT_CFLAGS$ac_delim 
    26651 RGC_CLIENT_LIBS!$RGC_CLIENT_LIBS$ac_delim 
    26652 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim 
    26653 ALSA_LIBS!$ALSA_LIBS$ac_delim 
    26654 HAVE_ALSA_TRUE!$HAVE_ALSA_TRUE$ac_delim 
    26655 HAVE_ALSA_FALSE!$HAVE_ALSA_FALSE$ac_delim 
    26656 JACK_CFLAGS!$JACK_CFLAGS$ac_delim 
    26657 JACK_LIBS!$JACK_LIBS$ac_delim 
    26658 HAVE_JACK_TRUE!$HAVE_JACK_TRUE$ac_delim 
    26659 HAVE_JACK_FALSE!$HAVE_JACK_FALSE$ac_delim 
    26660 PULSE_CFLAGS!$PULSE_CFLAGS$ac_delim 
    26661 PULSE_LIBS!$PULSE_LIBS$ac_delim 
    26662 HAVE_PULSE_TRUE!$HAVE_PULSE_TRUE$ac_delim 
    26663 HAVE_PULSE_FALSE!$HAVE_PULSE_FALSE$ac_delim 
    26664 NO_PREFIX_PACKAGE_DATA_DIR!$NO_PREFIX_PACKAGE_DATA_DIR$ac_delim 
    26665 PACKAGE_DATA_DIR!$PACKAGE_DATA_DIR$ac_delim 
    26666 NO_PREFIX_PACKAGE_DOC_DIR!$NO_PREFIX_PACKAGE_DOC_DIR$ac_delim 
    26667 PACKAGE_DOC_DIR!$PACKAGE_DOC_DIR$ac_delim 
    26668 NO_PREFIX_PACKAGE_PIXMAPS_DIR!$NO_PREFIX_PACKAGE_PIXMAPS_DIR$ac_delim 
    26669 PACKAGE_PIXMAPS_DIR!$PACKAGE_PIXMAPS_DIR$ac_delim 
    26670 NO_PREFIX_PACKAGE_HELP_DIR!$NO_PREFIX_PACKAGE_HELP_DIR$ac_delim 
    26671 PACKAGE_HELP_DIR!$PACKAGE_HELP_DIR$ac_delim 
    26672 NO_PREFIX_PACKAGE_MENU_DIR!$NO_PREFIX_PACKAGE_MENU_DIR$ac_delim 
    26673 PACKAGE_MENU_DIR!$PACKAGE_MENU_DIR$ac_delim 
    2667421751LTLIBOBJS!$LTLIBOBJS$ac_delim 
    2667521752_ACEOF 
    2667621753 
    26677   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 60; then 
     21754  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then 
    2667821755    break 
    2667921756  elif $ac_last_try; then 
     
    2673221809 
    2673321810 
    26734 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS 
     21811for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS 
    2673521812do 
    2673621813  case $ac_tag in 
     
    2697822055  esac 
    2697922056 ;; 
    26980   :H) 
    26981   # 
    26982   # CONFIG_HEADER 
    26983   # 
    26984 _ACEOF 
    26985  
    26986 # Transform confdefs.h into a sed script `conftest.defines', that 
    26987 # substitutes the proper values into config.h.in to produce config.h. 
    26988 rm -f conftest.defines conftest.tail 
    26989 # First, append a space to every undef/define line, to ease matching. 
    26990 echo 's/$/ /' >conftest.defines 
    26991 # Then, protect against being on the right side of a sed subst, or in 
    26992 # an unquoted here document, in config.status.  If some macros were 
    26993 # called several times there might be several #defines for the same 
    26994 # symbol, which is useless.  But do not sort them, since the last 
    26995 # AC_DEFINE must be honored. 
    26996 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
    26997 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 
    26998 # NAME is the cpp macro being defined, VALUE is the value it is being given. 
    26999 # PARAMS is the parameter list in the macro definition--in most cases, it's 
    27000 # just an empty string. 
    27001 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*' 
    27002 ac_dB='\\)[      (].*,\\1define\\2' 
    27003 ac_dC=' ' 
    27004 ac_dD=' ,' 
    27005  
    27006 uniq confdefs.h | 
    27007   sed -n ' 
    27008         t rset 
    27009         :rset 
    27010         s/^[     ]*#[    ]*define[       ][      ]*// 
    27011         t ok 
    27012         d 
    27013         :ok 
    27014         s/[\\&,]/\\&/g 
    27015         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 
    27016         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 
    27017   ' >>conftest.defines 
    27018  
    27019 # Remove the space that was appended to ease matching. 
    27020 # Then replace #undef with comments.  This is necessary, for 
    27021 # example, in the case of _POSIX_SOURCE, which is predefined and required 
    27022 # on some systems where configure will not decide to define it. 
    27023 # (The regexp can be short, since the line contains either #define or #undef.) 
    27024 echo 's/ $// 
    27025 s,^[     #]*u.*,/* & */,' >>conftest.defines 
    27026  
    27027 # Break up conftest.defines: 
    27028 ac_max_sed_lines=50 
    27029  
    27030 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1" 
    27031 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2" 
    27032 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1" 
    27033 # et cetera. 
    27034 ac_in='$ac_file_inputs' 
    27035 ac_out='"$tmp/out1"' 
    27036 ac_nxt='"$tmp/out2"' 
    27037  
    27038 while : 
    27039 do 
    27040   # Write a here document: 
    27041     cat >>$CONFIG_STATUS <<_ACEOF 
    27042     # First, check the format of the line: 
    27043     cat >"\$tmp/defines.sed" <<\\CEOF 
    27044 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def 
    27045 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def 
    27046 b 
    27047 :def 
    27048 _ACEOF 
    27049   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 
    27050   echo 'CEOF 
    27051     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 
    27052   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 
    27053   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 
    27054   grep . conftest.tail >/dev/null || break 
    27055   rm -f conftest.defines 
    27056   mv conftest.tail conftest.defines 
    27057 done 
    27058 rm -f conftest.defines conftest.tail 
    27059  
    27060 echo "ac_result=$ac_in" >>$CONFIG_STATUS 
    27061 cat >>$CONFIG_STATUS <<\_ACEOF 
    27062   if test x"$ac_file" != x-; then 
    27063     echo "/* $configure_input  */" >"$tmp/config.h" 
    27064     cat "$ac_result" >>"$tmp/config.h" 
    27065     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 
    27066       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 
    27067 echo "$as_me: $ac_file is unchanged" >&6;} 
    27068     else 
    27069       rm -f $ac_file 
    27070       mv "$tmp/config.h" $ac_file 
    27071     fi 
    27072   else 
    27073     echo "/* $configure_input  */" 
    27074     cat "$ac_result" 
    27075   fi 
    27076   rm -f "$tmp/out12" 
    27077 # Compute $ac_file's index in $config_headers. 
    27078 _am_stamp_count=1 
    27079 for _am_header in $config_headers :; do 
    27080   case $_am_header in 
    27081     $ac_file | $ac_file:* ) 
    27082       break ;; 
    27083     * ) 
    27084       _am_stamp_count=`expr $_am_stamp_count + 1` ;; 
    27085   esac 
    27086 done 
    27087 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 
    27088 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    27089          X$ac_file : 'X\(//\)[^/]' \| \ 
    27090          X$ac_file : 'X\(//\)$' \| \ 
    27091          X$ac_file : 'X\(/\)' \| . 2>/dev/null || 
    27092 echo X$ac_file | 
    27093     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    27094             s//\1/ 
    27095             q 
    27096           } 
    27097           /^X\(\/\/\)[^/].*/{ 
    27098             s//\1/ 
    27099             q 
    27100           } 
    27101           /^X\(\/\/\)$/{ 
    27102             s//\1/ 
    27103             q 
    27104           } 
    27105           /^X\(\/\).*/{ 
    27106             s//\1/ 
    27107             q 
    27108           } 
    27109           s/.*/./; q'`/stamp-h$_am_stamp_count 
    27110  ;; 
     22057 
    2711122058 
    2711222059  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5 
     
    2724122188done 
    2724222189 ;; 
    27243     "po-directories":C) 
    27244     for ac_file in $CONFIG_FILES; do 
    27245       # Support "outfile[:infile[:infile...]]" 
    27246       case "$ac_file" in 
    27247         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 
    27248       esac 
    27249       # PO directories have a Makefile.in generated from Makefile.in.in. 
    27250       case "$ac_file" in */Makefile.in) 
    27251         # Adjust a relative srcdir. 
    27252         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` 
    27253         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" 
    27254         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` 
    27255         # In autoconf-2.13 it is called $ac_given_srcdir. 
    27256         # In autoconf-2.50 it is called $srcdir. 
    27257         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" 
    27258         case "$ac_given_srcdir" in 
    27259           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; 
    27260           /*) top_srcdir="$ac_given_srcdir" ;; 
    27261           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;; 
    27262         esac 
    27263         # Treat a directory as a PO directory if and only if it has a 
    27264         # POTFILES.in file. This allows packages to have multiple PO 
    27265         # directories under different names or in different locations. 
    27266         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then 
    27267           rm -f "$ac_dir/POTFILES" 
    27268           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" 
    27269           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" 
    27270           POMAKEFILEDEPS="POTFILES.in" 
    27271           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend 
    27272           # on $ac_dir but don't depend on user-specified configuration 
    27273           # parameters. 
    27274           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then 
    27275             # The LINGUAS file contains the set of available languages. 
    27276             if test -n "$OBSOLETE_ALL_LINGUAS"; then 
    27277               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" 
    27278             fi 
    27279             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` 
    27280             # Hide the ALL_LINGUAS assigment from automake < 1.5. 
    27281             eval 'ALL_LINGUAS''=$ALL_LINGUAS_' 
    27282             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" 
    27283           else 
    27284             # The set of available languages was given in configure.in. 
    27285             # Hide the ALL_LINGUAS assigment from automake < 1.5. 
    27286             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' 
    27287           fi 
    27288           # Compute POFILES 
    27289           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) 
    27290           # Compute UPDATEPOFILES 
    27291           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) 
    27292           # Compute DUMMYPOFILES 
    27293           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop) 
    27294           # Compute GMOFILES 
    27295           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) 
    27296           case "$ac_given_srcdir" in 
    27297             .) srcdirpre= ;; 
    27298             *) srcdirpre='$(srcdir)/' ;; 
    27299           esac 
    27300           POFILES= 
    27301           UPDATEPOFILES= 
    27302           DUMMYPOFILES= 
    27303           GMOFILES= 
    27304           for lang in $ALL_LINGUAS; do 
    27305             POFILES="$POFILES $srcdirpre$lang.po" 
    27306             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" 
    27307             DUMMYPOFILES="$DUMMYPOFILES $lang.nop" 
    27308             GMOFILES="$GMOFILES $srcdirpre$lang.gmo" 
    27309           done 
    27310           # CATALOGS depends on both $ac_dir and the user's LINGUAS 
    27311           # environment variable. 
    27312           INST_LINGUAS= 
    27313           if test -n "$ALL_LINGUAS"; then 
    27314             for presentlang in $ALL_LINGUAS; do 
    27315               useit=no 
    27316               if test "%UNSET%" != "$LINGUAS"; then 
    27317                 desiredlanguages="$LINGUAS" 
    27318               else 
    27319                 desiredlanguages="$ALL_LINGUAS" 
    27320               fi 
    27321               for desiredlang in $desiredlanguages; do 
    27322                 # Use the presentlang catalog if desiredlang is 
    27323                 #   a. equal to presentlang, or 
    27324                 #   b. a variant of presentlang (because in this case, 
    27325                 #      presentlang can be used as a fallback for messages 
    27326                 #      which are not translated in the desiredlang catalog). 
    27327                 case "$desiredlang" in 
    27328                   "$presentlang"*) useit=yes;; 
    27329                 esac 
    27330               done 
    27331               if test $useit = yes; then 
    27332                 INST_LINGUAS="$INST_LINGUAS $presentlang" 
    27333               fi 
    27334             done 
    27335           fi 
    27336           CATALOGS= 
    27337           if test -n "$INST_LINGUAS"; then 
    27338             for lang in $INST_LINGUAS; do 
    27339               CATALOGS="$CATALOGS $lang.gmo" 
    27340             done 
    27341           fi 
    27342           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" 
    27343           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" 
    27344           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do 
    27345             if test -f "$f"; then 
    27346               case "$f" in 
    27347                 *.orig | *.bak | *~) ;; 
    27348                 *) cat "$f" >> "$ac_dir/Makefile" ;; 
    27349               esac 
    27350             fi 
    27351           done 
    27352         fi 
    27353         ;; 
    27354       esac 
    27355     done ;; 
    2735622190 
    2735722191  esac 
     
    2738722221 
    2738822222 
    27389  
    27390  
    27391 # Configuration summary 
    27392 echo "" 
    27393 echo "" 
    27394 echo "Optional components:" 
    27395 if test "$got_jack" = "yes"; then 
    27396 echo "        JACK output plugin:       yes" 
    27397 else 
    27398 echo "        JACK output plugin:       no" 
    27399 fi 
    27400 if test "$got_alsa" = "yes"; then 
    27401 echo "        ALSA output plugin:       yes" 
    27402 else 
    27403 echo "        ALSA output plugin:       no" 
    27404 fi 
    27405 if test "$got_pulse" = "yes"; then 
    27406 echo "        PulseAudio output plugin: yes" 
    27407 else 
    27408 echo "        PulseAudio output plugin: no" 
    27409 fi 
    27410 echo "" 
    27411 echo "Build options:" 
    27412 echo "        CFLAGS: ${CFLAGS}" 
    27413 echo "" 
    27414 echo "Installation options:" 
    27415 echo "        fm_server will be installed to ${prefix}" 
    27416 echo "" 
    27417  
  • trunk/rubberband/src/Makefile.in

    r224 r234  
    3333build_triplet = @build@ 
    3434host_triplet = @host@ 
    35 subdir = src/fm_song_db 
     35subdir = src 
    3636DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
    3737ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    38 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 
    39         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 
    40         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 
    41         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 
    42         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 
    43         $(top_srcdir)/configure.ac 
     38am__aclocal_m4_deps = $(top_srcdir)/configure.ac 
    4439am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 
    4540        $(ACLOCAL_M4) 
    46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 
    47 CONFIG_HEADER = $(top_builddir)/config.h 
     41mkinstalldirs = $(install_sh) -d 
    4842CONFIG_CLEAN_FILES = 
    49 LTLIBRARIES = $(noinst_LTLIBRARIES) 
    50 am__DEPENDENCIES_1 = 
    51 libfm_song_db_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ 
    52         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 
    53 am_libfm_song_db_la_OBJECTS = fm_song_db.lo fm_xml_db.lo 
    54 libfm_song_db_la_OBJECTS = $(am_libfm_song_db_la_OBJECTS) 
    55 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 
     43am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
     44am__vpath_adj = case $$p in \ 
     45    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 
     46    *) f=$$p;; \ 
     47  esac; 
     48am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 
     49am__installdirs = "$(DESTDIR)$(libdir)" 
     50libLTLIBRARIES_INSTALL = $(INSTALL) 
     51LTLIBRARIES = $(lib_LTLIBRARIES) 
     52librubberband_la_LIBADD = 
     53am_librubberband_la_OBJECTS = RubberBandStretcher.lo \ 
     54        ConstantAudioCurve.lo HighFrequencyAudioCurve.lo \ 
     55        PercussiveAudioCurve.lo AudioCurve.lo Resampler.lo \ 
     56        SpectralDifferenceAudioCurve.lo StretchCalculator.lo \ 
     57        StretcherImpl.lo StretcherProcess.lo StretcherChannelData.lo \ 
     58        FFT.lo Thread.lo sysutils.lo 
     59librubberband_la_OBJECTS = $(am_librubberband_la_OBJECTS) 
     60librubberband_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 
     61        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 
     62        $(CXXFLAGS) $(librubberband_la_LDFLAGS) $(LDFLAGS) -o $@ 
     63DEFAULT_INCLUDES = -I.@am__isrc@ 
    5664depcomp = $(SHELL) $(top_srcdir)/depcomp 
    5765am__depfiles_maybe = depfiles 
     66CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 
     67        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 
     68LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 
     69        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 
     70        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 
     71CXXLD = $(CXX) 
     72CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 
     73        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 
     74        $(LDFLAGS) -o $@ 
    5875COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 
    5976        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 
     
    6582        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 
    6683        $(LDFLAGS) -o $@ 
    67 SOURCES = $(libfm_song_db_la_SOURCES) 
    68 DIST_SOURCES = $(libfm_song_db_la_SOURCES) 
     84SOURCES = $(librubberband_la_SOURCES) 
     85DIST_SOURCES = $(librubberband_la_SOURCES) 
    6986ETAGS = etags 
    7087CTAGS = ctags 
    7188DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 
    7289ACLOCAL = @ACLOCAL@ 
    73 ALSA_CFLAGS = @ALSA_CFLAGS@ 
    74 ALSA_LIBS = @ALSA_LIBS@ 
    7590AMTAR = @AMTAR@ 
    7691AR = @AR@ 
    77 AS = @AS@ 
    7892AUTOCONF = @AUTOCONF@ 
    7993AUTOHEADER = @AUTOHEADER@ 
     
    92106DEFS = @DEFS@ 
    93107DEPDIR = @DEPDIR@ 
    94 DLLTOOL = @DLLTOOL@ 
    95108ECHO = @ECHO@ 
    96109ECHO_C = @ECHO_C@ 
     
    101114F77 = @F77@ 
    102115FFLAGS = @FFLAGS@ 
    103 GLIB_CFLAGS = @GLIB_CFLAGS@ 
    104 GLIB_LIBS = @GLIB_LIBS@ 
    105 GMSGFMT = @GMSGFMT@ 
    106 GMSGFMT_015 = @GMSGFMT_015@ 
     116FFTW_CFLAGS = @FFTW_CFLAGS@ 
     117FFTW_LIBS = @FFTW_LIBS@ 
    107118GREP = @GREP@ 
    108 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@ 
    109 GSTREAMER_LIBS = @GSTREAMER_LIBS@ 
    110119INSTALL = @INSTALL@ 
    111120INSTALL_DATA = @INSTALL_DATA@ 
     
    113122INSTALL_SCRIPT = @INSTALL_SCRIPT@ 
    114123INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 
    115 INTLLIBS = @INTLLIBS@ 
    116 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 
    117 JACK_CFLAGS = @JACK_CFLAGS@ 
    118 JACK_LIBS = @JACK_LIBS@ 
    119124LDFLAGS = @LDFLAGS@ 
    120 LIBICONV = @LIBICONV@ 
    121 LIBINTL = @LIBINTL@ 
    122125LIBOBJS = @LIBOBJS@ 
    123126LIBS = @LIBS@ 
    124127LIBTOOL = @LIBTOOL@ 
    125 LIBXML_CFLAGS = @LIBXML_CFLAGS@ 
    126 LIBXML_LIBS = @LIBXML_LIBS@ 
    127128LN_S = @LN_S@ 
    128 LTLIBICONV = @LTLIBICONV@ 
    129 LTLIBINTL = @LTLIBINTL@ 
    130129LTLIBOBJS = @LTLIBOBJS@ 
    131130MAKEINFO = @MAKEINFO@ 
    132131MKDIR_P = @MKDIR_P@ 
    133 MSGFMT = @MSGFMT@ 
    134 MSGFMT_015 = @MSGFMT_015@ 
    135 MSGMERGE = @MSGMERGE@ 
    136 NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@ 
    137 NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@ 
    138 NO_PREFIX_PACKAGE_HELP_DIR = @NO_PREFIX_PACKAGE_HELP_DIR@ 
    139 NO_PREFIX_PACKAGE_MENU_DIR = @NO_PREFIX_PACKAGE_MENU_DIR@ 
    140 NO_PREFIX_PACKAGE_PIXMAPS_DIR = @NO_PREFIX_PACKAGE_PIXMAPS_DIR@ 
    141 OBJDUMP = @OBJDUMP@ 
    142132OBJEXT = @OBJEXT@ 
    143133PACKAGE = @PACKAGE@ 
    144134PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 
    145 PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@ 
    146 PACKAGE_DOC_DIR = @PACKAGE_DOC_DIR@ 
    147 PACKAGE_HELP_DIR = @PACKAGE_HELP_DIR@ 
    148 PACKAGE_MENU_DIR = @PACKAGE_MENU_DIR@ 
    149135PACKAGE_NAME = @PACKAGE_NAME@ 
    150 PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@ 
    151136PACKAGE_STRING = @PACKAGE_STRING@ 
    152137PACKAGE_TARNAME = @PACKAGE_TARNAME@ 
     
    154139PATH_SEPARATOR = @PATH_SEPARATOR@ 
    155140PKG_CONFIG = @PKG_CONFIG@ 
    156 POSUB = @POSUB@ 
    157 PULSE_CFLAGS = @PULSE_CFLAGS@ 
    158 PULSE_LIBS = @PULSE_LIBS@ 
    159141RANLIB = @RANLIB@ 
    160 RGC_CLIENT_CFLAGS = @RGC_CLIENT_CFLAGS@ 
    161 RGC_CLIENT_LIBS = @RGC_CLIENT_LIBS@ 
    162 RGC_SERVER_CFLAGS = @RGC_SERVER_CFLAGS@ 
    163 RGC_SERVER_LIBS = @RGC_SERVER_LIBS@ 
    164 SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@ 
    165 SAMPLERATE_LIBS = @SAMPLERATE_LIBS@ 
    166142SED = @SED@ 
    167143SET_MAKE = @SET_MAKE@ 
    168144SHELL = @SHELL@ 
     145SRC_CFLAGS = @SRC_CFLAGS@ 
     146SRC_LIBS = @SRC_LIBS@ 
    169147STRIP = @STRIP@ 
    170 USE_NLS = @USE_NLS@ 
    171148VERSION = @VERSION@ 
    172 XGETTEXT = @XGETTEXT@ 
    173 XGETTEXT_015 = @XGETTEXT_015@ 
    174149abs_builddir = @abs_builddir@ 
    175150abs_srcdir = @abs_srcdir@ 
     
    223198top_builddir = @top_builddir@ 
    224199top_srcdir = @top_srcdir@ 
    225 AM_CPPFLAGS = \ 
    226         $(GLIB_CFLAGS) \ 
    227         $(LIBXML_CFLAGS) \ 
    228         $(RGC_SERVER_CFLAGS) 
    229  
    230 noinst_LTLIBRARIES = libfm_song_db.la 
    231 libfm_song_db_la_SOURCES = \ 
    232         fm_song_db.c \ 
    233         fm_song_db.h \ 
    234         fm_xml_db.c \ 
    235         fm_xml_db.h 
    236  
    237 libfm_song_db_la_LIBADD = \ 
    238         $(GLIB_LIBS) \ 
    239         $(LIBXML_LIBS) \ 
    240         $(RGC_SERVER_LIBS) 
     200AM_CPPFLAGS = -DFFTW_DOUBLE_ONLY $(SRC_CFLAGS) $(FFTW_CFLAGS) $(OPTFLAGS) -I$(srcdir)/../include 
     201lib_LTLIBRARIES = librubberband.la 
     202librubberband_la_LDFLAGS = -lpthread 
     203librubberband_la_SOURCES = \ 
     204        AudioCurve.h \ 
     205        ConstantAudioCurve.h \ 
     206        FFT.h \ 
     207        HighFrequencyAudioCurve.h \ 
     208        PercussiveAudioCurve.h \ 
     209        Resampler.h \ 
     210        RingBuffer.h \ 
     211        Scavenger.h \ 
     212        SpectralDifferenceAudioCurve.h \ 
     213        StretchCalculator.h \ 
     214        StretcherImpl.h \ 
     215        StretcherChannelData.h \ 
     216        Thread.h \ 
     217        Window.h \ 
     218        sysutils.h \ 
     219        RubberBandStretcher.cpp \ 
     220        ConstantAudioCurve.cpp \ 
     221        HighFrequencyAudioCurve.cpp \ 
     222        PercussiveAudioCurve.cpp \ 
     223        AudioCurve.cpp \ 
     224        Resampler.cpp \ 
     225        SpectralDifferenceAudioCurve.cpp \ 
     226        StretchCalculator.cpp \ 
     227        StretcherImpl.cpp \ 
     228        StretcherProcess.cpp \ 
     229        StretcherChannelData.cpp \ 
     230        FFT.cpp \ 
     231        Thread.cpp \ 
     232        sysutils.cpp 
    241233 
    242234all: all-am 
    243235 
    244236.SUFFIXES: 
    245 .SUFFIXES: .c .lo .o .obj 
     237.SUFFIXES: .cpp .lo .o .obj 
    246238$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) 
    247239        @for dep in $?; do \ 
     
    253245          esac; \ 
    254246        done; \ 
    255         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/fm_song_db/Makefile'; \ 
     247        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \ 
    256248        cd $(top_srcdir) && \ 
    257           $(AUTOMAKE) --gnu  src/fm_song_db/Makefile 
     249          $(AUTOMAKE) --gnu  src/Makefile 
    258250.PRECIOUS: Makefile 
    259251Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 
     
    273265$(ACLOCAL_M4):  $(am__aclocal_m4_deps) 
    274266        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
    275  
    276 clean-noinstLTLIBRARIES: 
    277         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 
    278         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 
     267install-libLTLIBRARIES: $(lib_LTLIBRARIES) 
     268        @$(NORMAL_INSTALL) 
     269        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 
     270        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 
     271          if test -f $$p; then \ 
     272            f=$(am__strip_dir) \ 
     273            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 
     274            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 
     275          else :; fi; \ 
     276        done 
     277 
     278uninstall-libLTLIBRARIES: 
     279        @$(NORMAL_UNINSTALL) 
     280        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 
     281          p=$(am__strip_dir) \ 
     282          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 
     283          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 
     284        done 
     285 
     286clean-libLTLIBRARIES: 
     287        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 
     288        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 
    279289          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 
    280290          test "$$dir" != "$$p" || dir=.; \ 
     
    282292          rm -f "$${dir}/so_locations"; \ 
    283293        done 
    284 libfm_song_db.la: $(libfm_song_db_la_OBJECTS) $(libfm_song_db_la_DEPENDENCIES)  
    285         $(LINK)  $(libfm_song_db_la_OBJECTS) $(libfm_song_db_la_LIBADD) $(LIBS) 
     294librubberband.la: $(librubberband_la_OBJECTS) $(librubberband_la_DEPENDENCIES)  
     295        $(librubberband_la_LINK) -rpath $(libdir) $(librubberband_la_OBJECTS) $(librubberband_la_LIBADD) $(LIBS) 
    286296 
    287297mostlyclean-compile: 
     
    291301        -rm -f *.tab.c 
    292302 
    293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fm_song_db.Plo@am__quote@ 
    294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fm_xml_db.Plo@am__quote@ 
    295  
    296 .c.o: 
    297 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
    298 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
    299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 
    300 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 
    301 @am__fastdepCC_FALSE@   $(COMPILE) -c $< 
    302  
    303 .c.obj: 
    304 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 
    305 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
    306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 
    307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 
    308 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'` 
    309  
    310 .c.lo: 
    311 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
    312 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 
    313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 
    314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 
    315 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $< 
     303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AudioCurve.Plo@am__quote@ 
     304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConstantAudioCurve.Plo@am__quote@ 
     305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FFT.Plo@am__quote@ 
     306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HighFrequencyAudioCurve.Plo@am__quote@ 
     307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PercussiveAudioCurve.Plo@am__quote@ 
     308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Resampler.Plo@am__quote@ 
     309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RubberBandStretcher.Plo@am__quote@ 
     310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SpectralDifferenceAudioCurve.Plo@am__quote@ 
     311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StretchCalculator.Plo@am__quote@ 
     312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StretcherChannelData.Plo@am__quote@ 
     313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StretcherImpl.Plo@am__quote@ 
     314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StretcherProcess.Plo@am__quote@ 
     315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Thread.Plo@am__quote@ 
     316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysutils.Plo@am__quote@ 
     317 
     318.cpp.o: 
     319@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
     320@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
     321@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 
     322@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 
     323@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $< 
     324 
     325.cpp.obj: 
     326@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 
     327@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 
     328@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 
     329@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 
     330@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 
     331 
     332.cpp.lo: 
     333@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 
     334@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 
     335@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 
     336@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 
     337@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $< 
    316338 
    317339mostlyclean-libtool: 
     
    399421all-am: Makefile $(LTLIBRARIES) 
    400422installdirs: 
     423        for dir in "$(DESTDIR)$(libdir)"; do \ 
     424          test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 
     425        done 
    401426install: install-am 
    402427install-exec: install-exec-am 
     
    425450clean: clean-am 
    426451 
    427 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 
     452clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 
    428453        mostlyclean-am 
    429454 
     
    448473install-dvi: install-dvi-am 
    449474 
    450 install-exec-am: 
     475install-exec-am: install-libLTLIBRARIES 
    451476 
    452477install-html: install-html-am 
     
    480505ps-am: 
    481506 
    482 uninstall-am: 
     507uninstall-am: uninstall-libLTLIBRARIES 
    483508 
    484509.MAKE: install-am install-strip 
    485510 
    486511.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 
    487         clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 
     512        clean-libLTLIBRARIES clean-libtool ctags distclean \ 
    488513        distclean-compile distclean-generic distclean-libtool \ 
    489514        distclean-tags distdir dvi dvi-am html html-am info info-am \ 
    490515        install install-am install-data install-data-am install-dvi \ 
    491516        install-dvi-am install-exec install-exec-am install-html \ 
    492         install-html-am install-info install-info-am install-man \ 
    493         install-pdf install-pdf-am install-ps install-ps-am \ 
    494         install-strip installcheck installcheck-am installdirs \ 
    495         maintainer-clean maintainer-clean-generic mostlyclean \ 
    496         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 
    497         pdf pdf-am ps ps-am tags uninstall uninstall-am 
     517        install-html-am install-info install-info-am \ 
     518        install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 
     519        install-ps install-ps-am install-strip installcheck \ 
     520        installcheck-am installdirs maintainer-clean \ 
     521        maintainer-clean-generic mostlyclean mostlyclean-compile \ 
     522        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 
     523        tags uninstall uninstall-am uninstall-libLTLIBRARIES 
    498524 
    499525# Tell versions [3.59,3.63) of GNU make to not export all variables.