Changeset 123b3214ec0802b2c8d1ce6c693dd3b79e1ada31
- Timestamp:
- 07/08/02 23:36:56
(6 years ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1028756216 +0000
- git-parent:
[cd7a6631a91eee7a22259923d88f94a043f82f7d]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1028756216 +0000
- Message:
Audio output 3. Expect major breakages.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r66c62b4 |
r123b321 |
|
| 23 | 23 | INPUT := input input_ext-plugins input_ext-dec input_ext-intf input_dec input_programs input_clock input_info |
|---|
| 24 | 24 | VIDEO_OUTPUT := video_output video_text vout_pictures vout_subpictures |
|---|
| 25 | | AUDIO_OUTPUT := audio_output aout_ext-dec aout_pcm aout_spdif |
|---|
| | 25 | AUDIO_OUTPUT := audio_output filters input mixer output |
|---|
| 26 | 26 | MISC := mtime modules threads cpu configuration netutils iso_lang messages objects extras |
|---|
| 27 | 27 | |
|---|
| r66c62b4 |
r123b321 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## bootstrap.sh file for vlc, the VideoLAN Client |
|---|
| 4 | | ## $Id: bootstrap.sh,v 1.9 2002/08/07 00:29:36 sam Exp $ |
|---|
| | 4 | ## $Id: bootstrap.sh,v 1.10 2002/08/07 21:36:55 massiot Exp $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 74 | 74 | for file in gnome_interface.c gtk_interface.c |
|---|
| 75 | 75 | do |
|---|
| 76 | | if grep -q "DO NOT EDIT THIS FILE" modules/gui/gtk/$file |
|---|
| | 76 | if grep "DO NOT EDIT THIS FILE" modules/gui/gtk/$file 2>&1 > /dev/null |
|---|
| 77 | 77 | then |
|---|
| 78 | 78 | rm -f /tmp/$$.$file.bak |
|---|
| … | … | |
| 98 | 98 | |
|---|
| 99 | 99 | file=gtk_support.h |
|---|
| 100 | | if grep -q "DO NOT EDIT THIS FILE" modules/gui/gtk/$file |
|---|
| | 100 | if grep "DO NOT EDIT THIS FILE" modules/gui/gtk/$file 2>&1 > /dev/null |
|---|
| 101 | 101 | then |
|---|
| 102 | 102 | rm -f /tmp/$$.$file.bak |
|---|
| r66c62b4 |
r123b321 |
|
| 80 | 80 | --enable-mp4 MP4 demux module (default disabled)" |
|---|
| 81 | 81 | ac_help="$ac_help |
|---|
| 82 | | --enable-a52 AC3 support with liba52 (default enabled)" |
|---|
| | 82 | --enable-a52 A/52 support with liba52 (default enabled)" |
|---|
| | 83 | ac_help="$ac_help |
|---|
| | 84 | --with-a52=PATH a52 headers and libraries" |
|---|
| 83 | 85 | ac_help="$ac_help |
|---|
| 84 | 86 | --with-a52-tree=PATH a52dec tree for static linking " |
|---|
| … | … | |
| 120 | 122 | Audio plugins:" |
|---|
| 121 | 123 | ac_help="$ac_help |
|---|
| 122 | | --enable-dsp Linux /dev/dsp support (enabled on Linux)" |
|---|
| | 124 | --enable-oss Linux OSS /dev/dsp support (enabled on Linux)" |
|---|
| 123 | 125 | ac_help="$ac_help |
|---|
| 124 | 126 | --enable-esd Esound library support (default disabled)" |
|---|
| … | … | |
| 733 | 735 | |
|---|
| 734 | 736 | echo $ac_n "checking host system type""... $ac_c" 1>&6 |
|---|
| 735 | | echo "configure:736: checking host system type" >&5 |
|---|
| | 737 | echo "configure:738: checking host system type" >&5 |
|---|
| 736 | 738 | |
|---|
| 737 | 739 | host_alias=$host |
|---|
| … | … | |
| 754 | 756 | |
|---|
| 755 | 757 | echo $ac_n "checking target system type""... $ac_c" 1>&6 |
|---|
| 756 | | echo "configure:757: checking target system type" >&5 |
|---|
| | 758 | echo "configure:759: checking target system type" >&5 |
|---|
| 757 | 759 | |
|---|
| 758 | 760 | target_alias=$target |
|---|
| … | … | |
| 772 | 774 | |
|---|
| 773 | 775 | echo $ac_n "checking build system type""... $ac_c" 1>&6 |
|---|
| 774 | | echo "configure:775: checking build system type" >&5 |
|---|
| | 776 | echo "configure:777: checking build system type" >&5 |
|---|
| 775 | 777 | |
|---|
| 776 | 778 | build_alias=$build |
|---|
| … | … | |
| 806 | 808 | |
|---|
| 807 | 809 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
|---|
| 808 | | echo "configure:809: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
|---|
| | 810 | echo "configure:811: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
|---|
| 809 | 811 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
|---|
| 810 | 812 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
|---|
| … | … | |
| 835 | 837 | set dummy gcc; ac_word=$2 |
|---|
| 836 | 838 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 837 | | echo "configure:838: checking for $ac_word" >&5 |
|---|
| | 839 | echo "configure:840: checking for $ac_word" >&5 |
|---|
| 838 | 840 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|---|
| 839 | 841 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 865 | 867 | set dummy cc; ac_word=$2 |
|---|
| 866 | 868 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 867 | | echo "configure:868: checking for $ac_word" >&5 |
|---|
| | 869 | echo "configure:870: checking for $ac_word" >&5 |
|---|
| 868 | 870 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|---|
| 869 | 871 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 916 | 918 | set dummy cl; ac_word=$2 |
|---|
| 917 | 919 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 918 | | echo "configure:919: checking for $ac_word" >&5 |
|---|
| | 920 | echo "configure:921: checking for $ac_word" >&5 |
|---|
| 919 | 921 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
|---|
| 920 | 922 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 948 | 950 | |
|---|
| 949 | 951 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
|---|
| 950 | | echo "configure:951: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
|---|
| | 952 | echo "configure:953: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
|---|
| 951 | 953 | |
|---|
| 952 | 954 | ac_ext=c |
|---|
| … | … | |
| 959 | 961 | cat > conftest.$ac_ext << EOF |
|---|
| 960 | 962 | |
|---|
| 961 | | #line 962 "configure" |
|---|
| | 963 | #line 964 "configure" |
|---|
| 962 | 964 | #include "confdefs.h" |
|---|
| 963 | 965 | |
|---|
| 964 | 966 | main(){return(0);} |
|---|
| 965 | 967 | EOF |
|---|
| 966 | | if { (eval echo configure:967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 968 | if { (eval echo configure:969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 967 | 969 | ac_cv_prog_cc_works=yes |
|---|
| 968 | 970 | # If we can't run a trivial program, we are probably using a cross compiler. |
|---|
| … | … | |
| 990 | 992 | fi |
|---|
| 991 | 993 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 |
|---|
| 992 | | echo "configure:993: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
|---|
| | 994 | echo "configure:995: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
|---|
| 993 | 995 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
|---|
| 994 | 996 | cross_compiling=$ac_cv_prog_cc_cross |
|---|
| 995 | 997 | |
|---|
| 996 | 998 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
|---|
| 997 | | echo "configure:998: checking whether we are using GNU C" >&5 |
|---|
| | 999 | echo "configure:1000: checking whether we are using GNU C" >&5 |
|---|
| 998 | 1000 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
|---|
| 999 | 1001 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1004 | 1006 | #endif |
|---|
| 1005 | 1007 | EOF |
|---|
| 1006 | | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
|---|
| | 1008 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
|---|
| 1007 | 1009 | ac_cv_prog_gcc=yes |
|---|
| 1008 | 1010 | else |
|---|
| … | … | |
| 1023 | 1025 | CFLAGS= |
|---|
| 1024 | 1026 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
|---|
| 1025 | | echo "configure:1026: checking whether ${CC-cc} accepts -g" >&5 |
|---|
| | 1027 | echo "configure:1028: checking whether ${CC-cc} accepts -g" >&5 |
|---|
| 1026 | 1028 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
|---|
| 1027 | 1029 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1055 | 1057 | |
|---|
| 1056 | 1058 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
|---|
| 1057 | | echo "configure:1058: checking how to run the C preprocessor" >&5 |
|---|
| | 1059 | echo "configure:1060: checking how to run the C preprocessor" >&5 |
|---|
| 1058 | 1060 | # On Suns, sometimes $CPP names a directory. |
|---|
| 1059 | 1061 | if test -n "$CPP" && test -d "$CPP"; then |
|---|
| … | … | |
| 1070 | 1072 | # not just through cpp. |
|---|
| 1071 | 1073 | cat > conftest.$ac_ext <<EOF |
|---|
| 1072 | | #line 1073 "configure" |
|---|
| | 1074 | #line 1075 "configure" |
|---|
| 1073 | 1075 | #include "confdefs.h" |
|---|
| 1074 | 1076 | #include <assert.h> |
|---|
| … | … | |
| 1076 | 1078 | EOF |
|---|
| 1077 | 1079 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 1078 | | { (eval echo configure:1079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 1080 | { (eval echo configure:1081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 1079 | 1081 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1080 | 1082 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1087 | 1089 | CPP="${CC-cc} -E -traditional-cpp" |
|---|
| 1088 | 1090 | cat > conftest.$ac_ext <<EOF |
|---|
| 1089 | | #line 1090 "configure" |
|---|
| | 1091 | #line 1092 "configure" |
|---|
| 1090 | 1092 | #include "confdefs.h" |
|---|
| 1091 | 1093 | #include <assert.h> |
|---|
| … | … | |
| 1093 | 1095 | EOF |
|---|
| 1094 | 1096 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 1095 | | { (eval echo configure:1096: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 1097 | { (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 1096 | 1098 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1097 | 1099 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1104 | 1106 | CPP="${CC-cc} -nologo -E" |
|---|
| 1105 | 1107 | cat > conftest.$ac_ext <<EOF |
|---|
| 1106 | | #line 1107 "configure" |
|---|
| | 1108 | #line 1109 "configure" |
|---|
| 1107 | 1109 | #include "confdefs.h" |
|---|
| 1108 | 1110 | #include <assert.h> |
|---|
| … | … | |
| 1110 | 1112 | EOF |
|---|
| 1111 | 1113 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 1112 | | { (eval echo configure:1113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 1114 | { (eval echo configure:1115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 1113 | 1115 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1114 | 1116 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1144 | 1146 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
|---|
| 1145 | 1147 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1146 | | echo "configure:1147: checking for $ac_word" >&5 |
|---|
| | 1148 | echo "configure:1149: checking for $ac_word" >&5 |
|---|
| 1147 | 1149 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
|---|
| 1148 | 1150 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1176 | 1178 | set dummy ranlib; ac_word=$2 |
|---|
| 1177 | 1179 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1178 | | echo "configure:1179: checking for $ac_word" >&5 |
|---|
| | 1180 | echo "configure:1181: checking for $ac_word" >&5 |
|---|
| 1179 | 1181 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
|---|
| 1180 | 1182 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1211 | 1213 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
|---|
| 1212 | 1214 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1213 | | echo "configure:1214: checking for $ac_word" >&5 |
|---|
| | 1215 | echo "configure:1216: checking for $ac_word" >&5 |
|---|
| 1214 | 1216 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
|---|
| 1215 | 1217 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1243 | 1245 | set dummy strip; ac_word=$2 |
|---|
| 1244 | 1246 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1245 | | echo "configure:1246: checking for $ac_word" >&5 |
|---|
| | 1247 | echo "configure:1248: checking for $ac_word" >&5 |
|---|
| 1246 | 1248 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
|---|
| 1247 | 1249 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1279 | 1281 | set dummy gmake; ac_word=$2 |
|---|
| 1280 | 1282 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1281 | | echo "configure:1282: checking for $ac_word" >&5 |
|---|
| | 1283 | echo "configure:1284: checking for $ac_word" >&5 |
|---|
| 1282 | 1284 | if eval "test \"`echo '$''{'ac_cv_path_GMAKE'+set}'`\" = set"; then |
|---|
| 1283 | 1285 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1314 | 1316 | if test "x${GMAKE}" = "xno"; then |
|---|
| 1315 | 1317 | echo $ac_n "checking whether GNU make is installed""... $ac_c" 1>&6 |
|---|
| 1316 | | echo "configure:1317: checking whether GNU make is installed" >&5 |
|---|
| | 1318 | echo "configure:1319: checking whether GNU make is installed" >&5 |
|---|
| 1317 | 1319 | if eval "test \"`echo '$''{'ac_cv_gmake'+set}'`\" = set"; then |
|---|
| 1318 | 1320 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1346 | 1348 | set dummy ranlib; ac_word=$2 |
|---|
| 1347 | 1349 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 1348 | | echo "configure:1349: checking for $ac_word" >&5 |
|---|
| | 1350 | echo "configure:1351: checking for $ac_word" >&5 |
|---|
| 1349 | 1351 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
|---|
| 1350 | 1352 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1375 | 1377 | |
|---|
| 1376 | 1378 | echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 |
|---|
| 1377 | | echo "configure:1378: checking for strerror in -lcposix" >&5 |
|---|
| | 1379 | echo "configure:1380: checking for strerror in -lcposix" >&5 |
|---|
| 1378 | 1380 | ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` |
|---|
| 1379 | 1381 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|---|
| … | … | |
| 1383 | 1385 | LIBS="-lcposix $LIBS" |
|---|
| 1384 | 1386 | cat > conftest.$ac_ext <<EOF |
|---|
| 1385 | | #line 1386 "configure" |
|---|
| | 1387 | #line 1388 "configure" |
|---|
| 1386 | 1388 | #include "confdefs.h" |
|---|
| 1387 | 1389 | /* Override any gcc2 internal prototype to avoid an error. */ |
|---|
| … | … | |
| 1394 | 1396 | ; return 0; } |
|---|
| 1395 | 1397 | EOF |
|---|
| 1396 | | if { (eval echo configure:1397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1398 | if { (eval echo configure:1399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1397 | 1399 | rm -rf conftest* |
|---|
| 1398 | 1400 | eval "ac_cv_lib_$ac_lib_var=yes" |
|---|
| … | … | |
| 1417 | 1419 | |
|---|
| 1418 | 1420 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
|---|
| 1419 | | echo "configure:1420: checking for ANSI C header files" >&5 |
|---|
| | 1421 | echo "configure:1422: checking for ANSI C header files" >&5 |
|---|
| 1420 | 1422 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
|---|
| 1421 | 1423 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1422 | 1424 | else |
|---|
| 1423 | 1425 | cat > conftest.$ac_ext <<EOF |
|---|
| 1424 | | #line 1425 "configure" |
|---|
| | 1426 | #line 1427 "configure" |
|---|
| 1425 | 1427 | #include "confdefs.h" |
|---|
| 1426 | 1428 | #include <stdlib.h> |
|---|
| … | … | |
| 1430 | 1432 | EOF |
|---|
| 1431 | 1433 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 1432 | | { (eval echo configure:1433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 1434 | { (eval echo configure:1435: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 1433 | 1435 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1434 | 1436 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1447 | 1449 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
|---|
| 1448 | 1450 | cat > conftest.$ac_ext <<EOF |
|---|
| 1449 | | #line 1450 "configure" |
|---|
| | 1451 | #line 1452 "configure" |
|---|
| 1450 | 1452 | #include "confdefs.h" |
|---|
| 1451 | 1453 | #include <string.h> |
|---|
| … | … | |
| 1465 | 1467 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
|---|
| 1466 | 1468 | cat > conftest.$ac_ext <<EOF |
|---|
| 1467 | | #line 1468 "configure" |
|---|
| | 1469 | #line 1470 "configure" |
|---|
| 1468 | 1470 | #include "confdefs.h" |
|---|
| 1469 | 1471 | #include <stdlib.h> |
|---|
| … | … | |
| 1486 | 1488 | else |
|---|
| 1487 | 1489 | cat > conftest.$ac_ext <<EOF |
|---|
| 1488 | | #line 1489 "configure" |
|---|
| | 1490 | #line 1491 "configure" |
|---|
| 1489 | 1491 | #include "confdefs.h" |
|---|
| 1490 | 1492 | #include <ctype.h> |
|---|
| … | … | |
| 1497 | 1499 | |
|---|
| 1498 | 1500 | EOF |
|---|
| 1499 | | if { (eval echo configure:1500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| | 1501 | if { (eval echo configure:1502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| 1500 | 1502 | then |
|---|
| 1501 | 1503 | : |
|---|
| … | … | |
| 1521 | 1523 | |
|---|
| 1522 | 1524 | echo $ac_n "checking for working const""... $ac_c" 1>&6 |
|---|
| 1523 | | echo "configure:1524: checking for working const" >&5 |
|---|
| | 1525 | echo "configure:1526: checking for working const" >&5 |
|---|
| 1524 | 1526 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
|---|
| 1525 | 1527 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1526 | 1528 | else |
|---|
| 1527 | 1529 | cat > conftest.$ac_ext <<EOF |
|---|
| 1528 | | #line 1529 "configure" |
|---|
| | 1530 | #line 1531 "configure" |
|---|
| 1529 | 1531 | #include "confdefs.h" |
|---|
| 1530 | 1532 | |
|---|
| … | … | |
| 1575 | 1577 | ; return 0; } |
|---|
| 1576 | 1578 | EOF |
|---|
| 1577 | | if { (eval echo configure:1578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 1579 | if { (eval echo configure:1580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 1578 | 1580 | rm -rf conftest* |
|---|
| 1579 | 1581 | ac_cv_c_const=yes |
|---|
| … | … | |
| 1596 | 1598 | |
|---|
| 1597 | 1599 | echo $ac_n "checking for inline""... $ac_c" 1>&6 |
|---|
| 1598 | | echo "configure:1599: checking for inline" >&5 |
|---|
| | 1600 | echo "configure:1601: checking for inline" >&5 |
|---|
| 1599 | 1601 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
|---|
| 1600 | 1602 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1603 | 1605 | for ac_kw in inline __inline__ __inline; do |
|---|
| 1604 | 1606 | cat > conftest.$ac_ext <<EOF |
|---|
| 1605 | | #line 1606 "configure" |
|---|
| | 1607 | #line 1608 "configure" |
|---|
| 1606 | 1608 | #include "confdefs.h" |
|---|
| 1607 | 1609 | |
|---|
| … | … | |
| 1610 | 1612 | ; return 0; } |
|---|
| 1611 | 1613 | EOF |
|---|
| 1612 | | if { (eval echo configure:1613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 1614 | if { (eval echo configure:1615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 1613 | 1615 | rm -rf conftest* |
|---|
| 1614 | 1616 | ac_cv_c_inline=$ac_kw; break |
|---|
| … | … | |
| 1636 | 1638 | |
|---|
| 1637 | 1639 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 |
|---|
| 1638 | | echo "configure:1639: checking for off_t" >&5 |
|---|
| | 1640 | echo "configure:1641: checking for off_t" >&5 |
|---|
| 1639 | 1641 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
|---|
| 1640 | 1642 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1641 | 1643 | else |
|---|
| 1642 | 1644 | cat > conftest.$ac_ext <<EOF |
|---|
| 1643 | | #line 1644 "configure" |
|---|
| | 1645 | #line 1646 "configure" |
|---|
| 1644 | 1646 | #include "confdefs.h" |
|---|
| 1645 | 1647 | #include <sys/types.h> |
|---|
| … | … | |
| 1669 | 1671 | |
|---|
| 1670 | 1672 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
|---|
| 1671 | | echo "configure:1672: checking for size_t" >&5 |
|---|
| | 1673 | echo "configure:1674: checking for size_t" >&5 |
|---|
| 1672 | 1674 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
|---|
| 1673 | 1675 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1674 | 1676 | else |
|---|
| 1675 | 1677 | cat > conftest.$ac_ext <<EOF |
|---|
| 1676 | | #line 1677 "configure" |
|---|
| | 1678 | #line 1679 "configure" |
|---|
| 1677 | 1679 | #include "confdefs.h" |
|---|
| 1678 | 1680 | #include <sys/types.h> |
|---|
| … | … | |
| 1704 | 1706 | # for constant arguments. Useless! |
|---|
| 1705 | 1707 | echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 |
|---|
| 1706 | | echo "configure:1707: checking for working alloca.h" >&5 |
|---|
| | 1708 | echo "configure:1709: checking for working alloca.h" >&5 |
|---|
| 1707 | 1709 | if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
|---|
| 1708 | 1710 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1709 | 1711 | else |
|---|
| 1710 | 1712 | cat > conftest.$ac_ext <<EOF |
|---|
| 1711 | | #line 1712 "configure" |
|---|
| | 1713 | #line 1714 "configure" |
|---|
| 1712 | 1714 | #include "confdefs.h" |
|---|
| 1713 | 1715 | #include <alloca.h> |
|---|
| … | … | |
| 1716 | 1718 | ; return 0; } |
|---|
| 1717 | 1719 | EOF |
|---|
| 1718 | | if { (eval echo configure:1719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1720 | if { (eval echo configure:1721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1719 | 1721 | rm -rf conftest* |
|---|
| 1720 | 1722 | ac_cv_header_alloca_h=yes |
|---|
| … | … | |
| 1737 | 1739 | |
|---|
| 1738 | 1740 | echo $ac_n "checking for alloca""... $ac_c" 1>&6 |
|---|
| 1739 | | echo "configure:1740: checking for alloca" >&5 |
|---|
| | 1741 | echo "configure:1742: checking for alloca" >&5 |
|---|
| 1740 | 1742 | if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
|---|
| 1741 | 1743 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1742 | 1744 | else |
|---|
| 1743 | 1745 | cat > conftest.$ac_ext <<EOF |
|---|
| 1744 | | #line 1745 "configure" |
|---|
| | 1746 | #line 1747 "configure" |
|---|
| 1745 | 1747 | #include "confdefs.h" |
|---|
| 1746 | 1748 | |
|---|
| … | … | |
| 1770 | 1772 | ; return 0; } |
|---|
| 1771 | 1773 | EOF |
|---|
| 1772 | | if { (eval echo configure:1773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1774 | if { (eval echo configure:1775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1773 | 1775 | rm -rf conftest* |
|---|
| 1774 | 1776 | ac_cv_func_alloca_works=yes |
|---|
| … | … | |
| 1802 | 1804 | |
|---|
| 1803 | 1805 | echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 |
|---|
| 1804 | | echo "configure:1805: checking whether alloca needs Cray hooks" >&5 |
|---|
| | 1806 | echo "configure:1807: checking whether alloca needs Cray hooks" >&5 |
|---|
| 1805 | 1807 | if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
|---|
| 1806 | 1808 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1807 | 1809 | else |
|---|
| 1808 | 1810 | cat > conftest.$ac_ext <<EOF |
|---|
| 1809 | | #line 1810 "configure" |
|---|
| | 1811 | #line 1812 "configure" |
|---|
| 1810 | 1812 | #include "confdefs.h" |
|---|
| 1811 | 1813 | #if defined(CRAY) && ! defined(CRAY2) |
|---|
| … | … | |
| 1832 | 1834 | for ac_func in _getb67 GETB67 getb67; do |
|---|
| 1833 | 1835 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 1834 | | echo "configure:1835: checking for $ac_func" >&5 |
|---|
| | 1836 | echo "configure:1837: checking for $ac_func" >&5 |
|---|
| 1835 | 1837 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 1836 | 1838 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1837 | 1839 | else |
|---|
| 1838 | 1840 | cat > conftest.$ac_ext <<EOF |
|---|
| 1839 | | #line 1840 "configure" |
|---|
| | 1841 | #line 1842 "configure" |
|---|
| 1840 | 1842 | #include "confdefs.h" |
|---|
| 1841 | 1843 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 1860 | 1862 | ; return 0; } |
|---|
| 1861 | 1863 | EOF |
|---|
| 1862 | | if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 1864 | if { (eval echo configure:1865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 1863 | 1865 | rm -rf conftest* |
|---|
| 1864 | 1866 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 1887 | 1889 | |
|---|
| 1888 | 1890 | echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 |
|---|
| 1889 | | echo "configure:1890: checking stack direction for C alloca" >&5 |
|---|
| | 1891 | echo "configure:1892: checking stack direction for C alloca" >&5 |
|---|
| 1890 | 1892 | if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
|---|
| 1891 | 1893 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 1895 | 1897 | else |
|---|
| 1896 | 1898 | cat > conftest.$ac_ext <<EOF |
|---|
| 1897 | | #line 1898 "configure" |
|---|
| | 1899 | #line 1900 "configure" |
|---|
| 1898 | 1900 | #include "confdefs.h" |
|---|
| 1899 | 1901 | find_stack_direction () |
|---|
| … | … | |
| 1914 | 1916 | } |
|---|
| 1915 | 1917 | EOF |
|---|
| 1916 | | if { (eval echo configure:1917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| | 1918 | if { (eval echo configure:1919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| 1917 | 1919 | then |
|---|
| 1918 | 1920 | ac_cv_c_stack_direction=1 |
|---|
| … | … | |
| 1939 | 1941 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 1940 | 1942 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 1941 | | echo "configure:1942: checking for $ac_hdr" >&5 |
|---|
| | 1943 | echo "configure:1944: checking for $ac_hdr" >&5 |
|---|
| 1942 | 1944 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 1943 | 1945 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1944 | 1946 | else |
|---|
| 1945 | 1947 | cat > conftest.$ac_ext <<EOF |
|---|
| 1946 | | #line 1947 "configure" |
|---|
| | 1948 | #line 1949 "configure" |
|---|
| 1947 | 1949 | #include "confdefs.h" |
|---|
| 1948 | 1950 | #include <$ac_hdr> |
|---|
| 1949 | 1951 | EOF |
|---|
| 1950 | 1952 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 1951 | | { (eval echo configure:1952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 1953 | { (eval echo configure:1954: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 1952 | 1954 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 1953 | 1955 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 1978 | 1980 | do |
|---|
| 1979 | 1981 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 1980 | | echo "configure:1981: checking for $ac_func" >&5 |
|---|
| | 1982 | echo "configure:1983: checking for $ac_func" >&5 |
|---|
| 1981 | 1983 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 1982 | 1984 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 1983 | 1985 | else |
|---|
| 1984 | 1986 | cat > conftest.$ac_ext <<EOF |
|---|
| 1985 | | #line 1986 "configure" |
|---|
| | 1987 | #line 1988 "configure" |
|---|
| 1986 | 1988 | #include "confdefs.h" |
|---|
| 1987 | 1989 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 2006 | 2008 | ; return 0; } |
|---|
| 2007 | 2009 | EOF |
|---|
| 2008 | | if { (eval echo configure:2009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2010 | if { (eval echo configure:2011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2009 | 2011 | rm -rf conftest* |
|---|
| 2010 | 2012 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 2031 | 2033 | |
|---|
| 2032 | 2034 | echo $ac_n "checking for working mmap""... $ac_c" 1>&6 |
|---|
| 2033 | | echo "configure:2034: checking for working mmap" >&5 |
|---|
| | 2035 | echo "configure:2036: checking for working mmap" >&5 |
|---|
| 2034 | 2036 | if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then |
|---|
| 2035 | 2037 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2039 | 2041 | else |
|---|
| 2040 | 2042 | cat > conftest.$ac_ext <<EOF |
|---|
| 2041 | | #line 2042 "configure" |
|---|
| | 2043 | #line 2044 "configure" |
|---|
| 2042 | 2044 | #include "confdefs.h" |
|---|
| 2043 | 2045 | |
|---|
| … | … | |
| 2179 | 2181 | |
|---|
| 2180 | 2182 | EOF |
|---|
| 2181 | | if { (eval echo configure:2182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| | 2183 | if { (eval echo configure:2184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
|---|
| 2182 | 2184 | then |
|---|
| 2183 | 2185 | ac_cv_func_mmap_fixed_mapped=yes |
|---|
| … | … | |
| 2203 | 2205 | |
|---|
| 2204 | 2206 | echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6 |
|---|
| 2205 | | echo "configure:2206: checking whether we are using the GNU C Library 2.1 or newer" >&5 |
|---|
| | 2207 | echo "configure:2208: checking whether we are using the GNU C Library 2.1 or newer" >&5 |
|---|
| 2206 | 2208 | if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then |
|---|
| 2207 | 2209 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2208 | 2210 | else |
|---|
| 2209 | 2211 | cat > conftest.$ac_ext <<EOF |
|---|
| 2210 | | #line 2211 "configure" |
|---|
| | 2212 | #line 2213 "configure" |
|---|
| 2211 | 2213 | #include "confdefs.h" |
|---|
| 2212 | 2214 | |
|---|
| … | … | |
| 2244 | 2246 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|---|
| 2245 | 2247 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|---|
| 2246 | | echo "configure:2247: checking for $ac_hdr" >&5 |
|---|
| | 2248 | echo "configure:2249: checking for $ac_hdr" >&5 |
|---|
| 2247 | 2249 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 2248 | 2250 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2249 | 2251 | else |
|---|
| 2250 | 2252 | cat > conftest.$ac_ext <<EOF |
|---|
| 2251 | | #line 2252 "configure" |
|---|
| | 2253 | #line 2254 "configure" |
|---|
| 2252 | 2254 | #include "confdefs.h" |
|---|
| 2253 | 2255 | #include <$ac_hdr> |
|---|
| 2254 | 2256 | EOF |
|---|
| 2255 | 2257 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 2256 | | { (eval echo configure:2257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 2258 | { (eval echo configure:2259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 2257 | 2259 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 2258 | 2260 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 2285 | 2287 | do |
|---|
| 2286 | 2288 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 2287 | | echo "configure:2288: checking for $ac_func" >&5 |
|---|
| | 2289 | echo "configure:2290: checking for $ac_func" >&5 |
|---|
| 2288 | 2290 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 2289 | 2291 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2290 | 2292 | else |
|---|
| 2291 | 2293 | cat > conftest.$ac_ext <<EOF |
|---|
| 2292 | | #line 2293 "configure" |
|---|
| | 2294 | #line 2295 "configure" |
|---|
| 2293 | 2295 | #include "confdefs.h" |
|---|
| 2294 | 2296 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 2313 | 2315 | ; return 0; } |
|---|
| 2314 | 2316 | EOF |
|---|
| 2315 | | if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2317 | if { (eval echo configure:2318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2316 | 2318 | rm -rf conftest* |
|---|
| 2317 | 2319 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 2353 | 2355 | |
|---|
| 2354 | 2356 | echo $ac_n "checking for iconv""... $ac_c" 1>&6 |
|---|
| 2355 | | echo "configure:2356: checking for iconv" >&5 |
|---|
| | 2357 | echo "configure:2358: checking for iconv" >&5 |
|---|
| 2356 | 2358 | if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then |
|---|
| 2357 | 2359 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2361 | 2363 | am_cv_lib_iconv=no |
|---|
| 2362 | 2364 | cat > conftest.$ac_ext <<EOF |
|---|
| 2363 | | #line 2364 "configure" |
|---|
| | 2365 | #line 2366 "configure" |
|---|
| 2364 | 2366 | #include "confdefs.h" |
|---|
| 2365 | 2367 | #include <stdlib.h> |
|---|
| … | … | |
| 2371 | 2373 | ; return 0; } |
|---|
| 2372 | 2374 | EOF |
|---|
| 2373 | | if { (eval echo configure:2374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2375 | if { (eval echo configure:2376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2374 | 2376 | rm -rf conftest* |
|---|
| 2375 | 2377 | am_cv_func_iconv=yes |
|---|
| … | … | |
| 2383 | 2385 | LIBS="$LIBS -liconv" |
|---|
| 2384 | 2386 | cat > conftest.$ac_ext <<EOF |
|---|
| 2385 | | #line 2386 "configure" |
|---|
| | 2387 | #line 2388 "configure" |
|---|
| 2386 | 2388 | #include "confdefs.h" |
|---|
| 2387 | 2389 | #include <stdlib.h> |
|---|
| … | … | |
| 2393 | 2395 | ; return 0; } |
|---|
| 2394 | 2396 | EOF |
|---|
| 2395 | | if { (eval echo configure:2396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2397 | if { (eval echo configure:2398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2396 | 2398 | rm -rf conftest* |
|---|
| 2397 | 2399 | am_cv_lib_iconv=yes |
|---|
| … | … | |
| 2414 | 2416 | |
|---|
| 2415 | 2417 | echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 |
|---|
| 2416 | | echo "configure:2417: checking for iconv declaration" >&5 |
|---|
| | 2418 | echo "configure:2419: checking for iconv declaration" >&5 |
|---|
| 2417 | 2419 | if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then |
|---|
| 2418 | 2420 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2420 | 2422 | |
|---|
| 2421 | 2423 | cat > conftest.$ac_ext <<EOF |
|---|
| 2422 | | #line 2423 "configure" |
|---|
| | 2424 | #line 2425 "configure" |
|---|
| 2423 | 2425 | #include "confdefs.h" |
|---|
| 2424 | 2426 | |
|---|
| … | … | |
| 2439 | 2441 | ; return 0; } |
|---|
| 2440 | 2442 | EOF |
|---|
| 2441 | | if { (eval echo configure:2442: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| | 2443 | if { (eval echo configure:2444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|---|
| 2442 | 2444 | rm -rf conftest* |
|---|
| 2443 | 2445 | am_cv_proto_iconv_arg1="" |
|---|
| … | … | |
| 2468 | 2470 | |
|---|
| 2469 | 2471 | echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 |
|---|
| 2470 | | echo "configure:2471: checking for nl_langinfo and CODESET" >&5 |
|---|
| | 2472 | echo "configure:2473: checking for nl_langinfo and CODESET" >&5 |
|---|
| 2471 | 2473 | if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then |
|---|
| 2472 | 2474 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2473 | 2475 | else |
|---|
| 2474 | 2476 | cat > conftest.$ac_ext <<EOF |
|---|
| 2475 | | #line 2476 "configure" |
|---|
| | 2477 | #line 2478 "configure" |
|---|
| 2476 | 2478 | #include "confdefs.h" |
|---|
| 2477 | 2479 | #include <langinfo.h> |
|---|
| … | … | |
| 2480 | 2482 | ; return 0; } |
|---|
| 2481 | 2483 | EOF |
|---|
| 2482 | | if { (eval echo configure:2483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2484 | if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2483 | 2485 | rm -rf conftest* |
|---|
| 2484 | 2486 | am_cv_langinfo_codeset=yes |
|---|
| … | … | |
| 2503 | 2505 | if test $ac_cv_header_locale_h = yes; then |
|---|
| 2504 | 2506 | echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 |
|---|
| 2505 | | echo "configure:2506: checking for LC_MESSAGES" >&5 |
|---|
| | 2507 | echo "configure:2508: checking for LC_MESSAGES" >&5 |
|---|
| 2506 | 2508 | if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then |
|---|
| 2507 | 2509 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2508 | 2510 | else |
|---|
| 2509 | 2511 | cat > conftest.$ac_ext <<EOF |
|---|
| 2510 | | #line 2511 "configure" |
|---|
| | 2512 | #line 2513 "configure" |
|---|
| 2511 | 2513 | #include "confdefs.h" |
|---|
| 2512 | 2514 | #include <locale.h> |
|---|
| … | … | |
| 2515 | 2517 | ; return 0; } |
|---|
| 2516 | 2518 | EOF |
|---|
| 2517 | | if { (eval echo configure:2518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2519 | if { (eval echo configure:2520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2518 | 2520 | rm -rf conftest* |
|---|
| 2519 | 2521 | am_cv_val_LC_MESSAGES=yes |
|---|
| … | … | |
| 2536 | 2538 | fi |
|---|
| 2537 | 2539 | echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 |
|---|
| 2538 | | echo "configure:2539: checking whether NLS is requested" >&5 |
|---|
| | 2540 | echo "configure:2541: checking whether NLS is requested" >&5 |
|---|
| 2539 | 2541 | # Check whether --enable-nls or --disable-nls was given. |
|---|
| 2540 | 2542 | if test "${enable_nls+set}" = set; then |
|---|
| … | … | |
| 2558 | 2560 | |
|---|
| 2559 | 2561 | echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 |
|---|
| 2560 | | echo "configure:2561: checking whether included gettext is requested" >&5 |
|---|
| | 2562 | echo "configure:2563: checking whether included gettext is requested" >&5 |
|---|
| 2561 | 2563 | # Check whether --with-included-gettext or --without-included-gettext was given. |
|---|
| 2562 | 2564 | if test "${with_included_gettext+set}" = set; then |
|---|
| … | … | |
| 2578 | 2580 | ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` |
|---|
| 2579 | 2581 | echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 |
|---|
| 2580 | | echo "configure:2581: checking for libintl.h" >&5 |
|---|
| | 2582 | echo "configure:2583: checking for libintl.h" >&5 |
|---|
| 2581 | 2583 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|---|
| 2582 | 2584 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2583 | 2585 | else |
|---|
| 2584 | 2586 | cat > conftest.$ac_ext <<EOF |
|---|
| 2585 | | #line 2586 "configure" |
|---|
| | 2587 | #line 2588 "configure" |
|---|
| 2586 | 2588 | #include "confdefs.h" |
|---|
| 2587 | 2589 | #include <libintl.h> |
|---|
| 2588 | 2590 | EOF |
|---|
| 2589 | 2591 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|---|
| 2590 | | { (eval echo configure:2591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| | 2592 | { (eval echo configure:2593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|---|
| 2591 | 2593 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|---|
| 2592 | 2594 | if test -z "$ac_err"; then |
|---|
| … | … | |
| 2605 | 2607 | echo "$ac_t""yes" 1>&6 |
|---|
| 2606 | 2608 | echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 |
|---|
| 2607 | | echo "configure:2608: checking for GNU gettext in libc" >&5 |
|---|
| | 2609 | echo "configure:2610: checking for GNU gettext in libc" >&5 |
|---|
| 2608 | 2610 | if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then |
|---|
| 2609 | 2611 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2610 | 2612 | else |
|---|
| 2611 | 2613 | cat > conftest.$ac_ext <<EOF |
|---|
| 2612 | | #line 2613 "configure" |
|---|
| | 2614 | #line 2615 "configure" |
|---|
| 2613 | 2615 | #include "confdefs.h" |
|---|
| 2614 | 2616 | #include <libintl.h> |
|---|
| … | … | |
| 2619 | 2621 | ; return 0; } |
|---|
| 2620 | 2622 | EOF |
|---|
| 2621 | | if { (eval echo configure:2622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2623 | if { (eval echo configure:2624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2622 | 2624 | rm -rf conftest* |
|---|
| 2623 | 2625 | gt_cv_func_gnugettext1_libc=yes |
|---|
| … | … | |
| 2635 | 2637 | if test "$gt_cv_func_gnugettext1_libc" != "yes"; then |
|---|
| 2636 | 2638 | echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 |
|---|
| 2637 | | echo "configure:2638: checking for GNU gettext in libintl" >&5 |
|---|
| | 2639 | echo "configure:2640: checking for GNU gettext in libintl" >&5 |
|---|
| 2638 | 2640 | if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then |
|---|
| 2639 | 2641 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2642 | 2644 | LIBS="$LIBS -lintl $LIBICONV" |
|---|
| 2643 | 2645 | cat > conftest.$ac_ext <<EOF |
|---|
| 2644 | | #line 2645 "configure" |
|---|
| | 2646 | #line 2647 "configure" |
|---|
| 2645 | 2647 | #include "confdefs.h" |
|---|
| 2646 | 2648 | #include <libintl.h> |
|---|
| … | … | |
| 2651 | 2653 | ; return 0; } |
|---|
| 2652 | 2654 | EOF |
|---|
| 2653 | | if { (eval echo configure:2654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2655 | if { (eval echo configure:2656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2654 | 2656 | rm -rf conftest* |
|---|
| 2655 | 2657 | gt_cv_func_gnugettext1_libintl=yes |
|---|
| … | … | |
| 2684 | 2686 | do |
|---|
| 2685 | 2687 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
|---|
| 2686 | | echo "configure:2687: checking for $ac_func" >&5 |
|---|
| | 2688 | echo "configure:2689: checking for $ac_func" >&5 |
|---|
| 2687 | 2689 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
|---|
| 2688 | 2690 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| 2689 | 2691 | else |
|---|
| 2690 | 2692 | cat > conftest.$ac_ext <<EOF |
|---|
| 2691 | | #line 2692 "configure" |
|---|
| | 2693 | #line 2694 "configure" |
|---|
| 2692 | 2694 | #include "confdefs.h" |
|---|
| 2693 | 2695 | /* System header to define __stub macros and hopefully few prototypes, |
|---|
| … | … | |
| 2712 | 2714 | ; return 0; } |
|---|
| 2713 | 2715 | EOF |
|---|
| 2714 | | if { (eval echo configure:2715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| | 2716 | if { (eval echo configure:2717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|---|
| 2715 | 2717 | rm -rf conftest* |
|---|
| 2716 | 2718 | eval "ac_cv_func_$ac_func=yes" |
|---|
| … | … | |
| 2741 | 2743 | set dummy msgfmt; ac_word=$2 |
|---|
| 2742 | 2744 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2743 | | echo "configure:2744: checking for $ac_word" >&5 |
|---|
| | 2745 | echo "configure:2746: checking for $ac_word" >&5 |
|---|
| 2744 | 2746 | if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then |
|---|
| 2745 | 2747 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2775 | 2777 | set dummy gmsgfmt; ac_word=$2 |
|---|
| 2776 | 2778 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2777 | | echo "configure:2778: checking for $ac_word" >&5 |
|---|
| | 2779 | echo "configure:2780: checking for $ac_word" >&5 |
|---|
| 2778 | 2780 | if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then |
|---|
| 2779 | 2781 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2812 | 2814 | set dummy xgettext; ac_word=$2 |
|---|
| 2813 | 2815 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2814 | | echo "configure:2815: checking for $ac_word" >&5 |
|---|
| | 2816 | echo "configure:2817: checking for $ac_word" >&5 |
|---|
| 2815 | 2817 | if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then |
|---|
| 2816 | 2818 | echo $ac_n "(cached) $ac_c" 1>&6 |
|---|
| … | … | |
| 2862 | 2864 | set dummy msgfmt; ac_word=$2 |
|---|
| 2863 | 2865 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|---|
| 2864 | | echo "configure:2865: checking for $ac_word" >&5 |
|---|
| | 2866 | echo "configure:2867: checking for $ac_word" >&5 |
|---|
| 2865 | 2867 | if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then |
|---|
| 2866 | 2868 | echo $ac |
|---|