Changeset 37e30b124b64abc0eb521a009392e059fa940177
- 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
| rd1aefb4 |
r37e30b1 |
|
| 68 | 68 | esd_CFLAGS = @esd_CFLAGS@ |
|---|
| 69 | 69 | familiar_CFLAGS = @familiar_CFLAGS@ |
|---|
| | 70 | faad_CFLAGS = @faad_CFLAGS@ |
|---|
| 70 | 71 | ffmpeg_CFLAGS = @ffmpeg_CFLAGS@ |
|---|
| 71 | 72 | glide_CFLAGS = @glide_CFLAGS@ |
|---|
| … | … | |
| 106 | 107 | familiar_LDFLAGS = @familiar_LDFLAGS@ |
|---|
| 107 | 108 | distort_LDFLAGS = @distort_LDFLAGS@ |
|---|
| | 109 | faad_LDFLAGS = @faad_LDFLAGS@ |
|---|
| 108 | 110 | ffmpeg_LDFLAGS = @ffmpeg_LDFLAGS@ |
|---|
| 109 | 111 | mp4_LDFLAGS = @mp4_LDFLAGS@ |
|---|
| r8e11bef |
r37e30b1 |
|
| 78 | 78 | --with-ffmpeg-tree=PATH ffmpeg tree for static linking" |
|---|
| 79 | 79 | ac_help="$ac_help |
|---|
| 80 | | --enable-mp4 MP4 demux module (default disabled)" |
|---|
| | 80 | --enable-faad faad codec (default disabled)" |
|---|
| | 81 | ac_help="$ac_help |
|---|
| | 82 | --with-faad=PATH path to faad installation" |
|---|
| | 83 | ac_help="$ac_help |
|---|
| | 84 | --with-faad-tree=PATH faad tree for static linking" |
|---|
| | 85 | ac_help="$ac_help |
|---|
| | 86 | --enable-mp4 MP4 demux module (default enabled)" |
|---|
| 81 | 87 | ac_help="$ac_help |
|---|
| 82 | 88 | --enable-a52 A/52 support with liba52 (default enabled)" |
|---|
| … | … | |
| 737 | 743 | |
|---|
| 738 | 744 | echo $ac_n "checking host system type""... $ac_c" 1>&6 |
|---|
| 739 | | echo "configure:740: checking host system type" >&5 |
|---|
| | 745 | echo "configure:746: checking host system type" >&5 |
|---|
| 740 | 746 | |
|---|
| 741 | 747 | host_alias=$host |
|---|
| … | … | |
| 758 | 764 | |
|---|
| 759 | 765 | echo $ac_n "checking target system type""... $ac_c" 1>&6 |
|---|
| 760 | | echo "configure:761: checking target system type" >&5 |
|---|
| | 766 | echo "configure:767: checking target system type" >&5 |
|---|
| 761 | 767 | |
|---|
| 762 | 768 | target_alias=$target |
|---|
| … | … | |
| 776 | 782 | |
|---|
| 777 | 783 | echo $ac_n "checking build system type""... $ac_c" 1>&6 |
|---|
| 778 | | echo "configure:779: checking build system type" >&5 |
|---|
| | 784 | echo "configure:785: checking build system type" >&5 |
|---|
| 779 | 785 | |
|---|
| 780 | 786 | build_alias=$build |
|---|
| … | … | |
| 810 | 816 | |
|---|
| 811 | 817 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
|---|
| 812 | | echo "configure:813: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
|---|
| | 818 | echo "configure:819: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
|---|
| 813 | 819 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
|---|
| 814 | 820 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
|---|
| … | … | |
| 839 | 845 | set dummy gcc; ac_word=$2 |
|---|
| 840 | 846 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 841 | | echo "configure:842: checking for $ac_word" >&5 |
|---|
| | 847 | echo "configure:848: checking for $ac_word" >&5 |
|---|
| 842 | 848 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|---|
| 843 | 849 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 869 | 875 | set dummy cc; ac_word=$2 |
|---|
| 870 | 876 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 871 | | echo "configure:872: checking for $ac_word" >&5 |
|---|
| | 877 | echo "configure:878: checking for $ac_word" >&5 |
|---|
| 872 | 878 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|---|
| 873 | 879 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 920 | 926 | set dummy cl; ac_word=$2 |
|---|
| 921 | 927 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 922 | | echo "configure:923: checking for $ac_word" >&5 |
|---|
| | 928 | echo "configure:929: checking for $ac_word" >&5 |
|---|
| 923 | 929 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|---|
| 924 | 930 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 952 | 958 | |
|---|
| 953 | 959 | echo $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 |
|---|
| | 960 | echo "configure:961: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
|---|
| 955 | 961 | |
|---|
| 956 | 962 | ac_ext=c |
|---|
| … | … | |
| 963 | 969 | cat > conftest.$ac_ext << EOF |
|---|
| 964 | 970 | |
|---|
| 965 | | #line 966 "configure" |
|---|
| | 971 | #line 972 "configure" |
|---|
| 966 | 972 | #include "confdefs.h" |
|---|
| 967 | 973 | |
|---|
| 968 | 974 | main(){return(0);} |
|---|
| 969 | 975 | EOF |
|---|
| 970 | | if { (eval echo configure:971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 976 | if { (eval echo configure:977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 971 | 977 | ac_cv_prog_cc_works=yes |
|---|
| 972 | 978 | # If we can't run a trivial program, we are probably using a cross compiler. |
|---|
| … | … | |
| 994 | 1000 | fi |
|---|
| 995 | 1001 | echo $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 |
|---|
| | 1002 | echo "configure:1003: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
|---|
| 997 | 1003 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
|---|
| 998 | 1004 | cross_compiling=$ac_cv_prog_cc_cross |
|---|
| 999 | 1005 | |
|---|
| 1000 | 1006 | echo $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 |
|---|
| | 1007 | echo "configure:1008: checking whether we are using GNU C" >&5 |
|---|
| 1002 | 1008 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
|---|
| 1003 | 1009 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1008 | 1014 | #endif |
|---|
| 1009 | 1015 | EOF |
|---|
| 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 |
|---|
| | 1016 | if { 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 |
|---|
| 1011 | 1017 | ac_cv_prog_gcc=yes |
|---|
| 1012 | 1018 | else |
|---|
| … | … | |
| 1027 | 1033 | CFLAGS= |
|---|
| 1028 | 1034 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
|---|
| 1029 | | echo "configure:1030: checking whether ${CC-cc} accepts -g" >&5 |
|---|
| | 1035 | echo "configure:1036: checking whether ${CC-cc} accepts -g" >&5 |
|---|
| 1030 | 1036 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
|---|
| 1031 | 1037 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1059 | 1065 | |
|---|
| 1060 | 1066 | echo $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 |
|---|
| | 1067 | echo "configure:1068: checking how to run the C preprocessor" >&5 |
|---|
| 1062 | 1068 | # On Suns, sometimes $CPP names a directory. |
|---|
| 1063 | 1069 | if test -n "$CPP" && test -d "$CPP"; then |
|---|
| … | … | |
| 1074 | 1080 | # not just through cpp. |
|---|
| 1075 | 1081 | cat > conftest.$ac_ext <<EOF |
|---|
| 1076 | | #line 1077 "configure" |
|---|
| | 1082 | #line 1083 "configure" |
|---|
| 1077 | 1083 | #include "confdefs.h" |
|---|
| 1078 | 1084 | #include <assert.h> |
|---|
| … | … | |
| 1080 | 1086 | EOF |
|---|
| 1081 | 1087 | ac_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; } |
|---|
| 1083 | 1089 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1084 | 1090 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1091 | 1097 | CPP="${CC-cc} -E -traditional-cpp" |
|---|
| 1092 | 1098 | cat > conftest.$ac_ext <<EOF |
|---|
| 1093 | | #line 1094 "configure" |
|---|
| | 1099 | #line 1100 "configure" |
|---|
| 1094 | 1100 | #include "confdefs.h" |
|---|
| 1095 | 1101 | #include <assert.h> |
|---|
| … | … | |
| 1097 | 1103 | EOF |
|---|
| 1098 | 1104 | ac_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; } |
|---|
| 1100 | 1106 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1101 | 1107 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1108 | 1114 | CPP="${CC-cc} -nologo -E" |
|---|
| 1109 | 1115 | cat > conftest.$ac_ext <<EOF |
|---|
| 1110 | | #line 1111 "configure" |
|---|
| | 1116 | #line 1117 "configure" |
|---|
| 1111 | 1117 | #include "confdefs.h" |
|---|
| 1112 | 1118 | #include <assert.h> |
|---|
| … | … | |
| 1114 | 1120 | EOF |
|---|
| 1115 | 1121 | ac_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; } |
|---|
| 1117 | 1123 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1118 | 1124 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1148 | 1154 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
|---|
| 1149 | 1155 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1150 | | echo "configure:1151: checking for $ac_word" >&5 |
|---|
| | 1156 | echo "configure:1157: checking for $ac_word" >&5 |
|---|
| 1151 | 1157 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
|---|
| 1152 | 1158 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1180 | 1186 | set dummy ranlib; ac_word=$2 |
|---|
| 1181 | 1187 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1182 | | echo "configure:1183: checking for $ac_word" >&5 |
|---|
| | 1188 | echo "configure:1189: checking for $ac_word" >&5 |
|---|
| 1183 | 1189 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
|---|
| 1184 | 1190 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1215 | 1221 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
|---|
| 1216 | 1222 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1217 | | echo "configure:1218: checking for $ac_word" >&5 |
|---|
| | 1223 | echo "configure:1224: checking for $ac_word" >&5 |
|---|
| 1218 | 1224 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
|---|
| 1219 | 1225 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1247 | 1253 | set dummy strip; ac_word=$2 |
|---|
| 1248 | 1254 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1249 | | echo "configure:1250: checking for $ac_word" >&5 |
|---|
| | 1255 | echo "configure:1256: checking for $ac_word" >&5 |
|---|
| 1250 | 1256 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
|---|
| 1251 | 1257 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1283 | 1289 | set dummy gmake; ac_word=$2 |
|---|
| 1284 | 1290 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1285 | | echo "configure:1286: checking for $ac_word" >&5 |
|---|
| | 1291 | echo "configure:1292: checking for $ac_word" >&5 |
|---|
| 1286 | 1292 | if eval "test \"`echo '$''{'ac_cv_path_GMAKE'+set}'`\" = set"; then |
|---|
| 1287 | 1293 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1318 | 1324 | if test "x${GMAKE}" = "xno"; then |
|---|
| 1319 | 1325 | echo $ac_n "checking whether GNU make is installed""... $ac_c" 1>&6 |
|---|
| 1320 | | echo "configure:1321: checking whether GNU make is installed" >&5 |
|---|
| | 1326 | echo "configure:1327: checking whether GNU make is installed" >&5 |
|---|
| 1321 | 1327 | if eval "test \"`echo '$''{'ac_cv_gmake'+set}'`\" = set"; then |
|---|
| 1322 | 1328 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1350 | 1356 | set dummy ranlib; ac_word=$2 |
|---|
| 1351 | 1357 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1352 | | echo "configure:1353: checking for $ac_word" >&5 |
|---|
| | 1358 | echo "configure:1359: checking for $ac_word" >&5 |
|---|
| 1353 | 1359 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
|---|
| 1354 | 1360 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1379 | 1385 | |
|---|
| 1380 | 1386 | echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 |
|---|
| 1381 | | echo "configure:1382: checking for strerror in -lcposix" >&5 |
|---|
| | 1387 | echo "configure:1388: checking for strerror in -lcposix" >&5 |
|---|
| 1382 | 1388 | ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` |
|---|
| 1383 | 1389 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 1387 | 1393 | LIBS="-lcposix $LIBS" |
|---|
| 1388 | 1394 | cat > conftest.$ac_ext <<EOF |
|---|
| 1389 | | #line 1390 "configure" |
|---|
| | 1395 | #line 1396 "configure" |
|---|
| 1390 | 1396 | #include "confdefs.h" |
|---|
| 1391 | 1397 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 1398 | 1404 | ; return 0; } |
|---|
| 1399 | 1405 | EOF |
|---|
| 1400 | | if { (eval echo configure:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1406 | if { (eval echo configure:1407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1401 | 1407 | rm -rf conftest* |
|---|
| 1402 | 1408 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 1421 | 1427 | |
|---|
| 1422 | 1428 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
|---|
| 1423 | | echo "configure:1424: checking for ANSI C header files" >&5 |
|---|
| | 1429 | echo "configure:1430: checking for ANSI C header files" >&5 |
|---|
| 1424 | 1430 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
|---|
| 1425 | 1431 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1426 | 1432 | else |
|---|
| 1427 | 1433 | cat > conftest.$ac_ext <<EOF |
|---|
| 1428 | | #line 1429 "configure" |
|---|
| | 1434 | #line 1435 "configure" |
|---|
| 1429 | 1435 | #include "confdefs.h" |
|---|
| 1430 | 1436 | #include <stdlib.h> |
|---|
| … | … | |
| 1434 | 1440 | EOF |
|---|
| 1435 | 1441 | ac_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; } |
|---|
| 1437 | 1443 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1438 | 1444 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1451 | 1457 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
|---|
| 1452 | 1458 | cat > conftest.$ac_ext <<EOF |
|---|
| 1453 | | #line 1454 "configure" |
|---|
| | 1459 | #line 1460 "configure" |
|---|
| 1454 | 1460 | #include "confdefs.h" |
|---|
| 1455 | 1461 | #include <string.h> |
|---|
| … | … | |
| 1469 | 1475 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
|---|
| 1470 | 1476 | cat > conftest.$ac_ext <<EOF |
|---|
| 1471 | | #line 1472 "configure" |
|---|
| | 1477 | #line 1478 "configure" |
|---|
| 1472 | 1478 | #include "confdefs.h" |
|---|
| 1473 | 1479 | #include <stdlib.h> |
|---|
| … | … | |
| 1490 | 1496 | else |
|---|
| 1491 | 1497 | cat > conftest.$ac_ext <<EOF |
|---|
| 1492 | | #line 1493 "configure" |
|---|
| | 1498 | #line 1499 "configure" |
|---|
| 1493 | 1499 | #include "confdefs.h" |
|---|
| 1494 | 1500 | #include <ctype.h> |
|---|
| … | … | |
| 1501 | 1507 | |
|---|
| 1502 | 1508 | EOF |
|---|
| 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 |
|---|
| | 1509 | if { (eval echo configure:1510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| 1504 | 1510 | then |
|---|
| 1505 | 1511 | : |
|---|
| … | … | |
| 1525 | 1531 | |
|---|
| 1526 | 1532 | echo $ac_n "checking for working const""... $ac_c" 1>&6 |
|---|
| 1527 | | echo "configure:1528: checking for working const" >&5 |
|---|
| | 1533 | echo "configure:1534: checking for working const" >&5 |
|---|
| 1528 | 1534 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
|---|
| 1529 | 1535 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1530 | 1536 | else |
|---|
| 1531 | 1537 | cat > conftest.$ac_ext <<EOF |
|---|
| 1532 | | #line 1533 "configure" |
|---|
| | 1538 | #line 1539 "configure" |
|---|
| 1533 | 1539 | #include "confdefs.h" |
|---|
| 1534 | 1540 | |
|---|
| … | … | |
| 1579 | 1585 | ; return 0; } |
|---|
| 1580 | 1586 | EOF |
|---|
| 1581 | | if { (eval echo configure:1582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 1587 | if { (eval echo configure:1588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 1582 | 1588 | rm -rf conftest* |
|---|
| 1583 | 1589 | ac_cv_c_const=yes |
|---|
| … | … | |
| 1600 | 1606 | |
|---|
| 1601 | 1607 | echo $ac_n "checking for inline""... $ac_c" 1>&6 |
|---|
| 1602 | | echo "configure:1603: checking for inline" >&5 |
|---|
| | 1608 | echo "configure:1609: checking for inline" >&5 |
|---|
| 1603 | 1609 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
|---|
| 1604 | 1610 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1607 | 1613 | for ac_kw in inline __inline__ __inline; do |
|---|
| 1608 | 1614 | cat > conftest.$ac_ext <<EOF |
|---|
| 1609 | | #line 1610 "configure" |
|---|
| | 1615 | #line 1616 "configure" |
|---|
| 1610 | 1616 | #include "confdefs.h" |
|---|
| 1611 | 1617 | |
|---|
| … | … | |
| 1614 | 1620 | ; return 0; } |
|---|
| 1615 | 1621 | EOF |
|---|
| 1616 | | if { (eval echo configure:1617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 1622 | if { (eval echo configure:1623: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 1617 | 1623 | rm -rf conftest* |
|---|
| 1618 | 1624 | ac_cv_c_inline=$ac_kw; break |
|---|
| … | … | |
| 1640 | 1646 | |
|---|
| 1641 | 1647 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 |
|---|
| 1642 | | echo "configure:1643: checking for off_t" >&5 |
|---|
| | 1648 | echo "configure:1649: checking for off_t" >&5 |
|---|
| 1643 | 1649 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
|---|
| 1644 | 1650 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1645 | 1651 | else |
|---|
| 1646 | 1652 | cat > conftest.$ac_ext <<EOF |
|---|
| 1647 | | #line 1648 "configure" |
|---|
| | 1653 | #line 1654 "configure" |
|---|
| 1648 | 1654 | #include "confdefs.h" |
|---|
| 1649 | 1655 | #include <sys/types.h> |
|---|
| … | … | |
| 1673 | 1679 | |
|---|
| 1674 | 1680 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
|---|
| 1675 | | echo "configure:1676: checking for size_t" >&5 |
|---|
| | 1681 | echo "configure:1682: checking for size_t" >&5 |
|---|
| 1676 | 1682 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
|---|
| 1677 | 1683 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1678 | 1684 | else |
|---|
| 1679 | 1685 | cat > conftest.$ac_ext <<EOF |
|---|
| 1680 | | #line 1681 "configure" |
|---|
| | 1686 | #line 1687 "configure" |
|---|
| 1681 | 1687 | #include "confdefs.h" |
|---|
| 1682 | 1688 | #include <sys/types.h> |
|---|
| … | … | |
| 1708 | 1714 | # for constant arguments. Useless! |
|---|
| 1709 | 1715 | echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 |
|---|
| 1710 | | echo "configure:1711: checking for working alloca.h" >&5 |
|---|
| | 1716 | echo "configure:1717: checking for working alloca.h" >&5 |
|---|
| 1711 | 1717 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
|---|
| 1712 | 1718 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1713 | 1719 | else |
|---|
| 1714 | 1720 | cat > conftest.$ac_ext <<EOF |
|---|
| 1715 | | #line 1716 "configure" |
|---|
| | 1721 | #line 1722 "configure" |
|---|
| 1716 | 1722 | #include "confdefs.h" |
|---|
| 1717 | 1723 | #include <alloca.h> |
|---|
| … | … | |
| 1720 | 1726 | ; return 0; } |
|---|
| 1721 | 1727 | EOF |
|---|
| 1722 | | if { (eval echo configure:1723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1728 | if { (eval echo configure:1729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1723 | 1729 | rm -rf conftest* |
|---|
| 1724 | 1730 | ac_cv_header_alloca_h=yes |
|---|
| … | … | |
| 1741 | 1747 | |
|---|
| 1742 | 1748 | echo $ac_n "checking for alloca""... $ac_c" 1>&6 |
|---|
| 1743 | | echo "configure:1744: checking for alloca" >&5 |
|---|
| | 1749 | echo "configure:1750: checking for alloca" >&5 |
|---|
| 1744 | 1750 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
|---|
| 1745 | 1751 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1746 | 1752 | else |
|---|
| 1747 | 1753 | cat > conftest.$ac_ext <<EOF |
|---|
| 1748 | | #line 1749 "configure" |
|---|
| | 1754 | #line 1755 "configure" |
|---|
| 1749 | 1755 | #include "confdefs.h" |
|---|
| 1750 | 1756 | |
|---|
| … | … | |
| 1774 | 1780 | ; return 0; } |
|---|
| 1775 | 1781 | EOF |
|---|
| 1776 | | if { (eval echo configure:1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1782 | if { (eval echo configure:1783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1777 | 1783 | rm -rf conftest* |
|---|
| 1778 | 1784 | ac_cv_func_alloca_works=yes |
|---|
| … | … | |
| 1806 | 1812 | |
|---|
| 1807 | 1813 | echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 |
|---|
| 1808 | | echo "configure:1809: checking whether alloca needs Cray hooks" >&5 |
|---|
| | 1814 | echo "configure:1815: checking whether alloca needs Cray hooks" >&5 |
|---|
| 1809 | 1815 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
|---|
| 1810 | 1816 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1811 | 1817 | else |
|---|
| 1812 | 1818 | cat > conftest.$ac_ext <<EOF |
|---|
| 1813 | | #line 1814 "configure" |
|---|
| | 1819 | #line 1820 "configure" |
|---|
| 1814 | 1820 | #include "confdefs.h" |
|---|
| 1815 | 1821 | #if defined(CRAY) && ! defined(CRAY2) |
|---|
| … | … | |
| 1836 | 1842 | for ac_func in _getb67 GETB67 getb67; do |
|---|
| 1837 | 1843 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 1838 | | echo "configure:1839: checking for $ac_func" >&5 |
|---|
| | 1844 | echo "configure:1845: checking for $ac_func" >&5 |
|---|
| 1839 | 1845 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 1840 | 1846 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1841 | 1847 | else |
|---|
| 1842 | 1848 | cat > conftest.$ac_ext <<EOF |
|---|
| 1843 | | #line 1844 "configure" |
|---|
| | 1849 | #line 1850 "configure" |
|---|
| 1844 | 1850 | #include "confdefs.h" |
|---|
| 1845 | 1851 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 1864 | 1870 | ; return 0; } |
|---|
| 1865 | 1871 | EOF |
|---|
| 1866 | | if { (eval echo configure:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1872 | if { (eval echo configure:1873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1867 | 1873 | rm -rf conftest* |
|---|
| 1868 | 1874 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 1891 | 1897 | |
|---|
| 1892 | 1898 | echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 |
|---|
| 1893 | | echo "configure:1894: checking stack direction for C alloca" >&5 |
|---|
| | 1899 | echo "configure:1900: checking stack direction for C alloca" >&5 |
|---|
| 1894 | 1900 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
|---|
| 1895 | 1901 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1899 | 1905 | else |
|---|
| 1900 | 1906 | cat > conftest.$ac_ext <<EOF |
|---|
| 1901 | | #line 1902 "configure" |
|---|
| | 1907 | #line 1908 "configure" |
|---|
| 1902 | 1908 | #include "confdefs.h" |
|---|
| 1903 | 1909 | find_stack_direction () |
|---|
| … | … | |
| 1918 | 1924 | } |
|---|
| 1919 | 1925 | EOF |
|---|
| 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 |
|---|
| | 1926 | if { (eval echo configure:1927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| 1921 | 1927 | then |
|---|
| 1922 | 1928 | ac_cv_c_stack_direction=1 |
|---|
| … | … | |
| 1939 | 1945 | fi |
|---|
| 1940 | 1946 | |
|---|
| 1941 | | for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h |
|---|
| | 1947 | for ac_hdr in unistd.h |
|---|
| 1942 | 1948 | do |
|---|
| 1943 | 1949 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 1944 | 1950 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 1945 | | echo "configure:1946: checking for $ac_hdr" >&5 |
|---|
| | 1951 | echo "configure:1952: checking for $ac_hdr" >&5 |
|---|
| 1946 | 1952 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 1947 | 1953 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1948 | 1954 | else |
|---|
| 1949 | 1955 | cat > conftest.$ac_ext <<EOF |
|---|
| 1950 | | #line 1951 "configure" |
|---|
| | 1956 | #line 1957 "configure" |
|---|
| 1951 | 1957 | #include "confdefs.h" |
|---|
| 1952 | 1958 | #include <$ac_hdr> |
|---|
| 1953 | 1959 | EOF |
|---|
| 1954 | 1960 | ac_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; } |
|---|
| 1956 | 1962 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1957 | 1963 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1982 | 1988 | do |
|---|
| 1983 | 1989 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 1984 | | echo "configure:1985: checking for $ac_func" >&5 |
|---|
| | 1990 | echo "configure:1991: checking for $ac_func" >&5 |
|---|
| 1985 | 1991 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 1986 | 1992 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1987 | 1993 | else |
|---|
| 1988 | 1994 | cat > conftest.$ac_ext <<EOF |
|---|
| 1989 | | #line 1990 "configure" |
|---|
| | 1995 | #line 1996 "configure" |
|---|
| 1990 | 1996 | #include "confdefs.h" |
|---|
| 1991 | 1997 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 2010 | 2016 | ; return 0; } |
|---|
| 2011 | 2017 | EOF |
|---|
| 2012 | | if { (eval echo configure:2013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2018 | if { (eval echo configure:2019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2013 | 2019 | rm -rf conftest* |
|---|
| 2014 | 2020 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 2035 | 2041 | |
|---|
| 2036 | 2042 | echo $ac_n "checking for working mmap""... $ac_c" 1>&6 |
|---|
| 2037 | | echo "configure:2038: checking for working mmap" >&5 |
|---|
| | 2043 | echo "configure:2044: checking for working mmap" >&5 |
|---|
| 2038 | 2044 | if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then |
|---|
| 2039 | 2045 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2043 | 2049 | else |
|---|
| 2044 | 2050 | cat > conftest.$ac_ext <<EOF |
|---|
| 2045 | | #line 2046 "configure" |
|---|
| | 2051 | #line 2052 "configure" |
|---|
| 2046 | 2052 | #include "confdefs.h" |
|---|
| 2047 | 2053 | |
|---|
| … | … | |
| 2071 | 2077 | #include <sys/mman.h> |
|---|
| 2072 | 2078 | |
|---|
| 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 | | |
|---|
| 2089 | 2079 | /* This mess was copied from the GNU getpagesize.h. */ |
|---|
| 2090 | 2080 | #ifndef HAVE_GETPAGESIZE |
|---|
| | 2081 | # ifdef HAVE_UNISTD_H |
|---|
| | 2082 | # include <unistd.h> |
|---|
| | 2083 | # endif |
|---|
| 2091 | 2084 | |
|---|
| 2092 | 2085 | /* Assume that all systems that can run configure have sys/param.h. */ |
|---|
| … | … | |
| 2196 | 2189 | |
|---|
| 2197 | 2190 | EOF |
|---|
| 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 |
|---|
| | 2191 | if { (eval echo configure:2192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| 2199 | 2192 | then |
|---|
| 2200 | 2193 | ac_cv_func_mmap_fixed_mapped=yes |
|---|
| … | … | |
| 2220 | 2213 | |
|---|
| 2221 | 2214 | 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 |
|---|
| | 2215 | echo "configure:2216: checking whether we are using the GNU C Library 2.1 or newer" >&5 |
|---|
| 2223 | 2216 | if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then |
|---|
| 2224 | 2217 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2225 | 2218 | else |
|---|
| 2226 | 2219 | cat > conftest.$ac_ext <<EOF |
|---|
| 2227 | | #line 2228 "configure" |
|---|
| | 2220 | #line 2221 "configure" |
|---|
| 2228 | 2221 | #include "confdefs.h" |
|---|
| 2229 | 2222 | |
|---|
| … | … | |
| 2261 | 2254 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 2262 | 2255 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 2263 | | echo "configure:2264: checking for $ac_hdr" >&5 |
|---|
| | 2256 | echo "configure:2257: checking for $ac_hdr" >&5 |
|---|
| 2264 | 2257 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 2265 | 2258 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2266 | 2259 | else |
|---|
| 2267 | 2260 | cat > conftest.$ac_ext <<EOF |
|---|
| 2268 | | #line 2269 "configure" |
|---|
| | 2261 | #line 2262 "configure" |
|---|
| 2269 | 2262 | #include "confdefs.h" |
|---|
| 2270 | 2263 | #include <$ac_hdr> |
|---|
| 2271 | 2264 | EOF |
|---|
| 2272 | 2265 | ac_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; } |
|---|
| 2274 | 2267 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 2275 | 2268 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 2302 | 2295 | do |
|---|
| 2303 | 2296 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 2304 | | echo "configure:2305: checking for $ac_func" >&5 |
|---|
| | 2297 | echo "configure:2298: checking for $ac_func" >&5 |
|---|
| 2305 | 2298 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 2306 | 2299 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2307 | 2300 | else |
|---|
| 2308 | 2301 | cat > conftest.$ac_ext <<EOF |
|---|
| 2309 | | #line 2310 "configure" |
|---|
| | 2302 | #line 2303 "configure" |
|---|
| 2310 | 2303 | #include "confdefs.h" |
|---|
| 2311 | 2304 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 2330 | 2323 | ; return 0; } |
|---|
| 2331 | 2324 | EOF |
|---|
| 2332 | | if { (eval echo configure:2333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2325 | if { (eval echo configure:2326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2333 | 2326 | rm -rf conftest* |
|---|
| 2334 | 2327 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 2370 | 2363 | |
|---|
| 2371 | 2364 | echo $ac_n "checking for iconv""... $ac_c" 1>&6 |
|---|
| 2372 | | echo "configure:2373: checking for iconv" >&5 |
|---|
| | 2365 | echo "configure:2366: checking for iconv" >&5 |
|---|
| 2373 | 2366 | if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then |
|---|
| 2374 | 2367 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2378 | 2371 | am_cv_lib_iconv=no |
|---|
| 2379 | 2372 | cat > conftest.$ac_ext <<EOF |
|---|
| 2380 | | #line 2381 "configure" |
|---|
| | 2373 | #line 2374 "configure" |
|---|
| 2381 | 2374 | #include "confdefs.h" |
|---|
| 2382 | 2375 | #include <stdlib.h> |
|---|
| … | … | |
| 2388 | 2381 | ; return 0; } |
|---|
| 2389 | 2382 | EOF |
|---|
| 2390 | | if { (eval echo configure:2391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2383 | if { (eval echo configure:2384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2391 | 2384 | rm -rf conftest* |
|---|
| 2392 | 2385 | am_cv_func_iconv=yes |
|---|
| … | … | |
| 2400 | 2393 | LIBS="$LIBS -liconv" |
|---|
| 2401 | 2394 | cat > conftest.$ac_ext <<EOF |
|---|
| 2402 | | #line 2403 "configure" |
|---|
| | 2395 | #line 2396 "configure" |
|---|
| 2403 | 2396 | #include "confdefs.h" |
|---|
| 2404 | 2397 | #include <stdlib.h> |
|---|
| … | … | |
| 2410 | 2403 | ; return 0; } |
|---|
| 2411 | 2404 | EOF |
|---|
| 2412 | | if { (eval echo configure:2413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2405 | if { (eval echo configure:2406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2413 | 2406 | rm -rf conftest* |
|---|
| 2414 | 2407 | am_cv_lib_iconv=yes |
|---|
| … | … | |
| 2431 | 2424 | |
|---|
| 2432 | 2425 | echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 |
|---|
| 2433 | | echo "configure:2434: checking for iconv declaration" >&5 |
|---|
| | 2426 | echo "configure:2427: checking for iconv declaration" >&5 |
|---|
| 2434 | 2427 | if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then |
|---|
| 2435 | 2428 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2437 | 2430 | |
|---|
| 2438 | 2431 | cat > conftest.$ac_ext <<EOF |
|---|
| 2439 | | #line 2440 "configure" |
|---|
| | 2432 | #line 2433 "configure" |
|---|
| 2440 | 2433 | #include "confdefs.h" |
|---|
| 2441 | 2434 | |
|---|
| … | … | |
| 2456 | 2449 | ; return 0; } |
|---|
| 2457 | 2450 | EOF |
|---|
| 2458 | | if { (eval echo configure:2459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 2451 | if { (eval echo configure:2452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 2459 | 2452 | rm -rf conftest* |
|---|
| 2460 | 2453 | am_cv_proto_iconv_arg1="" |
|---|
| … | … | |
| 2485 | 2478 | |
|---|
| 2486 | 2479 | echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 |
|---|
| 2487 | | echo "configure:2488: checking for nl_langinfo and CODESET" >&5 |
|---|
| | 2480 | echo "configure:2481: checking for nl_langinfo and CODESET" >&5 |
|---|
| 2488 | 2481 | if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then |
|---|
| 2489 | 2482 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2490 | 2483 | else |
|---|
| 2491 | 2484 | cat > conftest.$ac_ext <<EOF |
|---|
| 2492 | | #line 2493 "configure" |
|---|
| | 2485 | #line 2486 "configure" |
|---|
| 2493 | 2486 | #include "confdefs.h" |
|---|
| 2494 | 2487 | #include <langinfo.h> |
|---|
| … | … | |
| 2497 | 2490 | ; return 0; } |
|---|
| 2498 | 2491 | EOF |
|---|
| 2499 | | if { (eval echo configure:2500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2492 | if { (eval echo configure:2493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2500 | 2493 | rm -rf conftest* |
|---|
| 2501 | 2494 | am_cv_langinfo_codeset=yes |
|---|
| … | … | |
| 2520 | 2513 | if test $ac_cv_header_locale_h = yes; then |
|---|
| 2521 | 2514 | echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 |
|---|
| 2522 | | echo "configure:2523: checking for LC_MESSAGES" >&5 |
|---|
| | 2515 | echo "configure:2516: checking for LC_MESSAGES" >&5 |
|---|
| 2523 | 2516 | if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then |
|---|
| 2524 | 2517 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2525 | 2518 | else |
|---|
| 2526 | 2519 | cat > conftest.$ac_ext <<EOF |
|---|
| 2527 | | #line 2528 "configure" |
|---|
| | 2520 | #line 2521 "configure" |
|---|
| 2528 | 2521 | #include "confdefs.h" |
|---|
| 2529 | 2522 | #include <locale.h> |
|---|
| … | … | |
| 2532 | 2525 | ; return 0; } |
|---|
| 2533 | 2526 | EOF |
|---|
| 2534 | | if { (eval echo configure:2535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2527 | if { (eval echo configure:2528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2535 | 2528 | rm -rf conftest* |
|---|
| 2536 | 2529 | am_cv_val_LC_MESSAGES=yes |
|---|
| … | … | |
| 2553 | 2546 | fi |
|---|
| 2554 | 2547 | echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 |
|---|
| 2555 | | echo "configure:2556: checking whether NLS is requested" >&5 |
|---|
| | 2548 | echo "configure:2549: checking whether NLS is requested" >&5 |
|---|
| 2556 | 2549 | # Check whether --enable-nls or --disable-nls was given. |
|---|
| 2557 | 2550 | if test "${enable_nls+set}" = set; then |
|---|
| … | … | |
| 2575 | 2568 | |
|---|
| 2576 | 2569 | echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 |
|---|
| 2577 | | echo "configure:2578: checking whether included gettext is requested" >&5 |
|---|
| | 2570 | echo "configure:2571: checking whether included gettext is requested" >&5 |
|---|
| 2578 | 2571 | # Check whether --with-included-gettext or --without-included-gettext was given. |
|---|
| 2579 | 2572 | if test "${with_included_gettext+set}" = set; then |
|---|
| … | … | |
| 2595 | 2588 | ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` |
|---|
| 2596 | 2589 | echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 |
|---|
| 2597 | | echo "configure:2598: checking for libintl.h" >&5 |
|---|
| | 2590 | echo "configure:2591: checking for libintl.h" >&5 |
|---|
| 2598 | 2591 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 2599 | 2592 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2600 | 2593 | else |
|---|
| 2601 | 2594 | cat > conftest.$ac_ext <<EOF |
|---|
| 2602 | | #line 2603 "configure" |
|---|
| | 2595 | #line 2596 "configure" |
|---|
| 2603 | 2596 | #include "confdefs.h" |
|---|
| 2604 | 2597 | #include <libintl.h> |
|---|
| 2605 | 2598 | EOF |
|---|
| 2606 | 2599 | ac_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; } |
|---|
| 2608 | 2601 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 2609 | 2602 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 2622 | 2615 | echo "$ac_t""yes" 1>&6 |
|---|
| 2623 | 2616 | echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 |
|---|
| 2624 | | echo "configure:2625: checking for GNU gettext in libc" >&5 |
|---|
| | 2617 | echo "configure:2618: checking for GNU gettext in libc" >&5 |
|---|
| 2625 | 2618 | if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then |
|---|
| 2626 | 2619 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2627 | 2620 | else |
|---|
| 2628 | 2621 | cat > conftest.$ac_ext <<EOF |
|---|
| 2629 | | #line 2630 "configure" |
|---|
| | 2622 | #line 2623 "configure" |
|---|
| 2630 | 2623 | #include "confdefs.h" |
|---|
| 2631 | 2624 | #include <libintl.h> |
|---|
| … | … | |
| 2636 | 2629 | ; return 0; } |
|---|
| 2637 | 2630 | EOF |
|---|
| 2638 | | if { (eval echo configure:2639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2631 | if { (eval echo configure:2632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2639 | 2632 | rm -rf conftest* |
|---|
| 2640 | 2633 | gt_cv_func_gnugettext1_libc=yes |
|---|
| … | … | |
| 2652 | 2645 | if test "$gt_cv_func_gnugettext1_libc" != "yes"; then |
|---|
| 2653 | 2646 | echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 |
|---|
| 2654 | | echo "configure:2655: checking for GNU gettext in libintl" >&5 |
|---|
| | 2647 | echo "configure:2648: checking for GNU gettext in libintl" >&5 |
|---|
| 2655 | 2648 | if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then |
|---|
| 2656 | 2649 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2659 | 2652 | LIBS="$LIBS -lintl $LIBICONV" |
|---|
| 2660 | 2653 | cat > conftest.$ac_ext <<EOF |
|---|
| 2661 | | #line 2662 "configure" |
|---|
| | 2654 | #line 2655 "configure" |
|---|
| 2662 | 2655 | #include "confdefs.h" |
|---|
| 2663 | 2656 | #include <libintl.h> |
|---|
| … | … | |
| 2668 | 2661 | ; return 0; } |
|---|
| 2669 | 2662 | EOF |
|---|
| 2670 | | if { (eval echo configure:2671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2663 | if { (eval echo configure:2664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2671 | 2664 | rm -rf conftest* |
|---|
| 2672 | 2665 | gt_cv_func_gnugettext1_libintl=yes |
|---|
| … | … | |
| 2701 | 2694 | do |
|---|
| 2702 | 2695 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 2703 | | echo "configure:2704: checking for $ac_func" >&5 |
|---|
| | 2696 | echo "configure:2697: checking for $ac_func" >&5 |
|---|
| 2704 | 2697 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 2705 | 2698 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2706 | 2699 | else |
|---|
| 2707 | 2700 | cat > conftest.$ac_ext <<EOF |
|---|
| 2708 | | #line 2709 "configure" |
|---|
| | 2701 | #line 2702 "configure" |
|---|
| 2709 | 2702 | #include "confdefs.h" |
|---|
| 2710 | 2703 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 2729 | 2722 | ; return 0; } |
|---|
| 2730 | 2723 | EOF |
|---|
| 2731 | | if { (eval echo configure:2732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2724 | if { (eval echo configure:2725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2732 | 2725 | rm -rf conftest* |
|---|
| 2733 | 2726 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 2758 | 2751 | set dummy msgfmt; ac_word=$2 |
|---|
| 2759 | 2752 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2760 | | echo "configure:2761: checking for $ac_word" >&5 |
|---|
| | 2753 | echo "configure:2754: checking for $ac_word" >&5 |
|---|
| 2761 | 2754 | if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then |
|---|
| 2762 | 2755 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2792 | 2785 | set dummy gmsgfmt; ac_word=$2 |
|---|
| 2793 | 2786 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2794 | | echo "configure:2795: checking for $ac_word" >&5 |
|---|
| | 2787 | echo "configure:2788: checking for $ac_word" >&5 |
|---|
| 2795 | 2788 | if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then |
|---|
| 2796 | 2789 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2829 | 2822 | set dummy xgettext; ac_word=$2 |
|---|
| 2830 | 2823 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2831 | | echo "configure:2832: checking for $ac_word" >&5 |
|---|
| | 2824 | echo "configure:2825: checking for $ac_word" >&5 |
|---|
| 2832 | 2825 | if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then |
|---|
| 2833 | 2826 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2879 | 2872 | set dummy msgfmt; ac_word=$2 |
|---|
| 2880 | 2873 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2881 | | echo "configure:2882: checking for $ac_word" >&5 |
|---|
| | 2874 | echo "configure:2875: checking for $ac_word" >&5 |
|---|
| 2882 | 2875 | if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then |
|---|
| 2883 | 2876 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2913 | 2906 | set dummy gmsgfmt; ac_word=$2 |
|---|
| 2914 | 2907 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2915 | | echo "configure:2916: checking for $ac_word" >&5 |
|---|
| | 2908 | echo "configure:2909: checking for $ac_word" >&5 |
|---|
| 2916 | 2909 | if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then |
|---|
| 2917 | 2910 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2949 | 2942 | set dummy xgettext; ac_word=$2 |
|---|
| 2950 | 2943 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2951 | | echo "configure:2952: checking for $ac_word" >&5 |
|---|
| | 2944 | echo "configure:2945: checking for $ac_word" >&5 |
|---|
| 2952 | 2945 | if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then |
|---|
| 2953 | 2946 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 3020 | 3013 | set dummy $ac_prog; ac_word=$2 |
|---|
| 3021 | 3014 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 3022 | | echo "configure:3023: checking for $ac_word" >&5 |
|---|
| | 3015 | echo "configure:3016: checking for $ac_word" >&5 |
|---|
| 3023 | 3016 | if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then |
|---|
| 3024 | 3017 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 3053 | 3046 | else |
|---|
| 3054 | 3047 | echo $ac_n "checking version of bison""... $ac_c" 1>&6 |
|---|
| 3055 | | echo "configure:3056: checking version of bison" >&5 |
|---|
| | 3048 | echo "configure:3049: checking version of bison" >&5 |
|---|
| 3056 | 3049 | ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` |
|---|
| 3057 | 3050 | case $ac_prog_version in |
|---|
| … | … | |
| 3100 | 3093 | else |
|---|
| 3101 | 3094 | echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 |
|---|
| 3102 | | echo "configure:3103: checking for catalogs to be installed" >&5 |
|---|
| | 3095 | echo "configure:3096: checking for catalogs to be installed" >&5 |
|---|
| 3103 | 3096 | NEW_LINGUAS= |
|---|
| 3104 | 3097 | for presentlang in $ALL_LINGUAS; do |
|---|
| … | … | |
| 3152 | 3145 | # ./install, which can be erroneously created by make from ./install.sh. |
|---|
| 3153 | 3146 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
|---|
| 3154 | | echo "configure:3155: checking for a BSD compatible install" >&5 |
|---|
| | 3147 | echo "configure:3148: checking for a BSD compatible install" >&5 |
|---|
| 3155 | 3148 | if test -z "$INSTALL"; then |
|---|
| 3156 | 3149 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
|---|
| … | … | |
| 3206 | 3199 | |
|---|
| 3207 | 3200 | echo $ac_n "checking for working const""... $ac_c" 1>&6 |
|---|
| 3208 | | echo "configure:3209: checking for working const" >&5 |
|---|
| | 3201 | echo "configure:3202: checking for working const" >&5 |
|---|
| 3209 | 3202 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
|---|
| 3210 | 3203 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 3211 | 3204 | else |
|---|
| 3212 | 3205 | cat > conftest.$ac_ext <<EOF |
|---|
| 3213 | | #line 3214 "configure" |
|---|
| | 3206 | #line 3207 "configure" |
|---|
| 3214 | 3207 | #include "confdefs.h" |
|---|
| 3215 | 3208 | |
|---|
| … | … | |
| 3260 | 3253 | ; return 0; } |
|---|
| 3261 | 3254 | EOF |
|---|
| 3262 | | if { (eval echo configure:3263: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 3255 | if { (eval echo configure:3256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 3263 | 3256 | rm -rf conftest* |
|---|
| 3264 | 3257 | ac_cv_c_const=yes |
|---|
| … | … | |
| 3281 | 3274 | |
|---|
| 3282 | 3275 | echo $ac_n "checking for inline""... $ac_c" 1>&6 |
|---|
| 3283 | | echo "configure:3284: checking for inline" >&5 |
|---|
| | 3276 | echo "configure:3277: checking for inline" >&5 |
|---|
| 3284 | 3277 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
|---|
| 3285 | 3278 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 3288 | 3281 | for ac_kw in inline __inline__ __inline; do |
|---|
| 3289 | 3282 | cat > conftest.$ac_ext <<EOF |
|---|
| 3290 | | #line 3291 "configure" |
|---|
| | 3283 | #line 3284 "configure" |
|---|
| 3291 | 3284 | #include "confdefs.h" |
|---|
| 3292 | 3285 | |
|---|
| … | … | |
| 3295 | 3288 | ; return 0; } |
|---|
| 3296 | 3289 | EOF |
|---|
| 3297 | | if { (eval echo configure:3298: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 3290 | if { (eval echo configure:3291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 3298 | 3291 | rm -rf conftest* |
|---|
| 3299 | 3292 | ac_cv_c_inline=$ac_kw; break |
|---|
| … | … | |
| 3350 | 3343 | set dummy ${ac_tool_prefix}windres; ac_word=$2 |
|---|
| 3351 | 3344 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 3352 | | echo "configure:3353: checking for $ac_word" >&5 |
|---|
| | 3345 | echo "configure:3346: checking for $ac_word" >&5 |
|---|
| 3353 | 3346 | if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then |
|---|
| 3354 | 3347 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 3382 | 3375 | set dummy windres; ac_word=$2 |
|---|
| 3383 | 3376 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 3384 | | echo "configure:3385: checking for $ac_word" >&5 |
|---|
| | 3377 | echo "configure:3378: checking for $ac_word" >&5 |
|---|
| 3385 | 3378 | if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then |
|---|
| 3386 | 3379 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 3456 | 3449 | do |
|---|
| 3457 | 3450 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 3458 | | echo "configure:3459: checking for $ac_func" >&5 |
|---|
| | 3451 | echo "configure:3452: checking for $ac_func" >&5 |
|---|
| 3459 | 3452 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 3460 | 3453 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 3461 | 3454 | else |
|---|
| 3462 | 3455 | cat > conftest.$ac_ext <<EOF |
|---|
|