Changeset 2071
- Timestamp:
- Jan 27, 2011, 12:27:23 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/app-fermi/cee/Makefile.in
r1944 r2071 22 22 INCLUDES = -I$(srcdir)/../../../src/core 23 23 LIBS = -L../../../src/core -lrappture \ 24 -L$(libdir) -lexpat -lz 24 -L$(libdir) -lexpat -lz -lm 25 25 26 26 CC_SWITCHES = $(CFLAGS) $(CDEBUGFLAGS) $(DEFINES) $(INCLUDES) -
trunk/examples/app-fermi/fortran/Makefile.in
r1945 r2071 22 22 INCLUDES = -I$(srcdir)/../../../src/core 23 23 LIBS = -L../../../src/core -lrappture \ 24 -L$(libdir) -lexpat -lz 24 -L$(libdir) -lexpat -lz -lm 25 25 26 26 FC_SWITCHES = $(FCFLAGS) $(FCDEBUGFLAGS) $(DEFINES) $(INCLUDES) -
trunk/examples/app-fermi/wrapper/cee/Makefile.in
r1944 r2071 22 22 INCLUDES = -I$(srcdir)/../../../../src/core 23 23 LIBS = -L../../../../src/core -lrappture \ 24 -L$(libdir) -lexpat -lz 24 -L$(libdir) -lexpat -lz -lm 25 25 26 26 CC_SWITCHES = $(CFLAGS) $(CDEBUGFLAGS) $(DEFINES) $(INCLUDES) -
trunk/examples/c-example/Makefile.in
r1944 r2071 22 22 LIBS = \ 23 23 -L../../src/core -lrappture \ 24 -L$(libdir) -lexpat -lz 24 -L$(libdir) -lexpat -lz -lm 25 25 VPATH = $(srcdir) 26 26 -
trunk/examples/objects/axis/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/contour/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/curve/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/dxWriter/Makefile.in
r1944 r2071 22 22 LIBS = \ 23 23 -L../../../src/core -lrappture \ 24 -L$(libdir) -lexpat -lz 24 -L$(libdir) -lexpat -lz -lm 25 25 VPATH = $(srcdir) 26 26 -
trunk/examples/objects/floatBuffer/Makefile.in
r1944 r2071 22 22 LIBS = \ 23 23 -L../../../src/core -lrappture \ 24 -L$(libdir) -lexpat -lz 24 -L$(libdir) -lexpat -lz -lm 25 25 VPATH = $(srcdir) 26 26 -
trunk/examples/objects/histogram/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/library/Makefile.in
r1944 r2071 31 31 -L../../../src/core -lrappture \ 32 32 -L../../../src/objects -lRpObjects\ 33 -L$(libdir) -lexpat -lz 33 -L$(libdir) -lexpat -lz -lm 34 34 VPATH = $(srcdir) 35 35 -
trunk/examples/objects/number/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/path/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/plot/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/scatter/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/string/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/tree/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/examples/objects/xmlparser/Makefile.in
r1944 r2071 26 26 -L../../../src/core -lrappture \ 27 27 -L../../../src/objects -lRpObjects\ 28 -L$(libdir) -lexpat -lz 28 -L$(libdir) -lexpat -lz -lm 29 29 VPATH = $(srcdir) 30 30 -
trunk/packages/vizservers/configure
r2070 r2071 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8for vizservers 0.1.3 # Generated by GNU Autoconf 2.66 for vizservers 0.1. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 92 92 93 93 # Find who we are. Look in the path if we contain no directory separator. 94 as_myself=95 94 case $0 in #(( 96 95 *[\\/]* ) as_myself=$0 ;; … … 218 217 # neutralization value for shells without unset; and this also 219 218 # works around shells that cannot unset nonexistent variables. 220 # Preserve -v and -x to the replacement shell.221 219 BASH_ENV=/dev/null 222 220 ENV=/dev/null 223 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 224 222 export CONFIG_SHELL 225 case $- in # (((( 226 *v*x* | *x*v* ) as_opts=-vx ;; 227 *v* ) as_opts=-v ;; 228 *x* ) as_opts=-x ;; 229 * ) as_opts= ;; 230 esac 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 232 224 fi 233 225 … … 787 779 788 780 case $ac_option in 789 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 790 *=) ac_optarg= ;; 791 *) ac_optarg=yes ;; 781 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 782 *) ac_optarg=yes ;; 792 783 esac 793 784 … … 1129 1120 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1130 1121 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1131 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"1122 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1132 1123 ;; 1133 1124 … … 1429 1420 cat <<\_ACEOF 1430 1421 vizservers configure 0.1 1431 generated by GNU Autoconf 2.6 81422 generated by GNU Autoconf 2.66 1432 1423 1433 1424 Copyright (C) 2010 Free Software Foundation, Inc. … … 1475 1466 ac_retval=1 1476 1467 fi 1477 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1468 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1478 1469 as_fn_set_status $ac_retval 1479 1470 … … 1521 1512 # left behind by Apple's compiler. We do this before executing the actions. 1522 1513 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1523 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1514 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1524 1515 as_fn_set_status $ac_retval 1525 1516 … … 1547 1538 fi 1548 1539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1549 test $ac_status = 0; } > conftest.i&& {1540 test $ac_status = 0; } >/dev/null && { 1550 1541 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1551 1542 test ! -s conftest.err … … 1558 1549 ac_retval=1 1559 1550 fi 1560 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1551 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1561 1552 as_fn_set_status $ac_retval 1562 1553 … … 1571 1562 { 1572 1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1573 if eval \${$3+:} false; then :1564 if eval "test \"\${$3+set}\"" = set; then : 1574 1565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1575 1566 $as_echo_n "checking for $2... " >&6; } 1576 if eval \${$3+:} false; then :1567 if eval "test \"\${$3+set}\"" = set; then : 1577 1568 $as_echo_n "(cached) " >&6 1578 1569 fi … … 1610 1601 ac_header_preproc=no 1611 1602 fi 1612 rm -f conftest.err conftest. i conftest.$ac_ext1603 rm -f conftest.err conftest.$ac_ext 1613 1604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1614 1605 $as_echo "$ac_header_preproc" >&6; } … … 1641 1632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1642 1633 $as_echo_n "checking for $2... " >&6; } 1643 if eval \${$3+:} false; then :1634 if eval "test \"\${$3+set}\"" = set; then : 1644 1635 $as_echo_n "(cached) " >&6 1645 1636 else … … 1650 1641 $as_echo "$ac_res" >&6; } 1651 1642 fi 1652 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1643 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1653 1644 1654 1645 } # ac_fn_c_check_header_mongrel … … 1691 1682 fi 1692 1683 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1693 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1684 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1694 1685 as_fn_set_status $ac_retval 1695 1686 … … 1705 1696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1706 1697 $as_echo_n "checking for $2... " >&6; } 1707 if eval \${$3+:} false; then :1698 if eval "test \"\${$3+set}\"" = set; then : 1708 1699 $as_echo_n "(cached) " >&6 1709 1700 else … … 1723 1714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1724 1715 $as_echo "$ac_res" >&6; } 1725 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1726 1717 1727 1718 } # ac_fn_c_check_header_compile … … 1760 1751 ac_retval=1 1761 1752 fi 1762 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1753 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1763 1754 as_fn_set_status $ac_retval 1764 1755 … … 1786 1777 fi 1787 1778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1788 test $ac_status = 0; } > conftest.i&& {1779 test $ac_status = 0; } >/dev/null && { 1789 1780 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 1790 1781 test ! -s conftest.err … … 1797 1788 ac_retval=1 1798 1789 fi 1799 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1790 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1800 1791 as_fn_set_status $ac_retval 1801 1792 … … 1839 1830 fi 1840 1831 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1841 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno1832 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1842 1833 as_fn_set_status $ac_retval 1843 1834 … … 2017 2008 2018 2009 fi 2019 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2010 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2020 2011 as_fn_set_status $ac_retval 2021 2012 … … 2030 2021 { 2031 2022 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2032 if eval \${$3+:} false; then :2023 if eval "test \"\${$3+set}\"" = set; then : 2033 2024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2034 2025 $as_echo_n "checking for $2... " >&6; } 2035 if eval \${$3+:} false; then :2026 if eval "test \"\${$3+set}\"" = set; then : 2036 2027 $as_echo_n "(cached) " >&6 2037 2028 fi … … 2069 2060 ac_header_preproc=no 2070 2061 fi 2071 rm -f conftest.err conftest. i conftest.$ac_ext2062 rm -f conftest.err conftest.$ac_ext 2072 2063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 2073 2064 $as_echo "$ac_header_preproc" >&6; } … … 2100 2091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2101 2092 $as_echo_n "checking for $2... " >&6; } 2102 if eval \${$3+:} false; then :2093 if eval "test \"\${$3+set}\"" = set; then : 2103 2094 $as_echo_n "(cached) " >&6 2104 2095 else … … 2109 2100 $as_echo "$ac_res" >&6; } 2110 2101 fi 2111 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2102 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2112 2103 2113 2104 } # ac_fn_cxx_check_header_mongrel … … 2154 2145 # left behind by Apple's compiler. We do this before executing the actions. 2155 2146 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2156 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2147 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2157 2148 as_fn_set_status $ac_retval 2158 2149 … … 2168 2159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2169 2160 $as_echo_n "checking for $2... " >&6; } 2170 if eval \${$3+:} false; then :2161 if eval "test \"\${$3+set}\"" = set; then : 2171 2162 $as_echo_n "(cached) " >&6 2172 2163 else … … 2186 2177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2187 2178 $as_echo "$ac_res" >&6; } 2188 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2179 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2189 2180 2190 2181 } # ac_fn_cxx_check_header_compile … … 2198 2189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2199 2190 $as_echo_n "checking for $2... " >&6; } 2200 if eval \${$3+:} false; then :2191 if eval "test \"\${$3+set}\"" = set; then : 2201 2192 $as_echo_n "(cached) " >&6 2202 2193 else … … 2253 2244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2254 2245 $as_echo "$ac_res" >&6; } 2255 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno2246 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2256 2247 2257 2248 } # ac_fn_cxx_check_func … … 2261 2252 2262 2253 It was created by vizservers $as_me 0.1, which was 2263 generated by GNU Autoconf 2.6 8. Invocation command line was2254 generated by GNU Autoconf 2.66. Invocation command line was 2264 2255 2265 2256 $ $0 $@ … … 2641 2632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2642 2633 $as_echo_n "checking for $ac_word... " >&6; } 2643 if ${ac_cv_prog_CC+:} false; then :2634 if test "${ac_cv_prog_CC+set}" = set; then : 2644 2635 $as_echo_n "(cached) " >&6 2645 2636 else … … 2681 2672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2682 2673 $as_echo_n "checking for $ac_word... " >&6; } 2683 if ${ac_cv_prog_ac_ct_CC+:} false; then :2674 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2684 2675 $as_echo_n "(cached) " >&6 2685 2676 else … … 2734 2725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2735 2726 $as_echo_n "checking for $ac_word... " >&6; } 2736 if ${ac_cv_prog_CC+:} false; then :2727 if test "${ac_cv_prog_CC+set}" = set; then : 2737 2728 $as_echo_n "(cached) " >&6 2738 2729 else … … 2774 2765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2775 2766 $as_echo_n "checking for $ac_word... " >&6; } 2776 if ${ac_cv_prog_CC+:} false; then :2767 if test "${ac_cv_prog_CC+set}" = set; then : 2777 2768 $as_echo_n "(cached) " >&6 2778 2769 else … … 2833 2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2834 2825 $as_echo_n "checking for $ac_word... " >&6; } 2835 if ${ac_cv_prog_CC+:} false; then :2826 if test "${ac_cv_prog_CC+set}" = set; then : 2836 2827 $as_echo_n "(cached) " >&6 2837 2828 else … … 2877 2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2878 2869 $as_echo_n "checking for $ac_word... " >&6; } 2879 if ${ac_cv_prog_ac_ct_CC+:} false; then :2870 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2880 2871 $as_echo_n "(cached) " >&6 2881 2872 else … … 3160 3151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3161 3152 $as_echo_n "checking for suffix of object files... " >&6; } 3162 if ${ac_cv_objext+:} false; then :3153 if test "${ac_cv_objext+set}" = set; then : 3163 3154 $as_echo_n "(cached) " >&6 3164 3155 else … … 3211 3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3212 3203 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3213 if ${ac_cv_c_compiler_gnu+:} false; then :3204 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3214 3205 $as_echo_n "(cached) " >&6 3215 3206 else … … 3248 3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3249 3240 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3250 if ${ac_cv_prog_cc_g+:} false; then :3241 if test "${ac_cv_prog_cc_g+set}" = set; then : 3251 3242 $as_echo_n "(cached) " >&6 3252 3243 else … … 3326 3317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3327 3318 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3328 if ${ac_cv_prog_cc_c89+:} false; then :3319 if test "${ac_cv_prog_cc_c89+set}" = set; then : 3329 3320 $as_echo_n "(cached) " >&6 3330 3321 else … … 3427 3418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3428 3419 $as_echo_n "checking for $ac_word... " >&6; } 3429 if ${ac_cv_prog_RANLIB+:} false; then :3420 if test "${ac_cv_prog_RANLIB+set}" = set; then : 3430 3421 $as_echo_n "(cached) " >&6 3431 3422 else … … 3467 3458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3468 3459 $as_echo_n "checking for $ac_word... " >&6; } 3469 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :3460 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 3470 3461 $as_echo_n "(cached) " >&6 3471 3462 else … … 3526 3517 fi 3527 3518 if test -z "$CPP"; then 3528 if ${ac_cv_prog_CPP+:} false; then :3519 if test "${ac_cv_prog_CPP+set}" = set; then : 3529 3520 $as_echo_n "(cached) " >&6 3530 3521 else … … 3556 3547 continue 3557 3548 fi 3558 rm -f conftest.err conftest. i conftest.$ac_ext3549 rm -f conftest.err conftest.$ac_ext 3559 3550 3560 3551 # OK, works on sane cases. Now check whether nonexistent headers … … 3572 3563 break 3573 3564 fi 3574 rm -f conftest.err conftest. i conftest.$ac_ext3565 rm -f conftest.err conftest.$ac_ext 3575 3566 3576 3567 done 3577 3568 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3578 rm -f conftest. i conftest.err conftest.$ac_ext3569 rm -f conftest.err conftest.$ac_ext 3579 3570 if $ac_preproc_ok; then : 3580 3571 break … … 3615 3606 continue 3616 3607 fi 3617 rm -f conftest.err conftest. i conftest.$ac_ext3608 rm -f conftest.err conftest.$ac_ext 3618 3609 3619 3610 # OK, works on sane cases. Now check whether nonexistent headers … … 3631 3622 break 3632 3623 fi 3633 rm -f conftest.err conftest. i conftest.$ac_ext3624 rm -f conftest.err conftest.$ac_ext 3634 3625 3635 3626 done 3636 3627 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3637 rm -f conftest. i conftest.err conftest.$ac_ext3628 rm -f conftest.err conftest.$ac_ext 3638 3629 if $ac_preproc_ok; then : 3639 3630 … … 3654 3645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3655 3646 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3656 if ${ac_cv_path_GREP+:} false; then :3647 if test "${ac_cv_path_GREP+set}" = set; then : 3657 3648 $as_echo_n "(cached) " >&6 3658 3649 else … … 3717 3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3718 3709 $as_echo_n "checking for egrep... " >&6; } 3719 if ${ac_cv_path_EGREP+:} false; then :3710 if test "${ac_cv_path_EGREP+set}" = set; then : 3720 3711 $as_echo_n "(cached) " >&6 3721 3712 else … … 3784 3775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 3785 3776 $as_echo_n "checking for ANSI C header files... " >&6; } 3786 if ${ac_cv_header_stdc+:} false; then :3777 if test "${ac_cv_header_stdc+set}" = set; then : 3787 3778 $as_echo_n "(cached) " >&6 3788 3779 else … … 3952 3943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking system version" >&5 3953 3944 $as_echo_n "checking system version... " >&6; } 3954 if ${tcl_cv_sys_version+:} false; then :3945 if test "${tcl_cv_sys_version+set}" = set; then : 3955 3946 $as_echo_n "(cached) " >&6 3956 3947 else … … 3988 3979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 3989 3980 $as_echo_n "checking for dlopen in -ldl... " >&6; } 3990 if ${ac_cv_lib_dl_dlopen+:} false; then :3981 if test "${ac_cv_lib_dl_dlopen+set}" = set; then : 3991 3982 $as_echo_n "(cached) " >&6 3992 3983 else … … 4022 4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 4023 4014 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 4024 if test "x$ac_cv_lib_dl_dlopen" = x yes; then :4015 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : 4025 4016 have_dl=yes 4026 4017 else … … 4056 4047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4057 4048 $as_echo_n "checking for $ac_word... " >&6; } 4058 if ${ac_cv_prog_AR+:} false; then :4049 if test "${ac_cv_prog_AR+set}" = set; then : 4059 4050 $as_echo_n "(cached) " >&6 4060 4051 else … … 4181 4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday in -lbsd" >&5 4182 4173 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; } 4183 if ${ac_cv_lib_bsd_gettimeofday+:} false; then :4174 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then : 4184 4175 $as_echo_n "(cached) " >&6 4185 4176 else … … 4215 4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gettimeofday" >&5 4216 4207 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; } 4217 if test "x$ac_cv_lib_bsd_gettimeofday" = x yes; then :4208 if test "x$ac_cv_lib_bsd_gettimeofday" = x""yes; then : 4218 4209 libbsd=yes 4219 4210 else … … 4242 4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lbind" >&5 4243 4234 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; } 4244 if ${ac_cv_lib_bind_inet_ntoa+:} false; then :4235 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then : 4245 4236 $as_echo_n "(cached) " >&6 4246 4237 else … … 4276 4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bind_inet_ntoa" >&5 4277 4268 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; } 4278 if test "x$ac_cv_lib_bind_inet_ntoa" = x yes; then :4269 if test "x$ac_cv_lib_bind_inet_ntoa" = x""yes; then : 4279 4270 LIBS="$LIBS -lbind -lsocket" 4280 4271 fi … … 4327 4318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 4328 4319 $as_echo_n "checking for shl_load in -ldld... " >&6; } 4329 if ${ac_cv_lib_dld_shl_load+:} false; then :4320 if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 4330 4321 $as_echo_n "(cached) " >&6 4331 4322 else … … 4361 4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 4362 4353 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 4363 if test "x$ac_cv_lib_dld_shl_load" = x yes; then :4354 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 4364 4355 tcl_ok=yes 4365 4356 else … … 4416 4407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 4417 4408 $as_echo_n "checking for shl_load in -ldld... " >&6; } 4418 if ${ac_cv_lib_dld_shl_load+:} false; then :4409 if test "${ac_cv_lib_dld_shl_load+set}" = set; then : 4419 4410 $as_echo_n "(cached) " >&6 4420 4411 else … … 4450 4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 4451 4442 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 4452 if test "x$ac_cv_lib_dld_shl_load" = x yes; then :4443 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : 4453 4444 tcl_ok=yes 4454 4445 else … … 4559 4550 else 4560 4551 ac_fn_c_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default" 4561 if test "x$ac_cv_header_dld_h" = x yes; then :4552 if test "x$ac_cv_header_dld_h" = x""yes; then : 4562 4553 4563 4554 SHLIB_LD="ld -shared" … … 4576 4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -m64 flag" >&5 4577 4568 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; } 4578 if ${tcl_cv_cc_m64+:} false; then :4569 if test "${tcl_cv_cc_m64+set}" = set; then : 4579 4570 $as_echo_n "(cached) " >&6 4580 4571 else … … 4640 4631 else 4641 4632 ac_fn_c_check_header_mongrel "$LINENO" "dld.h" "ac_cv_header_dld_h" "$ac_includes_default" 4642 if test "x$ac_cv_header_dld_h" = x yes; then :4633 if test "x$ac_cv_header_dld_h" = x""yes; then : 4643 4634 4644 4635 SHLIB_LD="ld -shared" … … 4691 4682 # Not available on all versions: check for include file. 4692 4683 ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default" 4693 if test "x$ac_cv_header_dlfcn_h" = x yes; then :4684 if test "x$ac_cv_header_dlfcn_h" = x""yes; then : 4694 4685 4695 4686 # NetBSD/SPARC needs -fPIC, -fpic will not do. … … 4704 4695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5 4705 4696 $as_echo_n "checking for ELF... " >&6; } 4706 if ${tcl_cv_ld_elf+:} false; then :4697 if test "${tcl_cv_ld_elf+set}" = set; then : 4707 4698 $as_echo_n "(cached) " >&6 4708 4699 else … … 4786 4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ELF" >&5 4787 4778 $as_echo_n "checking for ELF... " >&6; } 4788 if ${tcl_cv_ld_elf+:} false; then :4779 if test "${tcl_cv_ld_elf+set}" = set; then : 4789 4780 $as_echo_n "(cached) " >&6 4790 4781 else … … 4864 4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch ppc64 flag" >&5 4865 4856 $as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; } 4866 if ${tcl_cv_cc_arch_ppc64+:} false; then :4857 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then : 4867 4858 $as_echo_n "(cached) " >&6 4868 4859 else … … 4899 4890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts -arch x86_64 flag" >&5 4900 4891 $as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; } 4901 if ${tcl_cv_cc_arch_x86_64+:} false; then :4892 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then : 4902 4893 $as_echo_n "(cached) " >&6 4903 4894 else … … 4944 4935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -single_module flag" >&5 4945 4936 $as_echo_n "checking if ld accepts -single_module flag... " >&6; } 4946 if ${tcl_cv_ld_single_module+:} false; then :4937 if test "${tcl_cv_ld_single_module+set}" = set; then : 4947 4938 $as_echo_n "(cached) " >&6 4948 4939 else … … 4986 4977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld accepts -search_paths_first flag" >&5 4987 4978 $as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; } 4988 if ${tcl_cv_ld_search_paths_first+:} false; then :4979 if test "${tcl_cv_ld_search_paths_first+set}" = set; then : 4989 4980 $as_echo_n "(cached) " >&6 4990 4981 else … … 5036 5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CoreFoundation.framework" >&5 5037 5028 $as_echo_n "checking for CoreFoundation.framework... " >&6; } 5038 if ${tcl_cv_lib_corefoundation+:} false; then :5029 if test "${tcl_cv_lib_corefoundation+set}" = set; then : 5039 5030 $as_echo_n "(cached) " >&6 5040 5031 else … … 5082 5073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit CoreFoundation" >&5 5083 5074 $as_echo_n "checking for 64-bit CoreFoundation... " >&6; } 5084 if ${tcl_cv_lib_corefoundation_64+:} false; then :5075 if test "${tcl_cv_lib_corefoundation_64+set}" = set; then : 5085 5076 $as_echo_n "(cached) " >&6 5086 5077 else … … 5407 5398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld accepts -Bexport flag" >&5 5408 5399 $as_echo_n "checking for ld accepts -Bexport flag... " >&6; } 5409 if ${tcl_cv_ld_Bexport+:} false; then :5400 if test "${tcl_cv_ld_Bexport+set}" = set; then : 5410 5401 $as_echo_n "(cached) " >&6 5411 5402 else … … 5473 5464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec.h" >&5 5474 5465 $as_echo_n "checking sys/exec.h... " >&6; } 5475 if ${tcl_cv_sysexec_h+:} false; then :5466 if test "${tcl_cv_sysexec_h+set}" = set; then : 5476 5467 $as_echo_n "(cached) " >&6 5477 5468 else … … 5514 5505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking a.out.h" >&5 5515 5506 $as_echo_n "checking a.out.h... " >&6; } 5516 if ${tcl_cv_aout_h+:} false; then :5507 if test "${tcl_cv_aout_h+set}" = set; then : 5517 5508 $as_echo_n "(cached) " >&6 5518 5509 else … … 5555 5546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/exec_aout.h" >&5 5556 5547 $as_echo_n "checking sys/exec_aout.h... " >&6; } 5557 if ${tcl_cv_sysexecaout_h+:} false; then :5548 if test "${tcl_cv_sysexecaout_h+set}" = set; then : 5558 5549 $as_echo_n "(cached) " >&6 5559 5550 else … … 5779 5770 $as_echo_n "checking for a BSD-compatible install... " >&6; } 5780 5771 if test -z "$INSTALL"; then 5781 if ${ac_cv_path_install+:} false; then :5772 if test "${ac_cv_path_install+set}" = set; then : 5782 5773 $as_echo_n "(cached) " >&6 5783 5774 else … … 5860 5851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5861 5852 $as_echo_n "checking for $ac_word... " >&6; } 5862 if ${ac_cv_prog_RANLIB+:} false; then :5853 if test "${ac_cv_prog_RANLIB+set}" = set; then : 5863 5854 $as_echo_n "(cached) " >&6 5864 5855 else … … 5900 5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5901 5892 $as_echo_n "checking for $ac_word... " >&6; } 5902 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :5893 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 5903 5894 $as_echo_n "(cached) " >&6 5904 5895 else … … 5961 5952 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 5962 5953 if test -z "$MKDIR_P"; then 5963 if ${ac_cv_path_mkdir+:} false; then :5954 if test "${ac_cv_path_mkdir+set}" = set; then : 5964 5955 $as_echo_n "(cached) " >&6 5965 5956 else … … 6011 6002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6012 6003 $as_echo_n "checking for $ac_word... " >&6; } 6013 if ${ac_cv_prog_CC+:} false; then :6004 if test "${ac_cv_prog_CC+set}" = set; then : 6014 6005 $as_echo_n "(cached) " >&6 6015 6006 else … … 6051 6042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6052 6043 $as_echo_n "checking for $ac_word... " >&6; } 6053 if ${ac_cv_prog_ac_ct_CC+:} false; then :6044 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 6054 6045 $as_echo_n "(cached) " >&6 6055 6046 else … … 6104 6095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6105 6096 $as_echo_n "checking for $ac_word... " >&6; } 6106 if ${ac_cv_prog_CC+:} false; then :6097 if test "${ac_cv_prog_CC+set}" = set; then : 6107 6098 $as_echo_n "(cached) " >&6 6108 6099 else … … 6144 6135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6145 6136 $as_echo_n "checking for $ac_word... " >&6; } 6146 if ${ac_cv_prog_CC+:} false; then :6137 if test "${ac_cv_prog_CC+set}" = set; then : 6147 6138 $as_echo_n "(cached) " >&6 6148 6139 else … … 6203 6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6204 6195 $as_echo_n "checking for $ac_word... " >&6; } 6205 if ${ac_cv_prog_CC+:} false; then :6196 if test "${ac_cv_prog_CC+set}" = set; then : 6206 6197 $as_echo_n "(cached) " >&6 6207 6198 else … … 6247 6238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6248 6239 $as_echo_n "checking for $ac_word... " >&6; } 6249 if ${ac_cv_prog_ac_ct_CC+:} false; then :6240 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 6250 6241 $as_echo_n "(cached) " >&6 6251 6242 else … … 6331 6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 6332 6323 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 6333 if ${ac_cv_c_compiler_gnu+:} false; then :6324 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 6334 6325 $as_echo_n "(cached) " >&6 6335 6326 else … … 6368 6359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 6369 6360 $as_echo_n "checking whether $CC accepts -g... " >&6; } 6370 if ${ac_cv_prog_cc_g+:} false; then :6361 if test "${ac_cv_prog_cc_g+set}" = set; then : 6371 6362 $as_echo_n "(cached) " >&6 6372 6363 else … … 6446 6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 6447 6438 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 6448 if ${ac_cv_prog_cc_c89+:} false; then :6439 if test "${ac_cv_prog_cc_c89+set}" = set; then : 6449 6440 $as_echo_n "(cached) " >&6 6450 6441 else … … 6553 6544 fi 6554 6545 if test -z "$CPP"; then 6555 if ${ac_cv_prog_CPP+:} false; then :6546 if test "${ac_cv_prog_CPP+set}" = set; then : 6556 6547 $as_echo_n "(cached) " >&6 6557 6548 else … … 6583 6574 continue 6584 6575 fi 6585 rm -f conftest.err conftest. i conftest.$ac_ext6576 rm -f conftest.err conftest.$ac_ext 6586 6577 6587 6578 # OK, works on sane cases. Now check whether nonexistent headers … … 6599 6590 break 6600 6591 fi 6601 rm -f conftest.err conftest. i conftest.$ac_ext6592 rm -f conftest.err conftest.$ac_ext 6602 6593 6603 6594 done 6604 6595 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6605 rm -f conftest. i conftest.err conftest.$ac_ext6596 rm -f conftest.err conftest.$ac_ext 6606 6597 if $ac_preproc_ok; then : 6607 6598 break … … 6642 6633 continue 6643 6634 fi 6644 rm -f conftest.err conftest. i conftest.$ac_ext6635 rm -f conftest.err conftest.$ac_ext 6645 6636 6646 6637 # OK, works on sane cases. Now check whether nonexistent headers … … 6658 6649 break 6659 6650 fi 6660 rm -f conftest.err conftest. i conftest.$ac_ext6651 rm -f conftest.err conftest.$ac_ext 6661 6652 6662 6653 done 6663 6654 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6664 rm -f conftest. i conftest.err conftest.$ac_ext6655 rm -f conftest.err conftest.$ac_ext 6665 6656 if $ac_preproc_ok; then : 6666 6657 … … 6694 6685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6695 6686 $as_echo_n "checking for $ac_word... " >&6; } 6696 if ${ac_cv_prog_CXX+:} false; then :6687 if test "${ac_cv_prog_CXX+set}" = set; then : 6697 6688 $as_echo_n "(cached) " >&6 6698 6689 else … … 6738 6729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6739 6730 $as_echo_n "checking for $ac_word... " >&6; } 6740 if ${ac_cv_prog_ac_ct_CXX+:} false; then :6731 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 6741 6732 $as_echo_n "(cached) " >&6 6742 6733 else … … 6816 6807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 6817 6808 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 6818 if ${ac_cv_cxx_compiler_gnu+:} false; then :6809 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 6819 6810 $as_echo_n "(cached) " >&6 6820 6811 else … … 6853 6844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 6854 6845 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 6855 if ${ac_cv_prog_cxx_g+:} false; then :6846 if test "${ac_cv_prog_cxx_g+set}" = set; then : 6856 6847 $as_echo_n "(cached) " >&6 6857 6848 else … … 6943 6934 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 6944 6935 if test -z "$CXXCPP"; then 6945 if ${ac_cv_prog_CXXCPP+:} false; then :6936 if test "${ac_cv_prog_CXXCPP+set}" = set; then : 6946 6937 $as_echo_n "(cached) " >&6 6947 6938 else … … 6973 6964 continue 6974 6965 fi 6975 rm -f conftest.err conftest. i conftest.$ac_ext6966 rm -f conftest.err conftest.$ac_ext 6976 6967 6977 6968 # OK, works on sane cases. Now check whether nonexistent headers … … 6989 6980 break 6990 6981 fi 6991 rm -f conftest.err conftest. i conftest.$ac_ext6982 rm -f conftest.err conftest.$ac_ext 6992 6983 6993 6984 done 6994 6985 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6995 rm -f conftest. i conftest.err conftest.$ac_ext6986 rm -f conftest.err conftest.$ac_ext 6996 6987 if $ac_preproc_ok; then : 6997 6988 break … … 7032 7023 continue 7033 7024 fi 7034 rm -f conftest.err conftest. i conftest.$ac_ext7025 rm -f conftest.err conftest.$ac_ext 7035 7026 7036 7027 # OK, works on sane cases. Now check whether nonexistent headers … … 7048 7039 break 7049 7040 fi 7050 rm -f conftest.err conftest. i conftest.$ac_ext7041 rm -f conftest.err conftest.$ac_ext 7051 7042 7052 7043 done 7053 7044 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7054 rm -f conftest. i conftest.err conftest.$ac_ext7045 rm -f conftest.err conftest.$ac_ext 7055 7046 if $ac_preproc_ok; then : 7056 7047 … … 7084 7075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7085 7076 $as_echo_n "checking for $ac_word... " >&6; } 7086 if ${ac_cv_prog_CXX+:} false; then :7077 if test "${ac_cv_prog_CXX+set}" = set; then : 7087 7078 $as_echo_n "(cached) " >&6 7088 7079 else … … 7128 7119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7129 7120 $as_echo_n "checking for $ac_word... " >&6; } 7130 if ${ac_cv_prog_ac_ct_CXX+:} false; then :7121 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 7131 7122 $as_echo_n "(cached) " >&6 7132 7123 else … … 7206 7197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 7207 7198 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 7208 if ${ac_cv_cxx_compiler_gnu+:} false; then :7199 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 7209 7200 $as_echo_n "(cached) " >&6 7210 7201 else … … 7243 7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 7244 7235 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 7245 if ${ac_cv_prog_cxx_g+:} false; then :7236 if test "${ac_cv_prog_cxx_g+set}" = set; then : 7246 7237 $as_echo_n "(cached) " >&6 7247 7238 else … … 7335 7326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 7336 7327 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 7337 if ${ac_cv_c_bigendian+:} false; then :7328 if test "${ac_cv_c_bigendian+set}" = set; then : 7338 7329 $as_echo_n "(cached) " >&6 7339 7330 else … … 7563 7554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5 7564 7555 $as_echo_n "checking size of int... " >&6; } 7565 if ${ac_cv_sizeof_int+:} false; then :7556 if test "${ac_cv_sizeof_int+set}" = set; then : 7566 7557 $as_echo_n "(cached) " >&6 7567 7558 else … … 7596 7587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 7597 7588 $as_echo_n "checking size of long... " >&6; } 7598 if ${ac_cv_sizeof_long+:} false; then :7589 if test "${ac_cv_sizeof_long+set}" = set; then : 7599 7590 $as_echo_n "(cached) " >&6 7600 7591 else … … 7629 7620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5 7630 7621 $as_echo_n "checking size of long long... " >&6; } 7631 if ${ac_cv_sizeof_long_long+:} false; then :7622 if test "${ac_cv_sizeof_long_long+set}" = set; then : 7632 7623 $as_echo_n "(cached) " >&6 7633 7624 else … … 7662 7653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5 7663 7654 $as_echo_n "checking size of void *... " >&6; } 7664 if ${ac_cv_sizeof_void_p+:} false; then :7655 if test "${ac_cv_sizeof_void_p+set}" = set; then : 7665 7656 $as_echo_n "(cached) " >&6 7666 7657 else … … 7695 7686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of float" >&5 7696 7687 $as_echo_n "checking size of float... " >&6; } 7697 if ${ac_cv_sizeof_float+:} false; then :7688 if test "${ac_cv_sizeof_float+set}" = set; then : 7698 7689 $as_echo_n "(cached) " >&6 7699 7690 else … … 7846 7837 do : 7847 7838 ac_fn_cxx_check_header_mongrel "$LINENO" "rappture.h" "ac_cv_header_rappture_h" "$ac_includes_default" 7848 if test "x$ac_cv_header_rappture_h" = x yes; then :7839 if test "x$ac_cv_header_rappture_h" = x""yes; then : 7849 7840 cat >>confdefs.h <<_ACEOF 7850 7841 #define HAVE_RAPPTURE_H 1 … … 7866 7857 7867 7858 ac_fn_cxx_check_header_mongrel "$LINENO" "GL/glui.h" "ac_cv_header_GL_glui_h" "$ac_includes_default" 7868 if test "x$ac_cv_header_GL_glui_h" = x yes; then :7859 if test "x$ac_cv_header_GL_glui_h" = x""yes; then : 7869 7860 7870 7861 fi … … 7872 7863 7873 7864 ac_fn_cxx_check_header_mongrel "$LINENO" "glui.h" "ac_cv_header_glui_h" "$ac_includes_default" 7874 if test "x$ac_cv_header_glui_h" = x yes; then :7865 if test "x$ac_cv_header_glui_h" = x""yes; then : 7875 7866 7876 7867 fi … … 7878 7869 7879 7870 ac_fn_cxx_check_header_mongrel "$LINENO" "GL/glut.h" "ac_cv_header_GL_glut_h" "$ac_includes_default" 7880 if test "x$ac_cv_header_GL_glut_h" = x yes; then :7871 if test "x$ac_cv_header_GL_glut_h" = x""yes; then : 7881 7872 7882 7873 fi … … 7884 7875 7885 7876 ac_fn_cxx_check_header_mongrel "$LINENO" "GL/glew.h" "ac_cv_header_GL_glew_h" "$ac_includes_default" 7886 if test "x$ac_cv_header_GL_glew_h" = x yes; then :7877 if test "x$ac_cv_header_GL_glew_h" = x""yes; then : 7887 7878 7888 7879 fi … … 7890 7881 7891 7882 ac_fn_cxx_check_header_mongrel "$LINENO" "Cg/cgGL.h" "ac_cv_header_Cg_cgGL_h" "$ac_includes_default" 7892 if test "x$ac_cv_header_Cg_cgGL_h" = x yes; then :7883 if test "x$ac_cv_header_Cg_cgGL_h" = x""yes; then : 7893 7884 7894 7885 fi … … 7949 7940 $as_echo "${DX_INC_DIR}" >&6; } 7950 7941 7951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenDX libraries" >&57952 $as_echo_n "checking for OpenDX libraries... " >&6; }7953 7942 DX_LIB_DIR="" 7954 7943 found=no 7955 7944 for dir in \ 7956 /apps/rappture/lib \ 7945 /usr/lib \ 7946 /usr/lib64 \ 7947 /usr/dx/lib_linux \ 7957 7948 /usr/lib/dx/lib_linux \ 7958 /usr/dx/lib_linux \7959 /usr/lib7960 7949 /usr/lib64/dx/lib_linux \ 7961 / usr/lib647950 /apps/rappture/lib 7962 7951 do 7963 saveL IBS=$LIBS7964 L IBS=-L$dir7965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for in -lDXCallm" >&57966 $as_echo_n "checking for in -lDXCallm... " >&6; }7967 if ${ac_cv_lib_DXCallm_+:} false; then :7952 saveLDFLAGS=$LDFLAGS 7953 LDFLAGS="-L$dir $LDFLAGS" 7954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DXGetComponentValue in -lDXcallm" >&5 7955 $as_echo_n "checking for DXGetComponentValue in -lDXcallm... " >&6; } 7956 if test "${ac_cv_lib_DXcallm_DXGetComponentValue+set}" = set; then : 7968 7957 $as_echo_n "(cached) " >&6 7969 7958 else 7970 7959 ac_check_lib_save_LIBS=$LIBS 7971 LIBS="-lDX Callm $LIBS"7960 LIBS="-lDXcallm $LIBS" 7972 7961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7973 7962 /* end confdefs.h. */ … … 7979 7968 extern "C" 7980 7969 #endif 7981 char ();7970 char DXGetComponentValue (); 7982 7971 int 7983 7972 main () 7984 7973 { 7985 return ();7974 return DXGetComponentValue (); 7986 7975 ; 7987 7976 return 0; … … 7989 7978 _ACEOF 7990 7979 if ac_fn_cxx_try_link "$LINENO"; then : 7991 ac_cv_lib_DX Callm_=yes7992 else 7993 ac_cv_lib_DX Callm_=no7980 ac_cv_lib_DXcallm_DXGetComponentValue=yes 7981 else 7982 ac_cv_lib_DXcallm_DXGetComponentValue=no 7994 7983 fi 7995 7984 rm -f core conftest.err conftest.$ac_objext \ … … 7997 7986 LIBS=$ac_check_lib_save_LIBS 7998 7987 fi 7999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_DX Callm_" >&58000 $as_echo "$ac_cv_lib_DX Callm_" >&6; }8001 if test "x$ac_cv_lib_DX Callm_" = xyes; then :7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_DXcallm_DXGetComponentValue" >&5 7989 $as_echo "$ac_cv_lib_DXcallm_DXGetComponentValue" >&6; } 7990 if test "x$ac_cv_lib_DXcallm_DXGetComponentValue" = x""yes; then : 8002 7991 found=yes 8003 7992 else … … 8005 7994 fi 8006 7995 8007 L IBS=$saveLIBS8008 if test " found" = "yes" ; then7996 LDFLAGS=$saveLDFLAGS 7997 if test "$found" = "yes" ; then 8009 7998 DX_LIB_DIR="$dir" 8010 7999 break … … 8012 8001 done 8013 8002 if test "x{$DX_LIB_DIR}" = "x" ; then 8014 as_fn_error $? "can't find OpenDX libraries" "$LINENO" 5 8015 fi 8016 8003 as_fn_error $? "cant find OpenDX libraries" "$LINENO" 5 8004 fi 8005 8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libDXcallm library" >&5 8007 $as_echo_n "checking for libDXcallm library... " >&6; } 8017 8008 if test "${DX_LIB_DIR}" = "/usr/lib" -o "${DX_LIB_DIR}" = "/usr/lib64"; then 8018 8009 DX_LIB_SPEC="" … … 8020 8011 DX_LIB_SPEC="-L${DX_LIB_DIR}" 8021 8012 fi 8022 8023 8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${DX_LIB_DIR}" >&5 8025 $as_echo "${DX_LIB_DIR}" >&6; } 8013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LIB_SPEC" >&5 8014 $as_echo "$DX_LIB_SPEC" >&6; } 8015 8026 8016 8027 8017 for ac_header in ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h … … 8054 8044 do : 8055 8045 ac_fn_cxx_check_func "$LINENO" "img_convert" "ac_cv_func_img_convert" 8056 if test "x$ac_cv_func_img_convert" = x yes; then :8046 if test "x$ac_cv_func_img_convert" = x""yes; then : 8057 8047 cat >>confdefs.h <<_ACEOF 8058 8048 #define HAVE_IMG_CONVERT 1 … … 8066 8056 do : 8067 8057 ac_fn_cxx_check_func "$LINENO" "avformat_alloc_context" "ac_cv_func_avformat_alloc_context" 8068 if test "x$ac_cv_func_avformat_alloc_context" = x yes; then :8058 if test "x$ac_cv_func_avformat_alloc_context" = x""yes; then : 8069 8059 cat >>confdefs.h <<_ACEOF 8070 8060 #define HAVE_AVFORMAT_ALLOC_CONTEXT 1 … … 8172 8162 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8173 8163 if test -w "$cache_file"; then 8174 if test "x$cache_file" != "x/dev/null"; then8164 test "x$cache_file" != "x/dev/null" && 8175 8165 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 8176 8166 $as_echo "$as_me: updating cache $cache_file" >&6;} 8177 if test ! -f "$cache_file" || test -h "$cache_file"; then 8178 cat confcache >"$cache_file" 8179 else 8180 case $cache_file in #( 8181 */* | ?:*) 8182 mv -f confcache "$cache_file"$$ && 8183 mv -f "$cache_file"$$ "$cache_file" ;; #( 8184 *) 8185 mv -f confcache "$cache_file" ;; 8186 esac 8187 fi 8188 fi 8167 cat confcache >$cache_file 8189 8168 else 8190 8169 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 … … 8219 8198 8220 8199 8221 : "${CONFIG_STATUS=./config.status}"8200 : ${CONFIG_STATUS=./config.status} 8222 8201 ac_write_fail=0 8223 8202 ac_clean_files_save=$ac_clean_files … … 8320 8299 8321 8300 # Find who we are. Look in the path if we contain no directory separator. 8322 as_myself=8323 8301 case $0 in #(( 8324 8302 *[\\/]* ) as_myself=$0 ;; … … 8628 8606 ac_log=" 8629 8607 This file was extended by vizservers $as_me 0.1, which was 8630 generated by GNU Autoconf 2.6 8. Invocation command line was8608 generated by GNU Autoconf 2.66. Invocation command line was 8631 8609 8632 8610 CONFIG_FILES = $CONFIG_FILES … … 8690 8668 ac_cs_version="\\ 8691 8669 vizservers config.status 0.1 8692 configured by $0, generated by GNU Autoconf 2.6 8,8670 configured by $0, generated by GNU Autoconf 2.66, 8693 8671 with options \\"\$ac_cs_config\\" 8694 8672 … … 8710 8688 do 8711 8689 case $1 in 8712 --*= ?*)8690 --*=*) 8713 8691 ac_option=`expr "X$1" : 'X\([^=]*\)='` 8714 8692 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 8715 ac_shift=:8716 ;;8717 --*=)8718 ac_option=`expr "X$1" : 'X\([^=]*\)='`8719 ac_optarg=8720 8693 ac_shift=: 8721 8694 ;; … … 8741 8714 case $ac_optarg in 8742 8715 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 8743 '') as_fn_error $? "missing file argument" ;;8744 8716 esac 8745 8717 as_fn_append CONFIG_FILES " '$ac_optarg'" … … 8849 8821 $debug || 8850 8822 { 8851 tmp= ac_tmp=8823 tmp= 8852 8824 trap 'exit_status=$? 8853 : "${ac_tmp:=$tmp}" 8854 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 8825 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 8855 8826 ' 0 8856 8827 trap 'as_fn_exit 1' 1 2 13 15 … … 8860 8831 { 8861 8832 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 8862 test - d "$tmp"8833 test -n "$tmp" && test -d "$tmp" 8863 8834 } || 8864 8835 { … … 8866 8837 (umask 077 && mkdir "$tmp") 8867 8838 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 8868 ac_tmp=$tmp8869 8839 8870 8840 # Set up the scripts for CONFIG_FILES section. … … 8888 8858 fi 8889 8859 8890 echo 'BEGIN {' >"$ ac_tmp/subs1.awk" &&8860 echo 'BEGIN {' >"$tmp/subs1.awk" && 8891 8861 _ACEOF 8892 8862 … … 8916 8886 8917 8887 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8918 cat >>"\$ ac_tmp/subs1.awk" <<\\_ACAWK &&8888 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 8919 8889 _ACEOF 8920 8890 sed -n ' … … 8964 8934 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8965 8935 _ACAWK 8966 cat >>"\$ ac_tmp/subs1.awk" <<_ACAWK &&8936 cat >>"\$tmp/subs1.awk" <<_ACAWK && 8967 8937 for (key in S) S_is_set[key] = 1 8968 8938 FS = "" … … 8996 8966 else 8997 8967 cat 8998 fi < "$ ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \8968 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 8999 8969 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 9000 8970 _ACEOF … … 9030 9000 # This happens for instance with `./config.status Makefile'. 9031 9001 if test -n "$CONFIG_HEADERS"; then 9032 cat >"$ ac_tmp/defines.awk" <<\_ACAWK ||9002 cat >"$tmp/defines.awk" <<\_ACAWK || 9033 9003 BEGIN { 9034 9004 _ACEOF … … 9042 9012 ac_delim='%!_!# ' 9043 9013 for ac_last_try in false false :; do 9044 ac_t t=`sed -n "/$ac_delim/p" confdefs.h`9045 if test -z "$ac_t t"; then9014 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 9015 if test -z "$ac_t"; then 9046 9016 break 9047 9017 elif $ac_last_try; then … … 9163 9133 do 9164 9134 case $ac_f in 9165 -) ac_f="$ ac_tmp/stdin";;9135 -) ac_f="$tmp/stdin";; 9166 9136 *) # Look for the file first in the build tree, then in the source tree 9167 9137 # (if the path is not absolute). The absolute path cannot be DOS-style, … … 9198 9168 9199 9169 case $ac_tag in 9200 *:-:* | *:-) cat >"$ ac_tmp/stdin" \9170 *:-:* | *:-) cat >"$tmp/stdin" \ 9201 9171 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 9202 9172 esac … … 9335 9305 $ac_datarootdir_hack 9336 9306 " 9337 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ ac_tmp/subs.awk"\9338 >$ac_tmp/out|| as_fn_error $? "could not create $ac_file" "$LINENO" 59307 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 9308 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9339 9309 9340 9310 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 9341 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 9342 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 9343 "$ac_tmp/out"`; test -z "$ac_out"; } && 9311 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 9312 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 9344 9313 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9345 9314 which seems to be undefined. Please make sure it is defined" >&5 … … 9347 9316 which seems to be undefined. Please make sure it is defined" >&2;} 9348 9317 9349 rm -f "$ ac_tmp/stdin"9318 rm -f "$tmp/stdin" 9350 9319 case $ac_file in 9351 -) cat "$ ac_tmp/out" && rm -f "$ac_tmp/out";;9352 *) rm -f "$ac_file" && mv "$ ac_tmp/out" "$ac_file";;9320 -) cat "$tmp/out" && rm -f "$tmp/out";; 9321 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 9353 9322 esac \ 9354 9323 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 … … 9361 9330 { 9362 9331 $as_echo "/* $configure_input */" \ 9363 && eval '$AWK -f "$ ac_tmp/defines.awk"' "$ac_file_inputs"9364 } >"$ ac_tmp/config.h" \9332 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 9333 } >"$tmp/config.h" \ 9365 9334 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9366 if diff "$ac_file" "$ ac_tmp/config.h" >/dev/null 2>&1; then9335 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 9367 9336 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 9368 9337 $as_echo "$as_me: $ac_file is unchanged" >&6;} 9369 9338 else 9370 9339 rm -f "$ac_file" 9371 mv "$ ac_tmp/config.h" "$ac_file" \9340 mv "$tmp/config.h" "$ac_file" \ 9372 9341 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 9373 9342 fi 9374 9343 else 9375 9344 $as_echo "/* $configure_input */" \ 9376 && eval '$AWK -f "$ ac_tmp/defines.awk"' "$ac_file_inputs" \9345 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 9377 9346 || as_fn_error $? "could not create -" "$LINENO" 5 9378 9347 fi -
trunk/packages/vizservers/configure.in
r2070 r2071 197 197 AC_MSG_RESULT([${DX_INC_DIR}]) 198 198 199 AC_MSG_CHECKING([for OpenDX libraries])200 199 DX_LIB_DIR="" 201 200 found=no 202 201 for dir in \ 203 /apps/rappture/lib \ 202 /usr/lib \ 203 /usr/lib64 \ 204 /usr/dx/lib_linux \ 204 205 /usr/lib/dx/lib_linux \ 205 /usr/dx/lib_linux \206 /usr/lib207 206 /usr/lib64/dx/lib_linux \ 208 / usr/lib64207 /apps/rappture/lib 209 208 do 210 saveL IBS=$LIBS211 L IBS=-L$dir212 AC_CHECK_LIB([DX Callm], [], [found=yes], [found=no])213 L IBS=$saveLIBS214 if test " found" = "yes" ; then209 saveLDFLAGS=$LDFLAGS 210 LDFLAGS="-L$dir $LDFLAGS" 211 AC_CHECK_LIB([DXcallm], [DXGetComponentValue], [found=yes], [found=no]) 212 LDFLAGS=$saveLDFLAGS 213 if test "$found" = "yes" ; then 215 214 DX_LIB_DIR="$dir" 216 215 break … … 218 217 done 219 218 if test "x{$DX_LIB_DIR}" = "x" ; then 220 AC_MSG_ERROR([can't find OpenDX libraries]) 221 fi 222 219 AC_MSG_ERROR([cant find OpenDX libraries]) 220 fi 221 222 AC_MSG_CHECKING([for libDXcallm library]) 223 223 if test "${DX_LIB_DIR}" = "/usr/lib" -o "${DX_LIB_DIR}" = "/usr/lib64"; then 224 224 DX_LIB_SPEC="" … … 226 226 DX_LIB_SPEC="-L${DX_LIB_DIR}" 227 227 fi 228 228 AC_MSG_RESULT([$DX_LIB_SPEC]) 229 229 AC_SUBST(DX_LIB_SPEC) 230 AC_MSG_RESULT([${DX_LIB_DIR}])231 230 232 231 AC_CHECK_HEADERS([ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h],,,[
Note: See TracChangeset
for help on using the changeset viewer.