Changeset 1d905d in git
- Timestamp:
- Dec 21, 2000, 3:26:06 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9ebcbf1cf04f9b47779b79ed9c73dd18eea9d36e
- Parents:
- 5dab69d5a393466d9560045523c22692fb9c1323
- Location:
- omalloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/configure
r5dab69 r1d905d 1818 1818 fi 1819 1819 1820 # can not really handle pagesizes which are greater -- there must be a 1821 # bug somewhere 1822 if test $ac_cv_pagesize -gt 8192; then 1823 ac_cv_pagesize=8192 1824 fi 1820 1825 echo "$ac_t""$ac_cv_pagesize" 1>&6 1821 1826 if test "$ac_cv_pagesize" = 4096 || test "$ac_cv_pagesize" = 8192; then … … 1830 1835 if test "$ac_cv_func_mmap" = yes; then 1831 1836 echo $ac_n "checking whether mmap works""... $ac_c" 1>&6 1832 echo "configure:183 3: checking whether mmap works" >&51837 echo "configure:1838: checking whether mmap works" >&5 1833 1838 if eval "test \"`echo '$''{'ac_cv_working_mmap'+set}'`\" = set"; then 1834 1839 echo $ac_n "(cached) $ac_c" 1>&6 … … 1838 1843 else 1839 1844 cat > conftest.$ac_ext <<EOF 1840 #line 184 1"configure"1845 #line 1846 "configure" 1841 1846 #include "confdefs.h" 1842 1847 … … 1850 1855 } 1851 1856 EOF 1852 if { (eval echo configure:185 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1857 if { (eval echo configure:1858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1853 1858 then 1854 1859 ac_cv_working_mmap=yes … … 1874 1879 1875 1880 echo $ac_n "checking whether alignment needs to be strict""... $ac_c" 1>&6 1876 echo "configure:18 77: checking whether alignment needs to be strict" >&51881 echo "configure:1882: checking whether alignment needs to be strict" >&5 1877 1882 if eval "test \"`echo '$''{'ac_cv_align_need_strict'+set}'`\" = set"; then 1878 1883 echo $ac_n "(cached) $ac_c" 1>&6 … … 1882 1887 else 1883 1888 cat > conftest.$ac_ext <<EOF 1884 #line 18 85"configure"1889 #line 1890 "configure" 1885 1890 #include "confdefs.h" 1886 1891 … … 1897 1902 1898 1903 EOF 1899 if { (eval echo configure:190 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1904 if { (eval echo configure:1905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1900 1905 then 1901 1906 ac_cv_align_need_strict=no … … 1914 1919 1915 1920 echo $ac_n "checking for external config files""... $ac_c" 1>&6 1916 echo "configure:19 17: checking for external config files" >&51921 echo "configure:1922: checking for external config files" >&5 1917 1922 if test "${with_external_config_h+set}" = set; then 1918 1923 cat >> confdefs.h <<\EOF … … 1940 1945 1941 1946 echo $ac_n "checking which malloc to use""... $ac_c" 1>&6 1942 echo "configure:194 3: checking which malloc to use" >&51947 echo "configure:1948: checking which malloc to use" >&5 1943 1948 if test "${with_malloc}" = system; then 1944 1949 OM_MALLOC_HEADER=omMallocSystem.h … … 1977 1982 1978 1983 echo $ac_n "checking whether malloc provides SizeOfAddr""... $ac_c" 1>&6 1979 echo "configure:198 0: checking whether malloc provides SizeOfAddr" >&51984 echo "configure:1985: checking whether malloc provides SizeOfAddr" >&5 1980 1985 if test "${ac_cv_malloc_sizeof_addr}" = no; then 1981 1986 echo "$ac_t""(cached) no" 1>&6 … … 1987 1992 else 1988 1993 cat > conftest.$ac_ext <<EOF 1989 #line 199 0"configure"1994 #line 1995 "configure" 1990 1995 #include "confdefs.h" 1991 1996 … … 2004 2009 2005 2010 EOF 2006 if { (eval echo configure:20 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2011 if { (eval echo configure:2012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2007 2012 then 2008 2013 ac_cv_malloc_sizeof_addr="${OM_MALLOC_HEADER}_${OM_MALLOC_SOURCE}" … … 2052 2057 2053 2058 echo $ac_n "checking whether working valloc exists""... $ac_c" 1>&6 2054 echo "configure:20 55: checking whether working valloc exists" >&52059 echo "configure:2060: checking whether working valloc exists" >&5 2055 2060 if test "${ac_cv_working_valloc}" = no; then 2056 2061 echo "$ac_t""(cached) no" 1>&6 … … 2062 2067 else 2063 2068 cat > conftest.$ac_ext <<EOF 2064 #line 20 65"configure"2069 #line 2070 "configure" 2065 2070 #include "confdefs.h" 2066 2071 … … 2080 2085 2081 2086 EOF 2082 if { (eval echo configure:208 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2087 if { (eval echo configure:2088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2083 2088 then 2084 2089 ac_cv_working_valloc="${OM_MALLOC_HEADER}_${OM_MALLOC_SOURCE}" … … 2100 2105 2101 2106 echo $ac_n "checking which valloc to use""... $ac_c" 1>&6 2102 echo "configure:210 3: checking which valloc to use" >&52107 echo "configure:2108: checking which valloc to use" >&5 2103 2108 if test "${with_valloc+set}" != set || test "${with_valloc}" = mmap; then 2104 2109 if test "${ac_cv_working_mmap}" = yes; then … … 2125 2130 2126 2131 echo $ac_n "checking whether to emulate omalloc""... $ac_c" 1>&6 2127 echo "configure:21 28: checking whether to emulate omalloc" >&52132 echo "configure:2133: checking whether to emulate omalloc" >&5 2128 2133 if test "${with_emulate_omalloc}" = yes; then 2129 2134 cat >> confdefs.h <<\EOF … … 2137 2142 2138 2143 echo $ac_n "checking how to align""... $ac_c" 1>&6 2139 echo "configure:214 0: checking how to align" >&52144 echo "configure:2145: checking how to align" >&5 2140 2145 if test "$with_align" = 8 || test "$ac_cv_sizeof_long" = 8; then 2141 2146 ac_cv_align=8 … … 2158 2163 2159 2164 echo $ac_n "checking whether to use dense bins""... $ac_c" 1>&6 2160 echo "configure:216 1: checking whether to use dense bins" >&52165 echo "configure:2166: checking whether to use dense bins" >&5 2161 2166 if test "$with_dense_bins" = yes; then 2162 2167 echo "$ac_t""yes" 1>&6 … … 2170 2175 2171 2176 echo $ac_n "checking whether to disable debugging""... $ac_c" 1>&6 2172 echo "configure:217 3: checking whether to disable debugging" >&52177 echo "configure:2178: checking whether to disable debugging" >&5 2173 2178 if test "$with_debug" != no; then 2174 2179 echo "$ac_t""no" 1>&6 … … 2183 2188 2184 2189 echo $ac_n "checking whether to have tracking debug functionality""... $ac_c" 1>&6 2185 echo "configure:21 86: checking whether to have tracking debug functionality" >&52190 echo "configure:2191: checking whether to have tracking debug functionality" >&5 2186 2191 if test "$with_track" != no; then 2187 2192 echo "$ac_t""yes" 1>&6 … … 2195 2200 2196 2201 echo $ac_n "checking whether to use internal debug""... $ac_c" 1>&6 2197 echo "configure:2 198: checking whether to use internal debug" >&52202 echo "configure:2203: checking whether to use internal debug" >&5 2198 2203 if test "$with_internal_debug" = yes; then 2199 2204 echo "$ac_t""yes" 1>&6 … … 2208 2213 2209 2214 echo $ac_n "checking whether to inline""... $ac_c" 1>&6 2210 echo "configure:221 1: checking whether to inline" >&52215 echo "configure:2216: checking whether to inline" >&5 2211 2216 if test "$ac_cv_c_inline" != no && test "$with_inline" != no; then 2212 2217 cat >> confdefs.h <<EOF … … 2244 2249 2245 2250 echo $ac_n "checking whether GET_RET_ADDR works""... $ac_c" 1>&6 2246 echo "configure:22 47: checking whether GET_RET_ADDR works" >&52251 echo "configure:2252: checking whether GET_RET_ADDR works" >&5 2247 2252 if eval "test \"`echo '$''{'ac_cv_get_return_addr_works'+set}'`\" = set"; then 2248 2253 echo $ac_n "(cached) $ac_c" 1>&6 … … 2252 2257 else 2253 2258 cat > conftest.$ac_ext <<EOF 2254 #line 22 55"configure"2259 #line 2260 "configure" 2255 2260 #include "confdefs.h" 2256 2261 … … 2268 2273 2269 2274 EOF 2270 if { (eval echo configure:227 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2275 if { (eval echo configure:2276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2271 2276 then 2272 2277 ac_cv_get_return_addr_works=yes … … 2291 2296 2292 2297 echo $ac_n "checking whether omGetBackTrace works""... $ac_c" 1>&6 2293 echo "configure:229 4: checking whether omGetBackTrace works" >&52298 echo "configure:2299: checking whether omGetBackTrace works" >&5 2294 2299 if eval "test \"`echo '$''{'ac_cv_get_backtrace_works'+set}'`\" = set"; then 2295 2300 echo $ac_n "(cached) $ac_c" 1>&6 … … 2299 2304 else 2300 2305 cat > conftest.$ac_ext <<EOF 2301 #line 230 2"configure"2306 #line 2307 "configure" 2302 2307 #include "confdefs.h" 2303 2308 … … 2320 2325 2321 2326 EOF 2322 if { (eval echo configure:232 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2327 if { (eval echo configure:2328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2323 2328 then 2324 2329 ac_cv_get_backtrace_works=yes … … 2343 2348 2344 2349 echo $ac_n "checking whether addr2line works""... $ac_c" 1>&6 2345 echo "configure:23 46: checking whether addr2line works" >&52350 echo "configure:2351: checking whether addr2line works" >&5 2346 2351 if eval "test \"`echo '$''{'ac_cv_prog_addr2line_works'+set}'`\" = set"; then 2347 2352 echo $ac_n "(cached) $ac_c" 1>&6 … … 2351 2356 else 2352 2357 cat > conftest.$ac_ext <<EOF 2353 #line 235 4"configure"2358 #line 2359 "configure" 2354 2359 #include "confdefs.h" 2355 2360 … … 2384 2389 2385 2390 EOF 2386 if { (eval echo configure:23 87: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2391 if { (eval echo configure:2392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2387 2392 then 2388 2393 ac_cv_prog_addr2line_works=yes … … 2401 2406 2402 2407 echo $ac_n "checking whether to track return addresses""... $ac_c" 1>&6 2403 echo "configure:240 4: checking whether to track return addresses" >&52408 echo "configure:2409: checking whether to track return addresses" >&5 2404 2409 if test "$with_track_return" = no || test "$ac_cv_get_return_addr_works" = no || test "$ac_cv_prog_addr2line_works" != yes; then 2405 2410 with_track_return=no … … 2414 2419 2415 2420 echo $ac_n "checking whether to track files and line numbers""... $ac_c" 1>&6 2416 echo "configure:24 17: checking whether to track files and line numbers" >&52421 echo "configure:2422: checking whether to track files and line numbers" >&5 2417 2422 if test "$with_track_fl" = no && test "$with_track_return" = no; then 2418 2423 with_track_fl=yes … … 2434 2439 2435 2440 echo $ac_n "checking whether to track stack backtraces""... $ac_c" 1>&6 2436 echo "configure:24 37: checking whether to track stack backtraces" >&52441 echo "configure:2442: checking whether to track stack backtraces" >&5 2437 2442 if test "$with_track" != no && test "$ac_cv_get_backtrace_works" = yes && test "$with_track_backtrace" != no && test "$ac_cv_prog_addr2line_works" = yes; then 2438 2443 with_track_backtrace=yes … … 2447 2452 2448 2453 echo $ac_n "checking whether to track custom values""... $ac_c" 1>&6 2449 echo "configure:245 0: checking whether to track custom values" >&52454 echo "configure:2455: checking whether to track custom values" >&5 2450 2455 if test "$with_track" != no && test "$with_track_custom" = yes; then 2451 2456 cat >> confdefs.h <<\EOF -
omalloc/configure.in
r5dab69 r1d905d 4 4 dnl Author: obachman@mathematik.uni-kl.de (Olaf Bachmann) 5 5 dnl Created: 11/99 6 dnl Version: $Id: configure.in,v 1.1 0 2000-12-15 08:44:28obachman Exp $6 dnl Version: $Id: configure.in,v 1.11 2000-12-21 14:26:06 obachman Exp $ 7 7 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll 8 8 … … 161 161 exit(0); 162 162 }], ac_cv_pagesize=`cat conftestval`, ac_cv_pagesize=0, ac_cv_pagesize=0)) 163 # can not really handle pagesizes which are greater -- there must be a 164 # bug somewhere 165 if test $ac_cv_pagesize -gt 8192; then 166 ac_cv_pagesize=8192 167 fi 163 168 AC_MSG_RESULT($ac_cv_pagesize) 164 169 if test "$ac_cv_pagesize" = 4096 || test "$ac_cv_pagesize" = 8192; then
Note: See TracChangeset
for help on using the changeset viewer.