Lines Matching refs:echo
30 echo=echo
34 elif test "X$1" = X--fallback-echo; then
37 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
38 # Yippee, $echo works!
45 if test "X$1" = X--fallback-echo; then
46 # used as fallback echo
70 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
80 if test "X`($echo '\t') 2>/dev/null`" != 'X\t' ||
81 test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then
82 # The Solaris, AIX, and Digital Unix default echo programs unquote
84 # echo "$something" | sed 's/\\/\\\\/g'
86 # So, first we look for a working echo in the user's PATH.
90 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
91 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
92 test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
93 echo="$dir/echo"
99 if test "X$echo" = Xecho; then
100 # We didn't find a better echo, so look for alternatives.
104 echo='print -r'
115 echo='printf "%s\n"'
116 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
117 test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
120 elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
121 test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
126 echo="$CONFIG_SHELL $0 --fallback-echo"
127 elif test "X`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
128 test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
129 echo="$CONFIG_SHELL $0 --fallback-echo"
134 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
146 # Oops. We lost completely, so just stick with echo.
147 echo=echo
167 progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
228 -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
272 echo "$progname: enabling shell trace mode"
296 --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"; exit 0 ;;
306 echo "$progname: unrecognized option \`$option'" 1>&2
307 echo "$help" 1>&2
316 # if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
317 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
321 echo "$progname: too many arguments" 1>&2
322 echo "$help" 1>&2
329 echo "$progname: you must specify a LTMAIN file" 1>&2
330 echo "$help" 1>&2
335 echo "$progname: \`$ltmain' does not exist" 1>&2
336 echo "$help" 1>&2
376 echo "loading cache $cache_file within ltconfig"
380 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
382 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
394 srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
409 echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
410 echo "$help" 1>&2
419 echo "$progname: cannot run $ac_config_sub" 1>&2
420 echo "$help" 1>&2
424 echo $ac_n "checking host system type""... $ac_c" 1>&6
431 echo "$progname: cannot guess host type; you must specify one" 1>&2
432 echo "$help" 1>&2
437 echo "$ac_t$host" 1>&6
443 echo "$progname: you must specify a host type if you use \`--no-verify'" 1>&2
444 echo "$help" 1>&2
453 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
456 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
457 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
458 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
487 echo $ac_n "checking for ranlib... $ac_c" 1>&6
499 echo "$ac_t$result" 1>&6
516 echo $ac_n "checking for gcc... $ac_c" 1>&6
528 echo "$ac_t$CC" 1>&6
530 echo "$ac_t"no 1>&6
536 echo $ac_n "checking for cc... $ac_c" 1>&6
567 echo "$ac_t$CC" 1>&6
569 echo "$ac_t"no 1>&6
573 echo "$progname: error: no acceptable cc found in \$PATH" 1>&2
580 echo $ac_n "checking whether we are using GNU C... $ac_c" 1>&6
581 echo "$progname:581: checking whether we are using GNU C" >&5
589 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:589: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
593 echo "$ac_t$with_gcc" 1>&6
600 echo $ac_n "checking for object suffix... $ac_c" 1>&6
602 echo 'int i = 1;' > conftest.c
603 echo "$progname:603: checking for object suffix" >& 5
604 if { (eval echo $progname:604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err; }; then
611 *) objext=`echo $ac_file | sed -e s/conftest.//` ;;
616 echo "$progname: failed program was:" >&5
620 echo "$ac_t$objext" 1>&6
622 echo $ac_n "checking for executable suffix... $ac_c" 1>&6
623 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
624 echo $ac_n "(cached) $ac_c" 1>&6
628 echo 'main () { return 0; }' > conftest.c
629 echo "$progname:629: checking for executable suffix" >& 5
630 if { (eval echo $progname:630: \"$ac_link\") 1>&5; (eval $ac_link) 2>conftest.err; }; then
637 *) ac_cv_exeext=.`echo $ac_file | sed -e s/conftest.//` ;;
642 echo "$progname: failed program was:" >&5
652 echo "$ac_t$ac_cv_exeext" 1>&6
654 echo $ac_n "checking for $compiler option to produce PIC... $ac_c" 1>&6
768 echo "$ac_t$pic_flag" 1>&6
771 echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6
773 echo "int some_variable = 0;" > conftest.c
776 echo "$progname:776: checking if $compiler PIC flag $pic_flag works" >&5
777 if { (eval echo $progname:777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.$objext; then
787 echo "$ac_t"no 1>&6
791 echo "$ac_t"yes 1>&6
796 echo "$ac_t"yes 1>&6
805 echo "$ac_t"no 1>&6
810 echo "$ac_t"none 1>&6
814 echo $ac_n "checking if $compiler supports -c -o file.o... $ac_c" 1>&6
819 echo "int some_variable = 0;" > conftest.c
829 echo "$progname:829: checking if $compiler supports -c -o file.o" >&5
830 if { (eval echo $progname:830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.o; then
835 echo "$ac_t"no 1>&6
838 echo "$ac_t"yes 1>&6
845 echo "$ac_t"no 1>&6
857 echo $ac_n "checking if $compiler supports -c -o file.lo... $ac_c" 1>&6
859 echo "int some_variable = 0;" > conftest.c
862 echo "$progname:862: checking if $compiler supports -c -o file.lo" >&5
863 if { (eval echo $progname:863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.lo; then
868 echo "$ac_t"no 1>&6
871 echo "$ac_t"yes 1>&6
878 echo "$ac_t"no 1>&6
890 echo $ac_n "checking if we can lock with hard links... $ac_c" 1>&6
897 echo "$ac_t$hard_links" 1>&6
900 echo "*** WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2
909 echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions ... $ac_c" 1>&6
911 echo "int some_variable = 0;" > conftest.c
914 echo "$progname:914: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
915 if { (eval echo $progname:915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err; } && test -s conftest.o; then
920 echo "$ac_t"no 1>&6
923 echo "$ac_t"yes 1>&6
930 echo "$ac_t"no 1>&6
945 echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2
946 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$special_shlib_compile_flags[ ]" >/dev/null; then :
948 echo "$progname: add \`$special_shlib_compile_flags' to the CC or CFLAGS env variable and reconfigure" 1>&2
953 echo $ac_n "checking if $compiler static flag $link_static_flag works... $ac_c" 1>&6
955 echo 'main(){return(0);}' > conftest.c
958 echo "$progname:958: checking if $compiler static flag $link_static_flag works" >&5
959 if { (eval echo $progname:959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
960 echo "$ac_t$link_static_flag" 1>&6
962 echo "$ac_t"none 1>&6
970 echo $ac_n "checking whether ln -s works... $ac_c" 1>&6
979 echo "$ac_t"yes 1>&6
981 echo "$ac_t"no 1>&6
990 echo $ac_n "checking for ld used by GCC... $ac_c" 1>&6
991 echo "$progname:991: checking for ld used by GCC" >&5
998 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
999 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1000 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1014 echo $ac_n "checking for GNU ld... $ac_c" 1>&6
1015 echo "$progname:1015: checking for GNU ld" >&5
1017 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1018 echo "$progname:1018: checking for non-GNU ld" >&5
1041 echo "$ac_t$LD" 1>&6
1043 echo "$ac_t"no 1>&6
1047 echo "$progname: error: no acceptable ld found in \$PATH" 1>&2
1053 echo $ac_n "checking if the linker ($LD) is GNU ld... $ac_c" 1>&6
1060 echo "$ac_t$with_gnu_ld" 1>&6
1063 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
1133 archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
1174 archive_expsym_cmds='echo EXPORTS > $objdir/$soname-def~
1179 2) echo " \$2 @ \$_lt_hint ; " >> $objdir/$soname-def;;
1180 *) echo " \$2 @ \$_lt_hint \$3 ; " >> $objdir/$soname-def;;
1196 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1314 archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)'
1331 archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
1385 archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
1387 archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
1394 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1415 archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $objdir/$libname.def~$echo DATA >> $objdir/$libname.def~$echo " SINGLE NONSHARED" >> $objdir/$libname.def~$echo EXPORTS >> $objdir/$libname.def~emxexp $libobjs >> $objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $linkopts $objdir/$libname.def'
1422 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
1425 archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
1434 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
1437 archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
1461 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1504 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1553 echo "$ac_t$ld_shlibs" 1>&6
1557 echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
1584 echo "$ac_t$NM" 1>&6
1588 echo $ac_n "checking command to parse $NM output... $ac_c" 1>&6
1653 echo "$progname:1653: checking if global_symbol_pipe works" >&5
1654 if { (eval echo $progname:1654: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } && test -s conftest.$objext; then
1657 if { echo "$progname:1657: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
1709 if { (eval echo $progname:1709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1712 echo "$progname: failed program was:" >&5
1717 echo "cannot find nm_test_func in $nlist" >&5
1720 echo "cannot find nm_test_var in $nlist" >&5
1723 echo "cannot run $global_symbol_pipe" >&5
1726 echo "$progname: failed program was:" >&5
1739 echo "${ac_t}ok" 1>&6
1741 echo "${ac_t}failed" 1>&6
1749 echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
1772 echo "$ac_t$hardcode_action" 1>&6
1777 echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
1780 echo "$ac_t$reload_flag" 1>&6
1810 echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6
1836 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
1872 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
1874 library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
1890 objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1896 file_magic_test_file=`echo /usr/lib/libc.so*`
1976 file_magic_test_file=`echo /lib${libsuff}/libc.so*`
2010 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2118 file_magic_test_file=`echo /usr/lib/libc.so*`
2152 echo "$ac_t$dynamic_linker" 1>&6
2156 echo "checking if libtool supports shared libraries... $can_build_shared" 1>&6
2164 echo "checking if package supports dlls... $can_build_shared" 1>&6
2193 echo $ac_n "checking whether to build shared libraries... $ac_c" 1>&6
2212 echo "$ac_t$enable_shared" 1>&6
2217 echo "checking whether to build static libraries... $enable_static" 1>&6
2228 echo $ac_n "checking for objdir... $ac_c" 1>&6
2238 echo "$ac_t$objdir" 1>&6
2245 if eval "test \"`echo '$''{'lt_cv_dlopen'+set}'`\" != set"; then
2247 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2248 echo "$progname:2248: checking for dlopen in -ldl" >&5
2249 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2250 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2251 echo $ac_n "(cached) $ac_c" 1>&6
2269 if { (eval echo $progname:2269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2273 echo "$progname: failed program was:" >&5
2282 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2283 echo "$ac_t""yes" 1>&6
2286 echo "$ac_t""no" 1>&6
2287 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
2288 echo "$progname:2288: checking for dlopen" >&5
2289 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
2290 echo $ac_n "(cached) $ac_c" 1>&6
2318 if { (eval echo $progname:2318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2322 echo "$progname: failed program was:" >&5
2329 if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
2330 echo "$ac_t""yes" 1>&6
2333 echo "$ac_t""no" 1>&6
2334 echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
2335 echo "$progname:2335: checking for dld_link in -ldld" >&5
2336 ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
2337 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2338 echo $ac_n "(cached) $ac_c" 1>&6
2356 if { (eval echo $progname:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2360 echo "$progname: failed program was:" >&5
2369 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2370 echo "$ac_t""yes" 1>&6
2373 echo "$ac_t""no" 1>&6
2374 echo $ac_n "checking for shl_load""... $ac_c" 1>&6
2375 echo "$progname:2375: checking for shl_load" >&5
2376 if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
2377 echo $ac_n "(cached) $ac_c" 1>&6
2405 if { (eval echo $progname:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2409 echo "$progname: failed program was:" >&5
2417 if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
2418 echo "$ac_t""yes" 1>&6
2421 echo "$ac_t""no" 1>&6
2422 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
2423 echo "$progname:2423: checking for shl_load in -ldld" >&5
2424 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
2425 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2426 echo $ac_n "(cached) $ac_c" 1>&6
2445 if { (eval echo $progname:2445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2449 echo "$progname: failed program was:" >&5
2458 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2459 echo "$ac_t""yes" 1>&6
2462 echo "$ac_t""no" 1>&6
2486 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2487 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2488 echo "$progname:2488: checking for $ac_hdr" >&5
2489 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2490 echo $ac_n "(cached) $ac_c" 1>&6
2498 { (eval echo $progname:2498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2504 echo "$ac_err" >&5
2505 echo "$progname: failed program was:" >&5
2512 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2513 echo "$ac_t""yes" 1>&6
2515 echo "$ac_t""no" 1>&6
2525 echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
2526 echo "$progname:2526: checking whether a program can dlopen itself" >&5
2528 echo $ac_n "(cached) $ac_c" 1>&6
2580 if { (eval echo $progname:2580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2584 echo "$progname: failed program was:" >&5
2594 echo "$ac_t""$lt_cv_dlopen_self" 1>&6
2598 echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
2599 echo "$progname:2599: checking whether a statically linked program can dlopen itself" >&5
2601 echo $ac_n "(cached) $ac_c" 1>&6
2653 if { (eval echo $progname:2653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
2657 echo "$progname: failed program was:" >&5
2667 echo "$ac_t""$lt_cv_dlopen_self_static" 1>&6
2683 # Copy echo and quote the copy, instead of the original, because it is
2685 ltecho="$echo"
2686 if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then
2687 ltecho="$CONFIG_SHELL \$0 --fallback-echo"
2720 eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
2723 eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
2729 *'\$0 --fallback-echo"')
2730 ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
2735 echo "creating $ofile"
2740 # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
2766 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
2789 echo "creating $cfgfile"
2792 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
2829 # An echo program that does not interpret backslashes.
2830 echo=$ltecho
3025 echo '### END LIBTOOL CONFIG' >> "$ofile"
3026 echo >> "$ofile"
3054 echo "FIXME: would compile $ltmain"
3101 echo "updating cache $cache_file"
3104 echo "not updating unwritable cache $cache_file"