source: patches/mpfr-2.3.1-cumulative-1.patch @ 175f4d65

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 175f4d65 was 6a043e2, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Upgrade to GCC 4.3.1.

  • Property mode set to 100644
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  
    286286dnl    important to run the test below.
    287287if test "$enable_thread_safe" = yes; then
    288288AC_CACHE_CHECK([for TLS support], mpfr_cv_working_tls, [
     289saved_CPPFLAGS="$CPPFLAGS"
     290# The -I$srcdir is necessary when objdir is different from srcdir.
     291CPPFLAGS="$CPPFLAGS -I$srcdir"
    289292AC_RUN_IFELSE([
    290293#define MPFR_USE_THREAD_SAFE 1
    291294#include "mpfr-thread.h"
     
    297300     [AC_MSG_RESULT(no)
    298301      AC_MSG_ERROR([please configure with --disable-thread-safe])],
    299302     [mpfr_cv_working_tls="cannot test, assume yes"])
     303CPPFLAGS="$saved_CPPFLAGS"
    300304])
    301305fi
    302306])
  • configure

    diff -Naurd mpfr-2.3.1-a/configure mpfr-2.3.1-b/configure
    old new  
    75287528  echo $ECHO_N "(cached) $ECHO_C" >&6
    75297529else
    75307530
     7531saved_CPPFLAGS="$CPPFLAGS"
     7532# The -I$srcdir is necessary when objdir is different from srcdir.
     7533CPPFLAGS="$CPPFLAGS -I$srcdir"
    75317534if test "$cross_compiling" = yes; then
    75327535  mpfr_cv_working_tls="cannot test, assume yes"
    75337536else
     
    75787581fi
    75797582
    75807583
     7584CPPFLAGS="$saved_CPPFLAGS"
    75817585
    75827586fi
    75837587{ echo "$as_me:$LINENO: result: $mpfr_cv_working_tls" >&5
     
    92789282  ;;
    92799283*-*-irix6*)
    92809284  # Find out which ABI we are using.
    9281   echo '#line 9281 "configure"' > conftest.$ac_ext
     9285  echo '#line 9285 "configure"' > conftest.$ac_ext
    92829286  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    92839287  (eval $ac_compile) 2>&5
    92849288  ac_status=$?
     
    1110311107   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    1110411108   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1110511109   -e 's:$: $lt_compiler_flag:'`
    11106    (eval echo "\"\$as_me:11106: $lt_compile\"" >&5)
     11110   (eval echo "\"\$as_me:11110: $lt_compile\"" >&5)
    1110711111   (eval "$lt_compile" 2>conftest.err)
    1110811112   ac_status=$?
    1110911113   cat conftest.err >&5
    11110    echo "$as_me:11110: \$? = $ac_status" >&5
     11114   echo "$as_me:11114: \$? = $ac_status" >&5
    1111111115   if (exit $ac_status) && test -s "$ac_outfile"; then
    1111211116     # The compiler can only warn and ignore the option if not recognized
    1111311117     # So say no if there are warnings other than the usual output.
     
    1139311397   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    1139411398   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1139511399   -e 's:$: $lt_compiler_flag:'`
    11396    (eval echo "\"\$as_me:11396: $lt_compile\"" >&5)
     11400   (eval echo "\"\$as_me:11400: $lt_compile\"" >&5)
    1139711401   (eval "$lt_compile" 2>conftest.err)
    1139811402   ac_status=$?
    1139911403   cat conftest.err >&5
    11400    echo "$as_me:11400: \$? = $ac_status" >&5
     11404   echo "$as_me:11404: \$? = $ac_status" >&5
    1140111405   if (exit $ac_status) && test -s "$ac_outfile"; then
    1140211406     # The compiler can only warn and ignore the option if not recognized
    1140311407     # So say no if there are warnings other than the usual output.
     
    1149711501   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    1149811502   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1149911503   -e 's:$: $lt_compiler_flag:'`
    11500    (eval echo "\"\$as_me:11500: $lt_compile\"" >&5)
     11504   (eval echo "\"\$as_me:11504: $lt_compile\"" >&5)
    1150111505   (eval "$lt_compile" 2>out/conftest.err)
    1150211506   ac_status=$?
    1150311507   cat out/conftest.err >&5
    11504    echo "$as_me:11504: \$? = $ac_status" >&5
     11508   echo "$as_me:11508: \$? = $ac_status" >&5
    1150511509   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1150611510   then
    1150711511     # The compiler can only warn and ignore the option if not recognized
     
    1385913863  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1386013864  lt_status=$lt_dlunknown
    1386113865  cat > conftest.$ac_ext <<EOF
    13862 #line 13862 "configure"
     13866#line 13866 "configure"
    1386313867#include "confdefs.h"
    1386413868
    1386513869#if HAVE_DLFCN_H
     
    1395913963  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1396013964  lt_status=$lt_dlunknown
    1396113965  cat > conftest.$ac_ext <<EOF
    13962 #line 13962 "configure"
     13966#line 13966 "configure"
    1396313967#include "confdefs.h"
    1396413968
    1396513969#if HAVE_DLFCN_H
     
    1637916383   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    1638016384   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1638116385   -e 's:$: $lt_compiler_flag:'`
    16382    (eval echo "\"\$as_me:16382: $lt_compile\"" >&5)
     16386   (eval echo "\"\$as_me:16386: $lt_compile\"" >&5)
    1638316387   (eval "$lt_compile" 2>conftest.err)
    1638416388   ac_status=$?
    1638516389   cat conftest.err >&5
    16386    echo "$as_me:16386: \$? = $ac_status" >&5
     16390   echo "$as_me:16390: \$? = $ac_status" >&5
    1638716391   if (exit $ac_status) && test -s "$ac_outfile"; then
    1638816392     # The compiler can only warn and ignore the option if not recognized
    1638916393     # So say no if there are warnings other than the usual output.
     
    1648316487   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    1648416488   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1648516489   -e 's:$: $lt_compiler_flag:'`
    16486    (eval echo "\"\$as_me:16486: $lt_compile\"" >&5)
     16490   (eval echo "\"\$as_me:16490: $lt_compile\"" >&5)
    1648716491   (eval "$lt_compile" 2>out/conftest.err)
    1648816492   ac_status=$?
    1648916493   cat out/conftest.err >&5
    16490    echo "$as_me:16490: \$? = $ac_status" >&5
     16494   echo "$as_me:16494: \$? = $ac_status" >&5
    1649116495   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1649216496   then
    1649316497     # The compiler can only warn and ignore the option if not recognized
     
    1806018064   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    1806118065   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1806218066   -e 's:$: $lt_compiler_flag:'`
    18063    (eval echo "\"\$as_me:18063: $lt_compile\"" >&5)
     18067   (eval echo "\"\$as_me:18067: $lt_compile\"" >&5)
    1806418068   (eval "$lt_compile" 2>conftest.err)
    1806518069   ac_status=$?
    1806618070   cat conftest.err >&5
    18067    echo "$as_me:18067: \$? = $ac_status" >&5
     18071   echo "$as_me:18071: \$? = $ac_status" >&5
    1806818072   if (exit $ac_status) && test -s "$ac_outfile"; then
    1806918073     # The compiler can only warn and ignore the option if not recognized
    1807018074     # So say no if there are warnings other than the usual output.
     
    1816418168   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    1816518169   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1816618170   -e 's:$: $lt_compiler_flag:'`
    18167    (eval echo "\"\$as_me:18167: $lt_compile\"" >&5)
     18171   (eval echo "\"\$as_me:18171: $lt_compile\"" >&5)
    1816818172   (eval "$lt_compile" 2>out/conftest.err)
    1816918173   ac_status=$?
    1817018174   cat out/conftest.err >&5
    18171    echo "$as_me:18171: \$? = $ac_status" >&5
     18175   echo "$as_me:18175: \$? = $ac_status" >&5
    1817218176   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1817318177   then
    1817418178     # The compiler can only warn and ignore the option if not recognized
     
    2036420368   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    2036520369   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    2036620370   -e 's:$: $lt_compiler_flag:'`
    20367    (eval echo "\"\$as_me:20367: $lt_compile\"" >&5)
     20371   (eval echo "\"\$as_me:20371: $lt_compile\"" >&5)
    2036820372   (eval "$lt_compile" 2>conftest.err)
    2036920373   ac_status=$?
    2037020374   cat conftest.err >&5
    20371    echo "$as_me:20371: \$? = $ac_status" >&5
     20375   echo "$as_me:20375: \$? = $ac_status" >&5
    2037220376   if (exit $ac_status) && test -s "$ac_outfile"; then
    2037320377     # The compiler can only warn and ignore the option if not recognized
    2037420378     # So say no if there are warnings other than the usual output.
     
    2065420658   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    2065520659   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    2065620660   -e 's:$: $lt_compiler_flag:'`
    20657    (eval echo "\"\$as_me:20657: $lt_compile\"" >&5)
     20661   (eval echo "\"\$as_me:20661: $lt_compile\"" >&5)
    2065820662   (eval "$lt_compile" 2>conftest.err)
    2065920663   ac_status=$?
    2066020664   cat conftest.err >&5
    20661    echo "$as_me:20661: \$? = $ac_status" >&5
     20665   echo "$as_me:20665: \$? = $ac_status" >&5
    2066220666   if (exit $ac_status) && test -s "$ac_outfile"; then
    2066320667     # The compiler can only warn and ignore the option if not recognized
    2066420668     # So say no if there are warnings other than the usual output.
     
    2075820762   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    2075920763   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    2076020764   -e 's:$: $lt_compiler_flag:'`
    20761    (eval echo "\"\$as_me:20761: $lt_compile\"" >&5)
     20765   (eval echo "\"\$as_me:20765: $lt_compile\"" >&5)
    2076220766   (eval "$lt_compile" 2>out/conftest.err)
    2076320767   ac_status=$?
    2076420768   cat out/conftest.err >&5
    20765    echo "$as_me:20765: \$? = $ac_status" >&5
     20769   echo "$as_me:20769: \$? = $ac_status" >&5
    2076620770   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    2076720771   then
    2076820772     # The compiler can only warn and ignore the option if not recognized
Note: See TracBrowser for help on using the repository browser.