source:
patches/mpfr-2.3.1-cumulative-1.patch@
571d93f
Last change on this file since 571d93f was 6a043e2, checked in by , 16 years ago | |
---|---|
|
|
File size: 8.4 KB |
-
acinclude.m4
Submitted By: Andrew Rowland <darowland_at_ieee_dot_org> Date: 2008-06-25 Initial Package Version: 2.3.1 Origin: Upstream Description: Cumulative patch from upstream. Upstream Status: From upstream. diff -Naurd mpfr-2.3.1-a/acinclude.m4 mpfr-2.3.1-b/acinclude.m4
old new 286 286 dnl important to run the test below. 287 287 if test "$enable_thread_safe" = yes; then 288 288 AC_CACHE_CHECK([for TLS support], mpfr_cv_working_tls, [ 289 saved_CPPFLAGS="$CPPFLAGS" 290 # The -I$srcdir is necessary when objdir is different from srcdir. 291 CPPFLAGS="$CPPFLAGS -I$srcdir" 289 292 AC_RUN_IFELSE([ 290 293 #define MPFR_USE_THREAD_SAFE 1 291 294 #include "mpfr-thread.h" … … 297 300 [AC_MSG_RESULT(no) 298 301 AC_MSG_ERROR([please configure with --disable-thread-safe])], 299 302 [mpfr_cv_working_tls="cannot test, assume yes"]) 303 CPPFLAGS="$saved_CPPFLAGS" 300 304 ]) 301 305 fi 302 306 ]) -
configure
diff -Naurd mpfr-2.3.1-a/configure mpfr-2.3.1-b/configure
old new 7528 7528 echo $ECHO_N "(cached) $ECHO_C" >&6 7529 7529 else 7530 7530 7531 saved_CPPFLAGS="$CPPFLAGS" 7532 # The -I$srcdir is necessary when objdir is different from srcdir. 7533 CPPFLAGS="$CPPFLAGS -I$srcdir" 7531 7534 if test "$cross_compiling" = yes; then 7532 7535 mpfr_cv_working_tls="cannot test, assume yes" 7533 7536 else … … 7578 7581 fi 7579 7582 7580 7583 7584 CPPFLAGS="$saved_CPPFLAGS" 7581 7585 7582 7586 fi 7583 7587 { echo "$as_me:$LINENO: result: $mpfr_cv_working_tls" >&5 … … 9278 9282 ;; 9279 9283 *-*-irix6*) 9280 9284 # Find out which ABI we are using. 9281 echo '#line 928 1"configure"' > conftest.$ac_ext9285 echo '#line 9285 "configure"' > conftest.$ac_ext 9282 9286 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9283 9287 (eval $ac_compile) 2>&5 9284 9288 ac_status=$? … … 11103 11107 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 11104 11108 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11105 11109 -e 's:$: $lt_compiler_flag:'` 11106 (eval echo "\"\$as_me:111 06: $lt_compile\"" >&5)11110 (eval echo "\"\$as_me:11110: $lt_compile\"" >&5) 11107 11111 (eval "$lt_compile" 2>conftest.err) 11108 11112 ac_status=$? 11109 11113 cat conftest.err >&5 11110 echo "$as_me:1111 0: \$? = $ac_status" >&511114 echo "$as_me:11114: \$? = $ac_status" >&5 11111 11115 if (exit $ac_status) && test -s "$ac_outfile"; then 11112 11116 # The compiler can only warn and ignore the option if not recognized 11113 11117 # So say no if there are warnings other than the usual output. … … 11393 11397 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 11394 11398 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11395 11399 -e 's:$: $lt_compiler_flag:'` 11396 (eval echo "\"\$as_me:11 396: $lt_compile\"" >&5)11400 (eval echo "\"\$as_me:11400: $lt_compile\"" >&5) 11397 11401 (eval "$lt_compile" 2>conftest.err) 11398 11402 ac_status=$? 11399 11403 cat conftest.err >&5 11400 echo "$as_me:1140 0: \$? = $ac_status" >&511404 echo "$as_me:11404: \$? = $ac_status" >&5 11401 11405 if (exit $ac_status) && test -s "$ac_outfile"; then 11402 11406 # The compiler can only warn and ignore the option if not recognized 11403 11407 # So say no if there are warnings other than the usual output. … … 11497 11501 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 11498 11502 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11499 11503 -e 's:$: $lt_compiler_flag:'` 11500 (eval echo "\"\$as_me:1150 0: $lt_compile\"" >&5)11504 (eval echo "\"\$as_me:11504: $lt_compile\"" >&5) 11501 11505 (eval "$lt_compile" 2>out/conftest.err) 11502 11506 ac_status=$? 11503 11507 cat out/conftest.err >&5 11504 echo "$as_me:1150 4: \$? = $ac_status" >&511508 echo "$as_me:11508: \$? = $ac_status" >&5 11505 11509 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11506 11510 then 11507 11511 # The compiler can only warn and ignore the option if not recognized … … 13859 13863 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 13860 13864 lt_status=$lt_dlunknown 13861 13865 cat > conftest.$ac_ext <<EOF 13862 #line 1386 2"configure"13866 #line 13866 "configure" 13863 13867 #include "confdefs.h" 13864 13868 13865 13869 #if HAVE_DLFCN_H … … 13959 13963 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 13960 13964 lt_status=$lt_dlunknown 13961 13965 cat > conftest.$ac_ext <<EOF 13962 #line 1396 2"configure"13966 #line 13966 "configure" 13963 13967 #include "confdefs.h" 13964 13968 13965 13969 #if HAVE_DLFCN_H … … 16379 16383 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 16380 16384 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16381 16385 -e 's:$: $lt_compiler_flag:'` 16382 (eval echo "\"\$as_me:1638 2: $lt_compile\"" >&5)16386 (eval echo "\"\$as_me:16386: $lt_compile\"" >&5) 16383 16387 (eval "$lt_compile" 2>conftest.err) 16384 16388 ac_status=$? 16385 16389 cat conftest.err >&5 16386 echo "$as_me:163 86: \$? = $ac_status" >&516390 echo "$as_me:16390: \$? = $ac_status" >&5 16387 16391 if (exit $ac_status) && test -s "$ac_outfile"; then 16388 16392 # The compiler can only warn and ignore the option if not recognized 16389 16393 # So say no if there are warnings other than the usual output. … … 16483 16487 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 16484 16488 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16485 16489 -e 's:$: $lt_compiler_flag:'` 16486 (eval echo "\"\$as_me:164 86: $lt_compile\"" >&5)16490 (eval echo "\"\$as_me:16490: $lt_compile\"" >&5) 16487 16491 (eval "$lt_compile" 2>out/conftest.err) 16488 16492 ac_status=$? 16489 16493 cat out/conftest.err >&5 16490 echo "$as_me:1649 0: \$? = $ac_status" >&516494 echo "$as_me:16494: \$? = $ac_status" >&5 16491 16495 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16492 16496 then 16493 16497 # The compiler can only warn and ignore the option if not recognized … … 18060 18064 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 18061 18065 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18062 18066 -e 's:$: $lt_compiler_flag:'` 18063 (eval echo "\"\$as_me:1806 3: $lt_compile\"" >&5)18067 (eval echo "\"\$as_me:18067: $lt_compile\"" >&5) 18064 18068 (eval "$lt_compile" 2>conftest.err) 18065 18069 ac_status=$? 18066 18070 cat conftest.err >&5 18067 echo "$as_me:180 67: \$? = $ac_status" >&518071 echo "$as_me:18071: \$? = $ac_status" >&5 18068 18072 if (exit $ac_status) && test -s "$ac_outfile"; then 18069 18073 # The compiler can only warn and ignore the option if not recognized 18070 18074 # So say no if there are warnings other than the usual output. … … 18164 18168 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 18165 18169 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18166 18170 -e 's:$: $lt_compiler_flag:'` 18167 (eval echo "\"\$as_me:181 67: $lt_compile\"" >&5)18171 (eval echo "\"\$as_me:18171: $lt_compile\"" >&5) 18168 18172 (eval "$lt_compile" 2>out/conftest.err) 18169 18173 ac_status=$? 18170 18174 cat out/conftest.err >&5 18171 echo "$as_me:1817 1: \$? = $ac_status" >&518175 echo "$as_me:18175: \$? = $ac_status" >&5 18172 18176 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18173 18177 then 18174 18178 # The compiler can only warn and ignore the option if not recognized … … 20364 20368 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 20365 20369 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 20366 20370 -e 's:$: $lt_compiler_flag:'` 20367 (eval echo "\"\$as_me:203 67: $lt_compile\"" >&5)20371 (eval echo "\"\$as_me:20371: $lt_compile\"" >&5) 20368 20372 (eval "$lt_compile" 2>conftest.err) 20369 20373 ac_status=$? 20370 20374 cat conftest.err >&5 20371 echo "$as_me:2037 1: \$? = $ac_status" >&520375 echo "$as_me:20375: \$? = $ac_status" >&5 20372 20376 if (exit $ac_status) && test -s "$ac_outfile"; then 20373 20377 # The compiler can only warn and ignore the option if not recognized 20374 20378 # So say no if there are warnings other than the usual output. … … 20654 20658 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 20655 20659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 20656 20660 -e 's:$: $lt_compiler_flag:'` 20657 (eval echo "\"\$as_me:206 57: $lt_compile\"" >&5)20661 (eval echo "\"\$as_me:20661: $lt_compile\"" >&5) 20658 20662 (eval "$lt_compile" 2>conftest.err) 20659 20663 ac_status=$? 20660 20664 cat conftest.err >&5 20661 echo "$as_me:2066 1: \$? = $ac_status" >&520665 echo "$as_me:20665: \$? = $ac_status" >&5 20662 20666 if (exit $ac_status) && test -s "$ac_outfile"; then 20663 20667 # The compiler can only warn and ignore the option if not recognized 20664 20668 # So say no if there are warnings other than the usual output. … … 20758 20762 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 20759 20763 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 20760 20764 -e 's:$: $lt_compiler_flag:'` 20761 (eval echo "\"\$as_me:2076 1: $lt_compile\"" >&5)20765 (eval echo "\"\$as_me:20765: $lt_compile\"" >&5) 20762 20766 (eval "$lt_compile" 2>out/conftest.err) 20763 20767 ac_status=$? 20764 20768 cat out/conftest.err >&5 20765 echo "$as_me:2076 5: \$? = $ac_status" >&520769 echo "$as_me:20769: \$? = $ac_status" >&5 20766 20770 if (exit $ac_status) && test -s out/conftest2.$ac_objext 20767 20771 then 20768 20772 # The compiler can only warn and ignore the option if not recognized
Note:
See TracBrowser
for help on using the repository browser.