Changeset 123b3214ec0802b2c8d1ce6c693dd3b79e1ada31

Show
Ignore:
Timestamp:
07/08/02 23:36:56 (6 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1028756216 +0000
git-parent:

[cd7a6631a91eee7a22259923d88f94a043f82f7d]

git-author:
Christophe Massiot <massiot@videolan.org> 1028756216 +0000
Message:

Audio output 3. Expect major breakages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile

    r66c62b4 r123b321  
    2323INPUT := input input_ext-plugins input_ext-dec input_ext-intf input_dec input_programs input_clock input_info 
    2424VIDEO_OUTPUT := video_output video_text vout_pictures vout_subpictures 
    25 AUDIO_OUTPUT := audio_output aout_ext-dec aout_pcm aout_spdif 
     25AUDIO_OUTPUT := audio_output filters input mixer output 
    2626MISC := mtime modules threads cpu configuration netutils iso_lang messages objects extras 
    2727 
  • bootstrap.sh

    r66c62b4 r123b321  
    22 
    33##  bootstrap.sh file for vlc, the VideoLAN Client 
    4 ##  $Id: bootstrap.sh,v 1.9 2002/08/07 00:29:36 sam Exp $ 
     4##  $Id: bootstrap.sh,v 1.10 2002/08/07 21:36:55 massiot Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    7474for file in gnome_interface.c gtk_interface.c 
    7575do 
    76 if grep -q "DO NOT EDIT THIS FILE" modules/gui/gtk/$file 
     76if grep "DO NOT EDIT THIS FILE" modules/gui/gtk/$file 2>&1 > /dev/null 
    7777then 
    7878    rm -f /tmp/$$.$file.bak 
     
    9898 
    9999file=gtk_support.h 
    100 if grep -q "DO NOT EDIT THIS FILE" modules/gui/gtk/$file 
     100if grep "DO NOT EDIT THIS FILE" modules/gui/gtk/$file 2>&1 > /dev/null 
    101101then 
    102102    rm -f /tmp/$$.$file.bak 
  • configure

    r66c62b4 r123b321  
    8080  --enable-mp4            MP4 demux module (default disabled)" 
    8181ac_help="$ac_help 
    82   --enable-a52            AC3 support with liba52 (default enabled)" 
     82  --enable-a52            A/52 support with liba52 (default enabled)" 
     83ac_help="$ac_help 
     84    --with-a52=PATH       a52 headers and libraries" 
    8385ac_help="$ac_help 
    8486    --with-a52-tree=PATH  a52dec tree for static linking " 
     
    120122Audio plugins:" 
    121123ac_help="$ac_help 
    122   --enable-dsp            Linux /dev/dsp support (enabled on Linux)" 
     124  --enable-oss            Linux OSS /dev/dsp support (enabled on Linux)" 
    123125ac_help="$ac_help 
    124126  --enable-esd            Esound library support (default disabled)" 
     
    733735 
    734736echo $ac_n "checking host system type""... $ac_c" 1>&6 
    735 echo "configure:736: checking host system type" >&5 
     737echo "configure:738: checking host system type" >&5 
    736738 
    737739host_alias=$host 
     
    754756 
    755757echo $ac_n "checking target system type""... $ac_c" 1>&6 
    756 echo "configure:757: checking target system type" >&5 
     758echo "configure:759: checking target system type" >&5 
    757759 
    758760target_alias=$target 
     
    772774 
    773775echo $ac_n "checking build system type""... $ac_c" 1>&6 
    774 echo "configure:775: checking build system type" >&5 
     776echo "configure:777: checking build system type" >&5 
    775777 
    776778build_alias=$build 
     
    806808 
    807809echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
    808 echo "configure:809: checking whether ${MAKE-make} sets \${MAKE}" >&5 
     810echo "configure:811: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    809811set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 
    810812if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
     
    835837set dummy gcc; ac_word=$2 
    836838echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    837 echo "configure:838: checking for $ac_word" >&5 
     839echo "configure:840: checking for $ac_word" >&5 
    838840if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    839841  echo $ac_n "(cached) $ac_c" 1>&6 
     
    865867set dummy cc; ac_word=$2 
    866868echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    867 echo "configure:868: checking for $ac_word" >&5 
     869echo "configure:870: checking for $ac_word" >&5 
    868870if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    869871  echo $ac_n "(cached) $ac_c" 1>&6 
     
    916918set dummy cl; ac_word=$2 
    917919echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    918 echo "configure:919: checking for $ac_word" >&5 
     920echo "configure:921: checking for $ac_word" >&5 
    919921if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    920922  echo $ac_n "(cached) $ac_c" 1>&6 
     
    948950 
    949951echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
    950 echo "configure:951: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
     952echo "configure:953: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
    951953 
    952954ac_ext=c 
     
    959961cat > conftest.$ac_ext << EOF 
    960962 
    961 #line 962 "configure" 
     963#line 964 "configure" 
    962964#include "confdefs.h" 
    963965 
    964966main(){return(0);} 
    965967EOF 
    966 if { (eval echo configure:967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     968if { (eval echo configure:969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    967969  ac_cv_prog_cc_works=yes 
    968970  # If we can't run a trivial program, we are probably using a cross compiler. 
     
    990992fi 
    991993echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
    992 echo "configure:993: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
     994echo "configure:995: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
    993995echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
    994996cross_compiling=$ac_cv_prog_cc_cross 
    995997 
    996998echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
    997 echo "configure:998: checking whether we are using GNU C" >&5 
     999echo "configure:1000: checking whether we are using GNU C" >&5 
    9981000if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
    9991001  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10041006#endif 
    10051007EOF 
    1006 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
     1008if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
    10071009  ac_cv_prog_gcc=yes 
    10081010else 
     
    10231025CFLAGS= 
    10241026echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
    1025 echo "configure:1026: checking whether ${CC-cc} accepts -g" >&5 
     1027echo "configure:1028: checking whether ${CC-cc} accepts -g" >&5 
    10261028if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
    10271029  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10551057 
    10561058echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
    1057 echo "configure:1058: checking how to run the C preprocessor" >&5 
     1059echo "configure:1060: checking how to run the C preprocessor" >&5 
    10581060# On Suns, sometimes $CPP names a directory. 
    10591061if test -n "$CPP" && test -d "$CPP"; then 
     
    10701072  # not just through cpp. 
    10711073  cat > conftest.$ac_ext <<EOF 
    1072 #line 1073 "configure" 
     1074#line 1075 "configure" 
    10731075#include "confdefs.h" 
    10741076#include <assert.h> 
     
    10761078EOF 
    10771079ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1078 { (eval echo configure:1079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1080{ (eval echo configure:1081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    10791081ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    10801082if test -z "$ac_err"; then 
     
    10871089  CPP="${CC-cc} -E -traditional-cpp" 
    10881090  cat > conftest.$ac_ext <<EOF 
    1089 #line 1090 "configure" 
     1091#line 1092 "configure" 
    10901092#include "confdefs.h" 
    10911093#include <assert.h> 
     
    10931095EOF 
    10941096ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1095 { (eval echo configure:1096: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1097{ (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    10961098ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    10971099if test -z "$ac_err"; then 
     
    11041106  CPP="${CC-cc} -nologo -E" 
    11051107  cat > conftest.$ac_ext <<EOF 
    1106 #line 1107 "configure" 
     1108#line 1109 "configure" 
    11071109#include "confdefs.h" 
    11081110#include <assert.h> 
     
    11101112EOF 
    11111113ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1112 { (eval echo configure:1113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1114{ (eval echo configure:1115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    11131115ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    11141116if test -z "$ac_err"; then 
     
    11441146set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    11451147echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1146 echo "configure:1147: checking for $ac_word" >&5 
     1148echo "configure:1149: checking for $ac_word" >&5 
    11471149if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    11481150  echo $ac_n "(cached) $ac_c" 1>&6 
     
    11761178set dummy ranlib; ac_word=$2 
    11771179echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1178 echo "configure:1179: checking for $ac_word" >&5 
     1180echo "configure:1181: checking for $ac_word" >&5 
    11791181if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    11801182  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12111213set dummy ${ac_tool_prefix}strip; ac_word=$2 
    12121214echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1213 echo "configure:1214: checking for $ac_word" >&5 
     1215echo "configure:1216: checking for $ac_word" >&5 
    12141216if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 
    12151217  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12431245set dummy strip; ac_word=$2 
    12441246echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1245 echo "configure:1246: checking for $ac_word" >&5 
     1247echo "configure:1248: checking for $ac_word" >&5 
    12461248if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 
    12471249  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12791281set dummy gmake; ac_word=$2 
    12801282echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1281 echo "configure:1282: checking for $ac_word" >&5 
     1283echo "configure:1284: checking for $ac_word" >&5 
    12821284if eval "test \"`echo '$''{'ac_cv_path_GMAKE'+set}'`\" = set"; then 
    12831285  echo $ac_n "(cached) $ac_c" 1>&6 
     
    13141316if test "x${GMAKE}" = "xno"; then 
    13151317  echo $ac_n "checking whether GNU make is installed""... $ac_c" 1>&6 
    1316 echo "configure:1317: checking whether GNU make is installed" >&5 
     1318echo "configure:1319: checking whether GNU make is installed" >&5 
    13171319if eval "test \"`echo '$''{'ac_cv_gmake'+set}'`\" = set"; then 
    13181320  echo $ac_n "(cached) $ac_c" 1>&6 
     
    13461348set dummy ranlib; ac_word=$2 
    13471349echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1348 echo "configure:1349: checking for $ac_word" >&5 
     1350echo "configure:1351: checking for $ac_word" >&5 
    13491351if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    13501352  echo $ac_n "(cached) $ac_c" 1>&6 
     
    13751377 
    13761378        echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 
    1377 echo "configure:1378: checking for strerror in -lcposix" >&5 
     1379echo "configure:1380: checking for strerror in -lcposix" >&5 
    13781380ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` 
    13791381if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    13831385LIBS="-lcposix  $LIBS" 
    13841386cat > conftest.$ac_ext <<EOF 
    1385 #line 1386 "configure" 
     1387#line 1388 "configure" 
    13861388#include "confdefs.h" 
    13871389/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    13941396; return 0; } 
    13951397EOF 
    1396 if { (eval echo configure:1397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1398if { (eval echo configure:1399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    13971399  rm -rf conftest* 
    13981400  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    14171419 
    14181420echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 
    1419 echo "configure:1420: checking for ANSI C header files" >&5 
     1421echo "configure:1422: checking for ANSI C header files" >&5 
    14201422if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 
    14211423  echo $ac_n "(cached) $ac_c" 1>&6 
    14221424else 
    14231425  cat > conftest.$ac_ext <<EOF 
    1424 #line 1425 "configure" 
     1426#line 1427 "configure" 
    14251427#include "confdefs.h" 
    14261428#include <stdlib.h> 
     
    14301432EOF 
    14311433ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1432 { (eval echo configure:1433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1434{ (eval echo configure:1435: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    14331435ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    14341436if test -z "$ac_err"; then 
     
    14471449  # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 
    14481450cat > conftest.$ac_ext <<EOF 
    1449 #line 1450 "configure" 
     1451#line 1452 "configure" 
    14501452#include "confdefs.h" 
    14511453#include <string.h> 
     
    14651467  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 
    14661468cat > conftest.$ac_ext <<EOF 
    1467 #line 1468 "configure" 
     1469#line 1470 "configure" 
    14681470#include "confdefs.h" 
    14691471#include <stdlib.h> 
     
    14861488else 
    14871489  cat > conftest.$ac_ext <<EOF 
    1488 #line 1489 "configure" 
     1490#line 1491 "configure" 
    14891491#include "confdefs.h" 
    14901492#include <ctype.h> 
     
    14971499 
    14981500EOF 
    1499 if { (eval echo configure:1500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1501if { (eval echo configure:1502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    15001502then 
    15011503  : 
     
    15211523 
    15221524echo $ac_n "checking for working const""... $ac_c" 1>&6 
    1523 echo "configure:1524: checking for working const" >&5 
     1525echo "configure:1526: checking for working const" >&5 
    15241526if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    15251527  echo $ac_n "(cached) $ac_c" 1>&6 
    15261528else 
    15271529  cat > conftest.$ac_ext <<EOF 
    1528 #line 1529 "configure" 
     1530#line 1531 "configure" 
    15291531#include "confdefs.h" 
    15301532 
     
    15751577; return 0; } 
    15761578EOF 
    1577 if { (eval echo configure:1578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1579if { (eval echo configure:1580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    15781580  rm -rf conftest* 
    15791581  ac_cv_c_const=yes 
     
    15961598 
    15971599echo $ac_n "checking for inline""... $ac_c" 1>&6 
    1598 echo "configure:1599: checking for inline" >&5 
     1600echo "configure:1601: checking for inline" >&5 
    15991601if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 
    16001602  echo $ac_n "(cached) $ac_c" 1>&6 
     
    16031605for ac_kw in inline __inline__ __inline; do 
    16041606  cat > conftest.$ac_ext <<EOF 
    1605 #line 1606 "configure" 
     1607#line 1608 "configure" 
    16061608#include "confdefs.h" 
    16071609 
     
    16101612; return 0; } 
    16111613EOF 
    1612 if { (eval echo configure:1613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1614if { (eval echo configure:1615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    16131615  rm -rf conftest* 
    16141616  ac_cv_c_inline=$ac_kw; break 
     
    16361638 
    16371639echo $ac_n "checking for off_t""... $ac_c" 1>&6 
    1638 echo "configure:1639: checking for off_t" >&5 
     1640echo "configure:1641: checking for off_t" >&5 
    16391641if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 
    16401642  echo $ac_n "(cached) $ac_c" 1>&6 
    16411643else 
    16421644  cat > conftest.$ac_ext <<EOF 
    1643 #line 1644 "configure" 
     1645#line 1646 "configure" 
    16441646#include "confdefs.h" 
    16451647#include <sys/types.h> 
     
    16691671 
    16701672echo $ac_n "checking for size_t""... $ac_c" 1>&6 
    1671 echo "configure:1672: checking for size_t" >&5 
     1673echo "configure:1674: checking for size_t" >&5 
    16721674if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 
    16731675  echo $ac_n "(cached) $ac_c" 1>&6 
    16741676else 
    16751677  cat > conftest.$ac_ext <<EOF 
    1676 #line 1677 "configure" 
     1678#line 1679 "configure" 
    16771679#include "confdefs.h" 
    16781680#include <sys/types.h> 
     
    17041706# for constant arguments.  Useless! 
    17051707echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 
    1706 echo "configure:1707: checking for working alloca.h" >&5 
     1708echo "configure:1709: checking for working alloca.h" >&5 
    17071709if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 
    17081710  echo $ac_n "(cached) $ac_c" 1>&6 
    17091711else 
    17101712  cat > conftest.$ac_ext <<EOF 
    1711 #line 1712 "configure" 
     1713#line 1714 "configure" 
    17121714#include "confdefs.h" 
    17131715#include <alloca.h> 
     
    17161718; return 0; } 
    17171719EOF 
    1718 if { (eval echo configure:1719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1720if { (eval echo configure:1721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17191721  rm -rf conftest* 
    17201722  ac_cv_header_alloca_h=yes 
     
    17371739 
    17381740echo $ac_n "checking for alloca""... $ac_c" 1>&6 
    1739 echo "configure:1740: checking for alloca" >&5 
     1741echo "configure:1742: checking for alloca" >&5 
    17401742if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 
    17411743  echo $ac_n "(cached) $ac_c" 1>&6 
    17421744else 
    17431745  cat > conftest.$ac_ext <<EOF 
    1744 #line 1745 "configure" 
     1746#line 1747 "configure" 
    17451747#include "confdefs.h" 
    17461748 
     
    17701772; return 0; } 
    17711773EOF 
    1772 if { (eval echo configure:1773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1774if { (eval echo configure:1775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17731775  rm -rf conftest* 
    17741776  ac_cv_func_alloca_works=yes 
     
    18021804 
    18031805echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 
    1804 echo "configure:1805: checking whether alloca needs Cray hooks" >&5 
     1806echo "configure:1807: checking whether alloca needs Cray hooks" >&5 
    18051807if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 
    18061808  echo $ac_n "(cached) $ac_c" 1>&6 
    18071809else 
    18081810  cat > conftest.$ac_ext <<EOF 
    1809 #line 1810 "configure" 
     1811#line 1812 "configure" 
    18101812#include "confdefs.h" 
    18111813#if defined(CRAY) && ! defined(CRAY2) 
     
    18321834for ac_func in _getb67 GETB67 getb67; do 
    18331835  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1834 echo "configure:1835: checking for $ac_func" >&5 
     1836echo "configure:1837: checking for $ac_func" >&5 
    18351837if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18361838  echo $ac_n "(cached) $ac_c" 1>&6 
    18371839else 
    18381840  cat > conftest.$ac_ext <<EOF 
    1839 #line 1840 "configure" 
     1841#line 1842 "configure" 
    18401842#include "confdefs.h" 
    18411843/* System header to define __stub macros and hopefully few prototypes, 
     
    18601862; return 0; } 
    18611863EOF 
    1862 if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1864if { (eval echo configure:1865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    18631865  rm -rf conftest* 
    18641866  eval "ac_cv_func_$ac_func=yes" 
     
    18871889 
    18881890echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 
    1889 echo "configure:1890: checking stack direction for C alloca" >&5 
     1891echo "configure:1892: checking stack direction for C alloca" >&5 
    18901892if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 
    18911893  echo $ac_n "(cached) $ac_c" 1>&6 
     
    18951897else 
    18961898  cat > conftest.$ac_ext <<EOF 
    1897 #line 1898 "configure" 
     1899#line 1900 "configure" 
    18981900#include "confdefs.h" 
    18991901find_stack_direction () 
     
    19141916} 
    19151917EOF 
    1916 if { (eval echo configure:1917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1918if { (eval echo configure:1919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    19171919then 
    19181920  ac_cv_c_stack_direction=1 
     
    19391941ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    19401942echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    1941 echo "configure:1942: checking for $ac_hdr" >&5 
     1943echo "configure:1944: checking for $ac_hdr" >&5 
    19421944if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    19431945  echo $ac_n "(cached) $ac_c" 1>&6 
    19441946else 
    19451947  cat > conftest.$ac_ext <<EOF 
    1946 #line 1947 "configure" 
     1948#line 1949 "configure" 
    19471949#include "confdefs.h" 
    19481950#include <$ac_hdr> 
    19491951EOF 
    19501952ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1951 { (eval echo configure:1952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1953{ (eval echo configure:1954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    19521954ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    19531955if test -z "$ac_err"; then 
     
    19781980do 
    19791981echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1980 echo "configure:1981: checking for $ac_func" >&5 
     1982echo "configure:1983: checking for $ac_func" >&5 
    19811983if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    19821984  echo $ac_n "(cached) $ac_c" 1>&6 
    19831985else 
    19841986  cat > conftest.$ac_ext <<EOF 
    1985 #line 1986 "configure" 
     1987#line 1988 "configure" 
    19861988#include "confdefs.h" 
    19871989/* System header to define __stub macros and hopefully few prototypes, 
     
    20062008; return 0; } 
    20072009EOF 
    2008 if { (eval echo configure:2009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2010if { (eval echo configure:2011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    20092011  rm -rf conftest* 
    20102012  eval "ac_cv_func_$ac_func=yes" 
     
    20312033 
    20322034echo $ac_n "checking for working mmap""... $ac_c" 1>&6 
    2033 echo "configure:2034: checking for working mmap" >&5 
     2035echo "configure:2036: checking for working mmap" >&5 
    20342036if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 
    20352037  echo $ac_n "(cached) $ac_c" 1>&6 
     
    20392041else 
    20402042  cat > conftest.$ac_ext <<EOF 
    2041 #line 2042 "configure" 
     2043#line 2044 "configure" 
    20422044#include "confdefs.h" 
    20432045 
     
    21792181 
    21802182EOF 
    2181 if { (eval echo configure:2182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     2183if { (eval echo configure:2184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    21822184then 
    21832185  ac_cv_func_mmap_fixed_mapped=yes 
     
    22032205 
    22042206    echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6 
    2205 echo "configure:2206: checking whether we are using the GNU C Library 2.1 or newer" >&5 
     2207echo "configure:2208: checking whether we are using the GNU C Library 2.1 or newer" >&5 
    22062208if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then 
    22072209  echo $ac_n "(cached) $ac_c" 1>&6 
    22082210else 
    22092211  cat > conftest.$ac_ext <<EOF 
    2210 #line 2211 "configure" 
     2212#line 2213 "configure" 
    22112213#include "confdefs.h" 
    22122214 
     
    22442246ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    22452247echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2246 echo "configure:2247: checking for $ac_hdr" >&5 
     2248echo "configure:2249: checking for $ac_hdr" >&5 
    22472249if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    22482250  echo $ac_n "(cached) $ac_c" 1>&6 
    22492251else 
    22502252  cat > conftest.$ac_ext <<EOF 
    2251 #line 2252 "configure" 
     2253#line 2254 "configure" 
    22522254#include "confdefs.h" 
    22532255#include <$ac_hdr> 
    22542256EOF 
    22552257ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2256 { (eval echo configure:2257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2258{ (eval echo configure:2259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    22572259ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    22582260if test -z "$ac_err"; then 
     
    22852287do 
    22862288echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    2287 echo "configure:2288: checking for $ac_func" >&5 
     2289echo "configure:2290: checking for $ac_func" >&5 
    22882290if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    22892291  echo $ac_n "(cached) $ac_c" 1>&6 
    22902292else 
    22912293  cat > conftest.$ac_ext <<EOF 
    2292 #line 2293 "configure" 
     2294#line 2295 "configure" 
    22932295#include "confdefs.h" 
    22942296/* System header to define __stub macros and hopefully few prototypes, 
     
    23132315; return 0; } 
    23142316EOF 
    2315 if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2317if { (eval echo configure:2318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23162318  rm -rf conftest* 
    23172319  eval "ac_cv_func_$ac_func=yes" 
     
    23532355 
    23542356  echo $ac_n "checking for iconv""... $ac_c" 1>&6 
    2355 echo "configure:2356: checking for iconv" >&5 
     2357echo "configure:2358: checking for iconv" >&5 
    23562358if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then 
    23572359  echo $ac_n "(cached) $ac_c" 1>&6 
     
    23612363    am_cv_lib_iconv=no 
    23622364    cat > conftest.$ac_ext <<EOF 
    2363 #line 2364 "configure" 
     2365#line 2366 "configure" 
    23642366#include "confdefs.h" 
    23652367#include <stdlib.h> 
     
    23712373; return 0; } 
    23722374EOF 
    2373 if { (eval echo configure:2374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2375if { (eval echo configure:2376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23742376  rm -rf conftest* 
    23752377  am_cv_func_iconv=yes 
     
    23832385      LIBS="$LIBS -liconv" 
    23842386      cat > conftest.$ac_ext <<EOF 
    2385 #line 2386 "configure" 
     2387#line 2388 "configure" 
    23862388#include "confdefs.h" 
    23872389#include <stdlib.h> 
     
    23932395; return 0; } 
    23942396EOF 
    2395 if { (eval echo configure:2396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2397if { (eval echo configure:2398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23962398  rm -rf conftest* 
    23972399  am_cv_lib_iconv=yes 
     
    24142416 
    24152417    echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 
    2416 echo "configure:2417: checking for iconv declaration" >&5 
     2418echo "configure:2419: checking for iconv declaration" >&5 
    24172419    if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then 
    24182420  echo $ac_n "(cached) $ac_c" 1>&6 
     
    24202422   
    24212423      cat > conftest.$ac_ext <<EOF 
    2422 #line 2423 "configure" 
     2424#line 2425 "configure" 
    24232425#include "confdefs.h" 
    24242426 
     
    24392441; return 0; } 
    24402442EOF 
    2441 if { (eval echo configure:2442: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2443if { (eval echo configure:2444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    24422444  rm -rf conftest* 
    24432445  am_cv_proto_iconv_arg1="" 
     
    24682470    
    24692471  echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 
    2470 echo "configure:2471: checking for nl_langinfo and CODESET" >&5 
     2472echo "configure:2473: checking for nl_langinfo and CODESET" >&5 
    24712473if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then 
    24722474  echo $ac_n "(cached) $ac_c" 1>&6 
    24732475else 
    24742476  cat > conftest.$ac_ext <<EOF 
    2475 #line 2476 "configure" 
     2477#line 2478 "configure" 
    24762478#include "confdefs.h" 
    24772479#include <langinfo.h> 
     
    24802482; return 0; } 
    24812483EOF 
    2482 if { (eval echo configure:2483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2484if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24832485  rm -rf conftest* 
    24842486  am_cv_langinfo_codeset=yes 
     
    25032505   if test $ac_cv_header_locale_h = yes; then 
    25042506    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 
    2505 echo "configure:2506: checking for LC_MESSAGES" >&5 
     2507echo "configure:2508: checking for LC_MESSAGES" >&5 
    25062508if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 
    25072509  echo $ac_n "(cached) $ac_c" 1>&6 
    25082510else 
    25092511  cat > conftest.$ac_ext <<EOF 
    2510 #line 2511 "configure" 
     2512#line 2513 "configure" 
    25112513#include "confdefs.h" 
    25122514#include <locale.h> 
     
    25152517; return 0; } 
    25162518EOF 
    2517 if { (eval echo configure:2518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2519if { (eval echo configure:2520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25182520  rm -rf conftest* 
    25192521  am_cv_val_LC_MESSAGES=yes 
     
    25362538  fi 
    25372539   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 
    2538 echo "configure:2539: checking whether NLS is requested" >&5 
     2540echo "configure:2541: checking whether NLS is requested" >&5 
    25392541        # Check whether --enable-nls or --disable-nls was given. 
    25402542if test "${enable_nls+set}" = set; then 
     
    25582560 
    25592561      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 
    2560 echo "configure:2561: checking whether included gettext is requested" >&5 
     2562echo "configure:2563: checking whether included gettext is requested" >&5 
    25612563      # Check whether --with-included-gettext or --without-included-gettext was given. 
    25622564if test "${with_included_gettext+set}" = set; then 
     
    25782580    ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 
    25792581echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 
    2580 echo "configure:2581: checking for libintl.h" >&5 
     2582echo "configure:2583: checking for libintl.h" >&5 
    25812583if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    25822584  echo $ac_n "(cached) $ac_c" 1>&6 
    25832585else 
    25842586  cat > conftest.$ac_ext <<EOF 
    2585 #line 2586 "configure" 
     2587#line 2588 "configure" 
    25862588#include "confdefs.h" 
    25872589#include <libintl.h> 
    25882590EOF 
    25892591ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2590 { (eval echo configure:2591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2592{ (eval echo configure:2593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    25912593ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    25922594if test -z "$ac_err"; then 
     
    26052607  echo "$ac_t""yes" 1>&6 
    26062608  echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 
    2607 echo "configure:2608: checking for GNU gettext in libc" >&5 
     2609echo "configure:2610: checking for GNU gettext in libc" >&5 
    26082610if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then 
    26092611  echo $ac_n "(cached) $ac_c" 1>&6 
    26102612else 
    26112613  cat > conftest.$ac_ext <<EOF 
    2612 #line 2613 "configure" 
     2614#line 2615 "configure" 
    26132615#include "confdefs.h" 
    26142616#include <libintl.h> 
     
    26192621; return 0; } 
    26202622EOF 
    2621 if { (eval echo configure:2622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2623if { (eval echo configure:2624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    26222624  rm -rf conftest* 
    26232625  gt_cv_func_gnugettext1_libc=yes 
     
    26352637       if test "$gt_cv_func_gnugettext1_libc" != "yes"; then 
    26362638         echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 
    2637 echo "configure:2638: checking for GNU gettext in libintl" >&5 
     2639echo "configure:2640: checking for GNU gettext in libintl" >&5 
    26382640if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then 
    26392641  echo $ac_n "(cached) $ac_c" 1>&6 
     
    26422644        LIBS="$LIBS -lintl $LIBICONV" 
    26432645        cat > conftest.$ac_ext <<EOF 
    2644 #line 2645 "configure" 
     2646#line 2647 "configure" 
    26452647#include "confdefs.h" 
    26462648#include <libintl.h> 
     
    26512653; return 0; } 
    26522654EOF 
    2653 if { (eval echo configure:2654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2655if { (eval echo configure:2656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    26542656  rm -rf conftest* 
    26552657  gt_cv_func_gnugettext1_libintl=yes 
     
    26842686do 
    26852687echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    2686 echo "configure:2687: checking for $ac_func" >&5 
     2688echo "configure:2689: checking for $ac_func" >&5 
    26872689if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    26882690  echo $ac_n "(cached) $ac_c" 1>&6 
    26892691else 
    26902692  cat > conftest.$ac_ext <<EOF 
    2691 #line 2692 "configure" 
     2693#line 2694 "configure" 
    26922694#include "confdefs.h" 
    26932695/* System header to define __stub macros and hopefully few prototypes, 
     
    27122714; return 0; } 
    27132715EOF 
    2714 if { (eval echo configure:2715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2716if { (eval echo configure:2717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    27152717  rm -rf conftest* 
    27162718  eval "ac_cv_func_$ac_func=yes" 
     
    27412743set dummy msgfmt; ac_word=$2 
    27422744echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2743 echo "configure:2744: checking for $ac_word" >&5 
     2745echo "configure:2746: checking for $ac_word" >&5 
    27442746if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 
    27452747  echo $ac_n "(cached) $ac_c" 1>&6 
     
    27752777set dummy gmsgfmt; ac_word=$2 
    27762778echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2777 echo "configure:2778: checking for $ac_word" >&5 
     2779echo "configure:2780: checking for $ac_word" >&5 
    27782780if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 
    27792781  echo $ac_n "(cached) $ac_c" 1>&6 
     
    28122814set dummy xgettext; ac_word=$2 
    28132815echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2814 echo "configure:2815: checking for $ac_word" >&5 
     2816echo "configure:2817: checking for $ac_word" >&5 
    28152817if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 
    28162818  echo $ac_n "(cached) $ac_c" 1>&6 
     
    28622864set dummy msgfmt; ac_word=$2 
    28632865echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2864 echo "configure:2865: checking for $ac_word" >&5 
     2866echo "configure:2867: checking for $ac_word" >&5 
    28652867if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 
    28662868  echo $ac