Changeset 37e30b124b64abc0eb521a009392e059fa940177

Show
Ignore:
Timestamp:
10/08/02 22:05:21 (6 years ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1029009921 +0000
git-parent:

[7acb51f93a1bd870a3cc12e4836ef485bb465105]

git-author:
Laurent Aimar <fenrir@videolan.org> 1029009921 +0000
Message:
  • modules/codec/faad : an AAC decoder module using libfaad library

(faad2).

  • modules/demux/mp4/libmp4.c : could compile without zlib.
  • modules/codec/ffmpeg/* : set error resilience to -1 by default.(in

order to decode more files, but it could produce segfaults ... )

  • Makefile.*, configure.in : enable mp4 by default, add faad

module (disabled by default ).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.opts.in

    rd1aefb4 r37e30b1  
    6868esd_CFLAGS = @esd_CFLAGS@ 
    6969familiar_CFLAGS = @familiar_CFLAGS@ 
     70faad_CFLAGS = @faad_CFLAGS@ 
    7071ffmpeg_CFLAGS = @ffmpeg_CFLAGS@ 
    7172glide_CFLAGS = @glide_CFLAGS@ 
     
    106107familiar_LDFLAGS = @familiar_LDFLAGS@ 
    107108distort_LDFLAGS = @distort_LDFLAGS@ 
     109faad_LDFLAGS = @faad_LDFLAGS@ 
    108110ffmpeg_LDFLAGS = @ffmpeg_LDFLAGS@ 
    109111mp4_LDFLAGS = @mp4_LDFLAGS@ 
  • configure

    r8e11bef r37e30b1  
    7878    --with-ffmpeg-tree=PATH ffmpeg tree for static linking" 
    7979ac_help="$ac_help 
    80   --enable-mp4            MP4 demux module (default disabled)" 
     80  --enable-faad           faad codec (default disabled)" 
     81ac_help="$ac_help 
     82    --with-faad=PATH      path to faad installation" 
     83ac_help="$ac_help 
     84    --with-faad-tree=PATH faad tree for static linking" 
     85ac_help="$ac_help 
     86  --enable-mp4            MP4 demux module (default enabled)" 
    8187ac_help="$ac_help 
    8288  --enable-a52            A/52 support with liba52 (default enabled)" 
     
    737743 
    738744echo $ac_n "checking host system type""... $ac_c" 1>&6 
    739 echo "configure:740: checking host system type" >&5 
     745echo "configure:746: checking host system type" >&5 
    740746 
    741747host_alias=$host 
     
    758764 
    759765echo $ac_n "checking target system type""... $ac_c" 1>&6 
    760 echo "configure:761: checking target system type" >&5 
     766echo "configure:767: checking target system type" >&5 
    761767 
    762768target_alias=$target 
     
    776782 
    777783echo $ac_n "checking build system type""... $ac_c" 1>&6 
    778 echo "configure:779: checking build system type" >&5 
     784echo "configure:785: checking build system type" >&5 
    779785 
    780786build_alias=$build 
     
    810816 
    811817echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
    812 echo "configure:813: checking whether ${MAKE-make} sets \${MAKE}" >&5 
     818echo "configure:819: checking whether ${MAKE-make} sets \${MAKE}" >&5 
    813819set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 
    814820if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
     
    839845set dummy gcc; ac_word=$2 
    840846echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    841 echo "configure:842: checking for $ac_word" >&5 
     847echo "configure:848: checking for $ac_word" >&5 
    842848if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    843849  echo $ac_n "(cached) $ac_c" 1>&6 
     
    869875set dummy cc; ac_word=$2 
    870876echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    871 echo "configure:872: checking for $ac_word" >&5 
     877echo "configure:878: checking for $ac_word" >&5 
    872878if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    873879  echo $ac_n "(cached) $ac_c" 1>&6 
     
    920926set dummy cl; ac_word=$2 
    921927echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    922 echo "configure:923: checking for $ac_word" >&5 
     928echo "configure:929: checking for $ac_word" >&5 
    923929if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
    924930  echo $ac_n "(cached) $ac_c" 1>&6 
     
    952958 
    953959echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
    954 echo "configure:955: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
     960echo "configure:961: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
    955961 
    956962ac_ext=c 
     
    963969cat > conftest.$ac_ext << EOF 
    964970 
    965 #line 966 "configure" 
     971#line 972 "configure" 
    966972#include "confdefs.h" 
    967973 
    968974main(){return(0);} 
    969975EOF 
    970 if { (eval echo configure:971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     976if { (eval echo configure:977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    971977  ac_cv_prog_cc_works=yes 
    972978  # If we can't run a trivial program, we are probably using a cross compiler. 
     
    9941000fi 
    9951001echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
    996 echo "configure:997: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
     1002echo "configure:1003: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
    9971003echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
    9981004cross_compiling=$ac_cv_prog_cc_cross 
    9991005 
    10001006echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
    1001 echo "configure:1002: checking whether we are using GNU C" >&5 
     1007echo "configure:1008: checking whether we are using GNU C" >&5 
    10021008if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
    10031009  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10081014#endif 
    10091015EOF 
    1010 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
     1016if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1017: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 
    10111017  ac_cv_prog_gcc=yes 
    10121018else 
     
    10271033CFLAGS= 
    10281034echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
    1029 echo "configure:1030: checking whether ${CC-cc} accepts -g" >&5 
     1035echo "configure:1036: checking whether ${CC-cc} accepts -g" >&5 
    10301036if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
    10311037  echo $ac_n "(cached) $ac_c" 1>&6 
     
    10591065 
    10601066echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
    1061 echo "configure:1062: checking how to run the C preprocessor" >&5 
     1067echo "configure:1068: checking how to run the C preprocessor" >&5 
    10621068# On Suns, sometimes $CPP names a directory. 
    10631069if test -n "$CPP" && test -d "$CPP"; then 
     
    10741080  # not just through cpp. 
    10751081  cat > conftest.$ac_ext <<EOF 
    1076 #line 1077 "configure" 
     1082#line 1083 "configure" 
    10771083#include "confdefs.h" 
    10781084#include <assert.h> 
     
    10801086EOF 
    10811087ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1082 { (eval echo configure:1083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1088{ (eval echo configure:1089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    10831089ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    10841090if test -z "$ac_err"; then 
     
    10911097  CPP="${CC-cc} -E -traditional-cpp" 
    10921098  cat > conftest.$ac_ext <<EOF 
    1093 #line 1094 "configure" 
     1099#line 1100 "configure" 
    10941100#include "confdefs.h" 
    10951101#include <assert.h> 
     
    10971103EOF 
    10981104ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1099 { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1105{ (eval echo configure:1106: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    11001106ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    11011107if test -z "$ac_err"; then 
     
    11081114  CPP="${CC-cc} -nologo -E" 
    11091115  cat > conftest.$ac_ext <<EOF 
    1110 #line 1111 "configure" 
     1116#line 1117 "configure" 
    11111117#include "confdefs.h" 
    11121118#include <assert.h> 
     
    11141120EOF 
    11151121ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1116 { (eval echo configure:1117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1122{ (eval echo configure:1123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    11171123ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    11181124if test -z "$ac_err"; then 
     
    11481154set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    11491155echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1150 echo "configure:1151: checking for $ac_word" >&5 
     1156echo "configure:1157: checking for $ac_word" >&5 
    11511157if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    11521158  echo $ac_n "(cached) $ac_c" 1>&6 
     
    11801186set dummy ranlib; ac_word=$2 
    11811187echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1182 echo "configure:1183: checking for $ac_word" >&5 
     1188echo "configure:1189: checking for $ac_word" >&5 
    11831189if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    11841190  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12151221set dummy ${ac_tool_prefix}strip; ac_word=$2 
    12161222echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1217 echo "configure:1218: checking for $ac_word" >&5 
     1223echo "configure:1224: checking for $ac_word" >&5 
    12181224if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 
    12191225  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12471253set dummy strip; ac_word=$2 
    12481254echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1249 echo "configure:1250: checking for $ac_word" >&5 
     1255echo "configure:1256: checking for $ac_word" >&5 
    12501256if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 
    12511257  echo $ac_n "(cached) $ac_c" 1>&6 
     
    12831289set dummy gmake; ac_word=$2 
    12841290echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1285 echo "configure:1286: checking for $ac_word" >&5 
     1291echo "configure:1292: checking for $ac_word" >&5 
    12861292if eval "test \"`echo '$''{'ac_cv_path_GMAKE'+set}'`\" = set"; then 
    12871293  echo $ac_n "(cached) $ac_c" 1>&6 
     
    13181324if test "x${GMAKE}" = "xno"; then 
    13191325  echo $ac_n "checking whether GNU make is installed""... $ac_c" 1>&6 
    1320 echo "configure:1321: checking whether GNU make is installed" >&5 
     1326echo "configure:1327: checking whether GNU make is installed" >&5 
    13211327if eval "test \"`echo '$''{'ac_cv_gmake'+set}'`\" = set"; then 
    13221328  echo $ac_n "(cached) $ac_c" 1>&6 
     
    13501356set dummy ranlib; ac_word=$2 
    13511357echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    1352 echo "configure:1353: checking for $ac_word" >&5 
     1358echo "configure:1359: checking for $ac_word" >&5 
    13531359if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    13541360  echo $ac_n "(cached) $ac_c" 1>&6 
     
    13791385 
    13801386        echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 
    1381 echo "configure:1382: checking for strerror in -lcposix" >&5 
     1387echo "configure:1388: checking for strerror in -lcposix" >&5 
    13821388ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` 
    13831389if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    13871393LIBS="-lcposix  $LIBS" 
    13881394cat > conftest.$ac_ext <<EOF 
    1389 #line 1390 "configure" 
     1395#line 1396 "configure" 
    13901396#include "confdefs.h" 
    13911397/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    13981404; return 0; } 
    13991405EOF 
    1400 if { (eval echo configure:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1406if { (eval echo configure:1407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    14011407  rm -rf conftest* 
    14021408  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    14211427 
    14221428echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 
    1423 echo "configure:1424: checking for ANSI C header files" >&5 
     1429echo "configure:1430: checking for ANSI C header files" >&5 
    14241430if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 
    14251431  echo $ac_n "(cached) $ac_c" 1>&6 
    14261432else 
    14271433  cat > conftest.$ac_ext <<EOF 
    1428 #line 1429 "configure" 
     1434#line 1435 "configure" 
    14291435#include "confdefs.h" 
    14301436#include <stdlib.h> 
     
    14341440EOF 
    14351441ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1436 { (eval echo configure:1437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1442{ (eval echo configure:1443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    14371443ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    14381444if test -z "$ac_err"; then 
     
    14511457  # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 
    14521458cat > conftest.$ac_ext <<EOF 
    1453 #line 1454 "configure" 
     1459#line 1460 "configure" 
    14541460#include "confdefs.h" 
    14551461#include <string.h> 
     
    14691475  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 
    14701476cat > conftest.$ac_ext <<EOF 
    1471 #line 1472 "configure" 
     1477#line 1478 "configure" 
    14721478#include "confdefs.h" 
    14731479#include <stdlib.h> 
     
    14901496else 
    14911497  cat > conftest.$ac_ext <<EOF 
    1492 #line 1493 "configure" 
     1498#line 1499 "configure" 
    14931499#include "confdefs.h" 
    14941500#include <ctype.h> 
     
    15011507 
    15021508EOF 
    1503 if { (eval echo configure:1504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1509if { (eval echo configure:1510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    15041510then 
    15051511  : 
     
    15251531 
    15261532echo $ac_n "checking for working const""... $ac_c" 1>&6 
    1527 echo "configure:1528: checking for working const" >&5 
     1533echo "configure:1534: checking for working const" >&5 
    15281534if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    15291535  echo $ac_n "(cached) $ac_c" 1>&6 
    15301536else 
    15311537  cat > conftest.$ac_ext <<EOF 
    1532 #line 1533 "configure" 
     1538#line 1539 "configure" 
    15331539#include "confdefs.h" 
    15341540 
     
    15791585; return 0; } 
    15801586EOF 
    1581 if { (eval echo configure:1582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1587if { (eval echo configure:1588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    15821588  rm -rf conftest* 
    15831589  ac_cv_c_const=yes 
     
    16001606 
    16011607echo $ac_n "checking for inline""... $ac_c" 1>&6 
    1602 echo "configure:1603: checking for inline" >&5 
     1608echo "configure:1609: checking for inline" >&5 
    16031609if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 
    16041610  echo $ac_n "(cached) $ac_c" 1>&6 
     
    16071613for ac_kw in inline __inline__ __inline; do 
    16081614  cat > conftest.$ac_ext <<EOF 
    1609 #line 1610 "configure" 
     1615#line 1616 "configure" 
    16101616#include "confdefs.h" 
    16111617 
     
    16141620; return 0; } 
    16151621EOF 
    1616 if { (eval echo configure:1617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     1622if { (eval echo configure:1623: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    16171623  rm -rf conftest* 
    16181624  ac_cv_c_inline=$ac_kw; break 
     
    16401646 
    16411647echo $ac_n "checking for off_t""... $ac_c" 1>&6 
    1642 echo "configure:1643: checking for off_t" >&5 
     1648echo "configure:1649: checking for off_t" >&5 
    16431649if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 
    16441650  echo $ac_n "(cached) $ac_c" 1>&6 
    16451651else 
    16461652  cat > conftest.$ac_ext <<EOF 
    1647 #line 1648 "configure" 
     1653#line 1654 "configure" 
    16481654#include "confdefs.h" 
    16491655#include <sys/types.h> 
     
    16731679 
    16741680echo $ac_n "checking for size_t""... $ac_c" 1>&6 
    1675 echo "configure:1676: checking for size_t" >&5 
     1681echo "configure:1682: checking for size_t" >&5 
    16761682if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 
    16771683  echo $ac_n "(cached) $ac_c" 1>&6 
    16781684else 
    16791685  cat > conftest.$ac_ext <<EOF 
    1680 #line 1681 "configure" 
     1686#line 1687 "configure" 
    16811687#include "confdefs.h" 
    16821688#include <sys/types.h> 
     
    17081714# for constant arguments.  Useless! 
    17091715echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 
    1710 echo "configure:1711: checking for working alloca.h" >&5 
     1716echo "configure:1717: checking for working alloca.h" >&5 
    17111717if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 
    17121718  echo $ac_n "(cached) $ac_c" 1>&6 
    17131719else 
    17141720  cat > conftest.$ac_ext <<EOF 
    1715 #line 1716 "configure" 
     1721#line 1722 "configure" 
    17161722#include "confdefs.h" 
    17171723#include <alloca.h> 
     
    17201726; return 0; } 
    17211727EOF 
    1722 if { (eval echo configure:1723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1728if { (eval echo configure:1729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17231729  rm -rf conftest* 
    17241730  ac_cv_header_alloca_h=yes 
     
    17411747 
    17421748echo $ac_n "checking for alloca""... $ac_c" 1>&6 
    1743 echo "configure:1744: checking for alloca" >&5 
     1749echo "configure:1750: checking for alloca" >&5 
    17441750if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 
    17451751  echo $ac_n "(cached) $ac_c" 1>&6 
    17461752else 
    17471753  cat > conftest.$ac_ext <<EOF 
    1748 #line 1749 "configure" 
     1754#line 1755 "configure" 
    17491755#include "confdefs.h" 
    17501756 
     
    17741780; return 0; } 
    17751781EOF 
    1776 if { (eval echo configure:1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1782if { (eval echo configure:1783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    17771783  rm -rf conftest* 
    17781784  ac_cv_func_alloca_works=yes 
     
    18061812 
    18071813echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 
    1808 echo "configure:1809: checking whether alloca needs Cray hooks" >&5 
     1814echo "configure:1815: checking whether alloca needs Cray hooks" >&5 
    18091815if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 
    18101816  echo $ac_n "(cached) $ac_c" 1>&6 
    18111817else 
    18121818  cat > conftest.$ac_ext <<EOF 
    1813 #line 1814 "configure" 
     1819#line 1820 "configure" 
    18141820#include "confdefs.h" 
    18151821#if defined(CRAY) && ! defined(CRAY2) 
     
    18361842for ac_func in _getb67 GETB67 getb67; do 
    18371843  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1838 echo "configure:1839: checking for $ac_func" >&5 
     1844echo "configure:1845: checking for $ac_func" >&5 
    18391845if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    18401846  echo $ac_n "(cached) $ac_c" 1>&6 
    18411847else 
    18421848  cat > conftest.$ac_ext <<EOF 
    1843 #line 1844 "configure" 
     1849#line 1850 "configure" 
    18441850#include "confdefs.h" 
    18451851/* System header to define __stub macros and hopefully few prototypes, 
     
    18641870; return 0; } 
    18651871EOF 
    1866 if { (eval echo configure:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     1872if { (eval echo configure:1873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    18671873  rm -rf conftest* 
    18681874  eval "ac_cv_func_$ac_func=yes" 
     
    18911897 
    18921898echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 
    1893 echo "configure:1894: checking stack direction for C alloca" >&5 
     1899echo "configure:1900: checking stack direction for C alloca" >&5 
    18941900if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 
    18951901  echo $ac_n "(cached) $ac_c" 1>&6 
     
    18991905else 
    19001906  cat > conftest.$ac_ext <<EOF 
    1901 #line 1902 "configure" 
     1907#line 1908 "configure" 
    19021908#include "confdefs.h" 
    19031909find_stack_direction () 
     
    19181924} 
    19191925EOF 
    1920 if { (eval echo configure:1921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     1926if { (eval echo configure:1927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    19211927then 
    19221928  ac_cv_c_stack_direction=1 
     
    19391945fi 
    19401946 
    1941 for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h 
     1947for ac_hdr in unistd.h 
    19421948do 
    19431949ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    19441950echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    1945 echo "configure:1946: checking for $ac_hdr" >&5 
     1951echo "configure:1952: checking for $ac_hdr" >&5 
    19461952if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    19471953  echo $ac_n "(cached) $ac_c" 1>&6 
    19481954else 
    19491955  cat > conftest.$ac_ext <<EOF 
    1950 #line 1951 "configure" 
     1956#line 1957 "configure" 
    19511957#include "confdefs.h" 
    19521958#include <$ac_hdr> 
    19531959EOF 
    19541960ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    1955 { (eval echo configure:1956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     1961{ (eval echo configure:1962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    19561962ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    19571963if test -z "$ac_err"; then 
     
    19821988do 
    19831989echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    1984 echo "configure:1985: checking for $ac_func" >&5 
     1990echo "configure:1991: checking for $ac_func" >&5 
    19851991if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    19861992  echo $ac_n "(cached) $ac_c" 1>&6 
    19871993else 
    19881994  cat > conftest.$ac_ext <<EOF 
    1989 #line 1990 "configure" 
     1995#line 1996 "configure" 
    19901996#include "confdefs.h" 
    19911997/* System header to define __stub macros and hopefully few prototypes, 
     
    20102016; return 0; } 
    20112017EOF 
    2012 if { (eval echo configure:2013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2018if { (eval echo configure:2019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    20132019  rm -rf conftest* 
    20142020  eval "ac_cv_func_$ac_func=yes" 
     
    20352041 
    20362042echo $ac_n "checking for working mmap""... $ac_c" 1>&6 
    2037 echo "configure:2038: checking for working mmap" >&5 
     2043echo "configure:2044: checking for working mmap" >&5 
    20382044if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 
    20392045  echo $ac_n "(cached) $ac_c" 1>&6 
     
    20432049else 
    20442050  cat > conftest.$ac_ext <<EOF 
    2045 #line 2046 "configure" 
     2051#line 2052 "configure" 
    20462052#include "confdefs.h" 
    20472053 
     
    20712077#include <sys/mman.h> 
    20722078 
    2073 #if HAVE_SYS_TYPES_H 
    2074 # include <sys/types.h> 
    2075 #endif 
    2076  
    2077 #if HAVE_STDLIB_H 
    2078 # include <stdlib.h> 
    2079 #endif 
    2080  
    2081 #if HAVE_SYS_STAT_H 
    2082 # include <sys/stat.h> 
    2083 #endif 
    2084  
    2085 #if HAVE_UNISTD_H 
    2086 # include <unistd.h> 
    2087 #endif 
    2088  
    20892079/* This mess was copied from the GNU getpagesize.h.  */ 
    20902080#ifndef HAVE_GETPAGESIZE 
     2081# ifdef HAVE_UNISTD_H 
     2082#  include <unistd.h> 
     2083# endif 
    20912084 
    20922085/* Assume that all systems that can run configure have sys/param.h.  */ 
     
    21962189 
    21972190EOF 
    2198 if { (eval echo configure:2199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     2191if { (eval echo configure:2192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    21992192then 
    22002193  ac_cv_func_mmap_fixed_mapped=yes 
     
    22202213 
    22212214    echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6 
    2222 echo "configure:2223: checking whether we are using the GNU C Library 2.1 or newer" >&5 
     2215echo "configure:2216: checking whether we are using the GNU C Library 2.1 or newer" >&5 
    22232216if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then 
    22242217  echo $ac_n "(cached) $ac_c" 1>&6 
    22252218else 
    22262219  cat > conftest.$ac_ext <<EOF 
    2227 #line 2228 "configure" 
     2220#line 2221 "configure" 
    22282221#include "confdefs.h" 
    22292222 
     
    22612254ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    22622255echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    2263 echo "configure:2264: checking for $ac_hdr" >&5 
     2256echo "configure:2257: checking for $ac_hdr" >&5 
    22642257if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    22652258  echo $ac_n "(cached) $ac_c" 1>&6 
    22662259else 
    22672260  cat > conftest.$ac_ext <<EOF 
    2268 #line 2269 "configure" 
     2261#line 2262 "configure" 
    22692262#include "confdefs.h" 
    22702263#include <$ac_hdr> 
    22712264EOF 
    22722265ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2273 { (eval echo configure:2274: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2266{ (eval echo configure:2267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    22742267ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    22752268if test -z "$ac_err"; then 
     
    23022295do 
    23032296echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    2304 echo "configure:2305: checking for $ac_func" >&5 
     2297echo "configure:2298: checking for $ac_func" >&5 
    23052298if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    23062299  echo $ac_n "(cached) $ac_c" 1>&6 
    23072300else 
    23082301  cat > conftest.$ac_ext <<EOF 
    2309 #line 2310 "configure" 
     2302#line 2303 "configure" 
    23102303#include "confdefs.h" 
    23112304/* System header to define __stub macros and hopefully few prototypes, 
     
    23302323; return 0; } 
    23312324EOF 
    2332 if { (eval echo configure:2333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2325if { (eval echo configure:2326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23332326  rm -rf conftest* 
    23342327  eval "ac_cv_func_$ac_func=yes" 
     
    23702363 
    23712364  echo $ac_n "checking for iconv""... $ac_c" 1>&6 
    2372 echo "configure:2373: checking for iconv" >&5 
     2365echo "configure:2366: checking for iconv" >&5 
    23732366if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then 
    23742367  echo $ac_n "(cached) $ac_c" 1>&6 
     
    23782371    am_cv_lib_iconv=no 
    23792372    cat > conftest.$ac_ext <<EOF 
    2380 #line 2381 "configure" 
     2373#line 2374 "configure" 
    23812374#include "confdefs.h" 
    23822375#include <stdlib.h> 
     
    23882381; return 0; } 
    23892382EOF 
    2390 if { (eval echo configure:2391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2383if { (eval echo configure:2384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    23912384  rm -rf conftest* 
    23922385  am_cv_func_iconv=yes 
     
    24002393      LIBS="$LIBS -liconv" 
    24012394      cat > conftest.$ac_ext <<EOF 
    2402 #line 2403 "configure" 
     2395#line 2396 "configure" 
    24032396#include "confdefs.h" 
    24042397#include <stdlib.h> 
     
    24102403; return 0; } 
    24112404EOF 
    2412 if { (eval echo configure:2413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2405if { (eval echo configure:2406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    24132406  rm -rf conftest* 
    24142407  am_cv_lib_iconv=yes 
     
    24312424 
    24322425    echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 
    2433 echo "configure:2434: checking for iconv declaration" >&5 
     2426echo "configure:2427: checking for iconv declaration" >&5 
    24342427    if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then 
    24352428  echo $ac_n "(cached) $ac_c" 1>&6 
     
    24372430   
    24382431      cat > conftest.$ac_ext <<EOF 
    2439 #line 2440 "configure" 
     2432#line 2433 "configure" 
    24402433#include "confdefs.h" 
    24412434 
     
    24562449; return 0; } 
    24572450EOF 
    2458 if { (eval echo configure:2459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     2451if { (eval echo configure:2452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    24592452  rm -rf conftest* 
    24602453  am_cv_proto_iconv_arg1="" 
     
    24852478    
    24862479  echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 
    2487 echo "configure:2488: checking for nl_langinfo and CODESET" >&5 
     2480echo "configure:2481: checking for nl_langinfo and CODESET" >&5 
    24882481if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then 
    24892482  echo $ac_n "(cached) $ac_c" 1>&6 
    24902483else 
    24912484  cat > conftest.$ac_ext <<EOF 
    2492 #line 2493 "configure" 
     2485#line 2486 "configure" 
    24932486#include "confdefs.h" 
    24942487#include <langinfo.h> 
     
    24972490; return 0; } 
    24982491EOF 
    2499 if { (eval echo configure:2500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2492if { (eval echo configure:2493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25002493  rm -rf conftest* 
    25012494  am_cv_langinfo_codeset=yes 
     
    25202513   if test $ac_cv_header_locale_h = yes; then 
    25212514    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 
    2522 echo "configure:2523: checking for LC_MESSAGES" >&5 
     2515echo "configure:2516: checking for LC_MESSAGES" >&5 
    25232516if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 
    25242517  echo $ac_n "(cached) $ac_c" 1>&6 
    25252518else 
    25262519  cat > conftest.$ac_ext <<EOF 
    2527 #line 2528 "configure" 
     2520#line 2521 "configure" 
    25282521#include "confdefs.h" 
    25292522#include <locale.h> 
     
    25322525; return 0; } 
    25332526EOF 
    2534 if { (eval echo configure:2535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2527if { (eval echo configure:2528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    25352528  rm -rf conftest* 
    25362529  am_cv_val_LC_MESSAGES=yes 
     
    25532546  fi 
    25542547   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 
    2555 echo "configure:2556: checking whether NLS is requested" >&5 
     2548echo "configure:2549: checking whether NLS is requested" >&5 
    25562549        # Check whether --enable-nls or --disable-nls was given. 
    25572550if test "${enable_nls+set}" = set; then 
     
    25752568 
    25762569      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 
    2577 echo "configure:2578: checking whether included gettext is requested" >&5 
     2570echo "configure:2571: checking whether included gettext is requested" >&5 
    25782571      # Check whether --with-included-gettext or --without-included-gettext was given. 
    25792572if test "${with_included_gettext+set}" = set; then 
     
    25952588    ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 
    25962589echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 
    2597 echo "configure:2598: checking for libintl.h" >&5 
     2590echo "configure:2591: checking for libintl.h" >&5 
    25982591if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    25992592  echo $ac_n "(cached) $ac_c" 1>&6 
    26002593else 
    26012594  cat > conftest.$ac_ext <<EOF 
    2602 #line 2603 "configure" 
     2595#line 2596 "configure" 
    26032596#include "confdefs.h" 
    26042597#include <libintl.h> 
    26052598EOF 
    26062599ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    2607 { (eval echo configure:2608: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     2600{ (eval echo configure:2601: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    26082601ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    26092602if test -z "$ac_err"; then 
     
    26222615  echo "$ac_t""yes" 1>&6 
    26232616  echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 
    2624 echo "configure:2625: checking for GNU gettext in libc" >&5 
     2617echo "configure:2618: checking for GNU gettext in libc" >&5 
    26252618if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then 
    26262619  echo $ac_n "(cached) $ac_c" 1>&6 
    26272620else 
    26282621  cat > conftest.$ac_ext <<EOF 
    2629 #line 2630 "configure" 
     2622#line 2623 "configure" 
    26302623#include "confdefs.h" 
    26312624#include <libintl.h> 
     
    26362629; return 0; } 
    26372630EOF 
    2638 if { (eval echo configure:2639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2631if { (eval echo configure:2632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    26392632  rm -rf conftest* 
    26402633  gt_cv_func_gnugettext1_libc=yes 
     
    26522645       if test "$gt_cv_func_gnugettext1_libc" != "yes"; then 
    26532646         echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 
    2654 echo "configure:2655: checking for GNU gettext in libintl" >&5 
     2647echo "configure:2648: checking for GNU gettext in libintl" >&5 
    26552648if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then 
    26562649  echo $ac_n "(cached) $ac_c" 1>&6 
     
    26592652        LIBS="$LIBS -lintl $LIBICONV" 
    26602653        cat > conftest.$ac_ext <<EOF 
    2661 #line 2662 "configure" 
     2654#line 2655 "configure" 
    26622655#include "confdefs.h" 
    26632656#include <libintl.h> 
     
    26682661; return 0; } 
    26692662EOF 
    2670 if { (eval echo configure:2671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2663if { (eval echo configure:2664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    26712664  rm -rf conftest* 
    26722665  gt_cv_func_gnugettext1_libintl=yes 
     
    27012694do 
    27022695echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    2703 echo "configure:2704: checking for $ac_func" >&5 
     2696echo "configure:2697: checking for $ac_func" >&5 
    27042697if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    27052698  echo $ac_n "(cached) $ac_c" 1>&6 
    27062699else 
    27072700  cat > conftest.$ac_ext <<EOF 
    2708 #line 2709 "configure" 
     2701#line 2702 "configure" 
    27092702#include "confdefs.h" 
    27102703/* System header to define __stub macros and hopefully few prototypes, 
     
    27292722; return 0; } 
    27302723EOF 
    2731 if { (eval echo configure:2732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     2724if { (eval echo configure:2725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    27322725  rm -rf conftest* 
    27332726  eval "ac_cv_func_$ac_func=yes" 
     
    27582751set dummy msgfmt; ac_word=$2 
    27592752echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2760 echo "configure:2761: checking for $ac_word" >&5 
     2753echo "configure:2754: checking for $ac_word" >&5 
    27612754if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 
    27622755  echo $ac_n "(cached) $ac_c" 1>&6 
     
    27922785set dummy gmsgfmt; ac_word=$2 
    27932786echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2794 echo "configure:2795: checking for $ac_word" >&5 
     2787echo "configure:2788: checking for $ac_word" >&5 
    27952788if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 
    27962789  echo $ac_n "(cached) $ac_c" 1>&6 
     
    28292822set dummy xgettext; ac_word=$2 
    28302823echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2831 echo "configure:2832: checking for $ac_word" >&5 
     2824echo "configure:2825: checking for $ac_word" >&5 
    28322825if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 
    28332826  echo $ac_n "(cached) $ac_c" 1>&6 
     
    28792872set dummy msgfmt; ac_word=$2 
    28802873echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2881 echo "configure:2882: checking for $ac_word" >&5 
     2874echo "configure:2875: checking for $ac_word" >&5 
    28822875if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 
    28832876  echo $ac_n "(cached) $ac_c" 1>&6 
     
    29132906set dummy gmsgfmt; ac_word=$2 
    29142907echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2915 echo "configure:2916: checking for $ac_word" >&5 
     2908echo "configure:2909: checking for $ac_word" >&5 
    29162909if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 
    29172910  echo $ac_n "(cached) $ac_c" 1>&6 
     
    29492942set dummy xgettext; ac_word=$2 
    29502943echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    2951 echo "configure:2952: checking for $ac_word" >&5 
     2944echo "configure:2945: checking for $ac_word" >&5 
    29522945if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 
    29532946  echo $ac_n "(cached) $ac_c" 1>&6 
     
    30203013set dummy $ac_prog; ac_word=$2 
    30213014echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    3022 echo "configure:3023: checking for $ac_word" >&5 
     3015echo "configure:3016: checking for $ac_word" >&5 
    30233016if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then 
    30243017  echo $ac_n "(cached) $ac_c" 1>&6 
     
    30533046    else 
    30543047            echo $ac_n "checking version of bison""... $ac_c" 1>&6 
    3055 echo "configure:3056: checking version of bison" >&5 
     3048echo "configure:3049: checking version of bison" >&5 
    30563049      ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` 
    30573050      case $ac_prog_version in 
     
    31003093     else 
    31013094       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 
    3102 echo "configure:3103: checking for catalogs to be installed" >&5 
     3095echo "configure:3096: checking for catalogs to be installed" >&5 
    31033096       NEW_LINGUAS= 
    31043097       for presentlang in $ALL_LINGUAS; do 
     
    31523145# ./install, which can be erroneously created by make from ./install.sh. 
    31533146echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 
    3154 echo "configure:3155: checking for a BSD compatible install" >&5 
     3147echo "configure:3148: checking for a BSD compatible install" >&5 
    31553148if test -z "$INSTALL"; then 
    31563149if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 
     
    32063199 
    32073200echo $ac_n "checking for working const""... $ac_c" 1>&6 
    3208 echo "configure:3209: checking for working const" >&5 
     3201echo "configure:3202: checking for working const" >&5 
    32093202if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
    32103203  echo $ac_n "(cached) $ac_c" 1>&6 
    32113204else 
    32123205  cat > conftest.$ac_ext <<EOF 
    3213 #line 3214 "configure" 
     3206#line 3207 "configure" 
    32143207#include "confdefs.h" 
    32153208 
     
    32603253; return 0; } 
    32613254EOF 
    3262 if { (eval echo configure:3263: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3255if { (eval echo configure:3256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    32633256  rm -rf conftest* 
    32643257  ac_cv_c_const=yes 
     
    32813274 
    32823275echo $ac_n "checking for inline""... $ac_c" 1>&6 
    3283 echo "configure:3284: checking for inline" >&5 
     3276echo "configure:3277: checking for inline" >&5 
    32843277if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 
    32853278  echo $ac_n "(cached) $ac_c" 1>&6 
     
    32883281for ac_kw in inline __inline__ __inline; do 
    32893282  cat > conftest.$ac_ext <<EOF 
    3290 #line 3291 "configure" 
     3283#line 3284 "configure" 
    32913284#include "confdefs.h" 
    32923285 
     
    32953288; return 0; } 
    32963289EOF 
    3297 if { (eval echo configure:3298: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     3290if { (eval echo configure:3291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    32983291  rm -rf conftest* 
    32993292  ac_cv_c_inline=$ac_kw; break 
     
    33503343set dummy ${ac_tool_prefix}windres; ac_word=$2 
    33513344echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    3352 echo "configure:3353: checking for $ac_word" >&5 
     3345echo "configure:3346: checking for $ac_word" >&5 
    33533346if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then 
    33543347  echo $ac_n "(cached) $ac_c" 1>&6 
     
    33823375set dummy windres; ac_word=$2 
    33833376echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    3384 echo "configure:3385: checking for $ac_word" >&5 
     3377echo "configure:3378: checking for $ac_word" >&5 
    33853378if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then 
    33863379  echo $ac_n "(cached) $ac_c" 1>&6 
     
    34563449do 
    34573450echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    3458 echo "configure:3459: checking for $ac_func" >&5 
     3451echo "configure:3452: checking for $ac_func" >&5 
    34593452if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    34603453  echo $ac_n "(cached) $ac_c" 1>&6 
    34613454else 
    34623455  cat > conftest.$ac_ext <<EOF