Changeset 1692 in Sophya for trunk/ArchTOIPipe/configure


Ignore:
Timestamp:
Oct 14, 2001, 11:15:01 PM (24 years ago)
Author:
aubourg
Message:

thread debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure

    r1685 r1692  
    911911
    912912
     913if test $GCC = "yes"; then
     914  gcc=$CC
     915else
     916  gcc=gcc
     917fi
     918
     919
    913920echo $ac_n "checking size of short""... $ac_c" 1>&6
    914 echo "configure:915: checking size of short" >&5
     921echo "configure:922: checking size of short" >&5
    915922if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    916923  echo $ac_n "(cached) $ac_c" 1>&6
     
    920927else
    921928  cat > conftest.$ac_ext <<EOF
    922 #line 923 "configure"
     929#line 930 "configure"
    923930#include "confdefs.h"
    924931#include <stdio.h>
     
    931938}
    932939EOF
    933 if { (eval echo configure:934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     940if { (eval echo configure:941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    934941then
    935942  ac_cv_sizeof_short=`cat conftestval`
     
    951958
    952959echo $ac_n "checking size of int""... $ac_c" 1>&6
    953 echo "configure:954: checking size of int" >&5
     960echo "configure:961: checking size of int" >&5
    954961if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    955962  echo $ac_n "(cached) $ac_c" 1>&6
     
    959966else
    960967  cat > conftest.$ac_ext <<EOF
    961 #line 962 "configure"
     968#line 969 "configure"
    962969#include "confdefs.h"
    963970#include <stdio.h>
     
    970977}
    971978EOF
    972 if { (eval echo configure:973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     979if { (eval echo configure:980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    973980then
    974981  ac_cv_sizeof_int=`cat conftestval`
     
    990997
    991998echo $ac_n "checking size of long""... $ac_c" 1>&6
    992 echo "configure:993: checking size of long" >&5
     999echo "configure:1000: checking size of long" >&5
    9931000if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    9941001  echo $ac_n "(cached) $ac_c" 1>&6
     
    9981005else
    9991006  cat > conftest.$ac_ext <<EOF
    1000 #line 1001 "configure"
     1007#line 1008 "configure"
    10011008#include "confdefs.h"
    10021009#include <stdio.h>
     
    10091016}
    10101017EOF
    1011 if { (eval echo configure:1012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1018if { (eval echo configure:1019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10121019then
    10131020  ac_cv_sizeof_long=`cat conftestval`
     
    10291036
    10301037echo $ac_n "checking size of long long""... $ac_c" 1>&6
    1031 echo "configure:1032: checking size of long long" >&5
     1038echo "configure:1039: checking size of long long" >&5
    10321039if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    10331040  echo $ac_n "(cached) $ac_c" 1>&6
     
    10371044else
    10381045  cat > conftest.$ac_ext <<EOF
    1039 #line 1040 "configure"
     1046#line 1047 "configure"
    10401047#include "confdefs.h"
    10411048#include <stdio.h>
     
    10481055}
    10491056EOF
    1050 if { (eval echo configure:1051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1057if { (eval echo configure:1058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10511058then
    10521059  ac_cv_sizeof_long_long=`cat conftestval`
     
    10681075
    10691076echo $ac_n "checking size of float""... $ac_c" 1>&6
    1070 echo "configure:1071: checking size of float" >&5
     1077echo "configure:1078: checking size of float" >&5
    10711078if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then
    10721079  echo $ac_n "(cached) $ac_c" 1>&6
     
    10761083else
    10771084  cat > conftest.$ac_ext <<EOF
    1078 #line 1079 "configure"
     1085#line 1086 "configure"
    10791086#include "confdefs.h"
    10801087#include <stdio.h>
     
    10871094}
    10881095EOF
    1089 if { (eval echo configure:1090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1096if { (eval echo configure:1097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10901097then
    10911098  ac_cv_sizeof_float=`cat conftestval`
     
    11071114
    11081115echo $ac_n "checking size of double""... $ac_c" 1>&6
    1109 echo "configure:1110: checking size of double" >&5
     1116echo "configure:1117: checking size of double" >&5
    11101117if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    11111118  echo $ac_n "(cached) $ac_c" 1>&6
     
    11151122else
    11161123  cat > conftest.$ac_ext <<EOF
    1117 #line 1118 "configure"
     1124#line 1125 "configure"
    11181125#include "confdefs.h"
    11191126#include <stdio.h>
     
    11261133}
    11271134EOF
    1128 if { (eval echo configure:1129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1135if { (eval echo configure:1136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11291136then
    11301137  ac_cv_sizeof_double=`cat conftestval`
     
    11461153
    11471154echo $ac_n "checking size of long double""... $ac_c" 1>&6
    1148 echo "configure:1149: checking size of long double" >&5
     1155echo "configure:1156: checking size of long double" >&5
    11491156if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then
    11501157  echo $ac_n "(cached) $ac_c" 1>&6
     
    11541161else
    11551162  cat > conftest.$ac_ext <<EOF
    1156 #line 1157 "configure"
     1163#line 1164 "configure"
    11571164#include "confdefs.h"
    11581165#include <stdio.h>
     
    11651172}
    11661173EOF
    1167 if { (eval echo configure:1168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1174if { (eval echo configure:1175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11681175then
    11691176  ac_cv_sizeof_long_double=`cat conftestval`
     
    11871194
    11881195echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6
    1189 echo "configure:1190: checking "for cfitsio lib"" >&5
     1196echo "configure:1197: checking "for cfitsio lib"" >&5
    11901197MACHDIR=`uname`-$CXX
    11911198if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then
     
    12121219
    12131220echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6
    1214 echo "configure:1215: checking "for cfitsio includes"" >&5
     1221echo "configure:1222: checking "for cfitsio includes"" >&5
    12151222if test -f $CFITSIODIR/fitsio.h; then
    12161223  cfitsincdir='-I$(CFITSIODIR)'
     
    12241231
    12251232echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
    1226 echo "configure:1227: checking for sin in -lm" >&5
     1233echo "configure:1234: checking for sin in -lm" >&5
    12271234ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
    12281235if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12321239LIBS="-lm  $LIBS"
    12331240cat > conftest.$ac_ext <<EOF
    1234 #line 1235 "configure"
     1241#line 1242 "configure"
    12351242#include "confdefs.h"
    12361243/* Override any gcc2 internal prototype to avoid an error.  */
     
    12431250; return 0; }
    12441251EOF
    1245 if { (eval echo configure:1246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1252if { (eval echo configure:1253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12461253  rm -rf conftest*
    12471254  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12721279
    12731280echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1274 echo "configure:1275: checking how to run the C preprocessor" >&5
     1281echo "configure:1282: checking how to run the C preprocessor" >&5
    12751282# On Suns, sometimes $CPP names a directory.
    12761283if test -n "$CPP" && test -d "$CPP"; then
     
    12871294  # not just through cpp.
    12881295  cat > conftest.$ac_ext <<EOF
    1289 #line 1290 "configure"
     1296#line 1297 "configure"
    12901297#include "confdefs.h"
    12911298#include <assert.h>
     
    12931300EOF
    12941301ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1295 { (eval echo configure:1296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1302{ (eval echo configure:1303: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12961303ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12971304if test -z "$ac_err"; then
     
    13041311  CPP="${CC-cc} -E -traditional-cpp"
    13051312  cat > conftest.$ac_ext <<EOF
    1306 #line 1307 "configure"
     1313#line 1314 "configure"
    13071314#include "confdefs.h"
    13081315#include <assert.h>
     
    13101317EOF
    13111318ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1312 { (eval echo configure:1313: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1319{ (eval echo configure:1320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13131320ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13141321if test -z "$ac_err"; then
     
    13211328  CPP="${CC-cc} -nologo -E"
    13221329  cat > conftest.$ac_ext <<EOF
    1323 #line 1324 "configure"
     1330#line 1331 "configure"
    13241331#include "confdefs.h"
    13251332#include <assert.h>
     
    13271334EOF
    13281335ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1329 { (eval echo configure:1330: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1336{ (eval echo configure:1337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13301337ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13311338if test -z "$ac_err"; then
     
    13521359
    13531360echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1354 echo "configure:1355: checking for ANSI C header files" >&5
     1361echo "configure:1362: checking for ANSI C header files" >&5
    13551362if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    13561363  echo $ac_n "(cached) $ac_c" 1>&6
    13571364else
    13581365  cat > conftest.$ac_ext <<EOF
    1359 #line 1360 "configure"
     1366#line 1367 "configure"
    13601367#include "confdefs.h"
    13611368#include <stdlib.h>
     
    13651372EOF
    13661373ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1367 { (eval echo configure:1368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1374{ (eval echo configure:1375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13681375ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13691376if test -z "$ac_err"; then
     
    13821389  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    13831390cat > conftest.$ac_ext <<EOF
    1384 #line 1385 "configure"
     1391#line 1392 "configure"
    13851392#include "confdefs.h"
    13861393#include <string.h>
     
    14001407  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    14011408cat > conftest.$ac_ext <<EOF
    1402 #line 1403 "configure"
     1409#line 1410 "configure"
    14031410#include "confdefs.h"
    14041411#include <stdlib.h>
     
    14211428else
    14221429  cat > conftest.$ac_ext <<EOF
    1423 #line 1424 "configure"
     1430#line 1431 "configure"
    14241431#include "confdefs.h"
    14251432#include <ctype.h>
     
    14321439
    14331440EOF
    1434 if { (eval echo configure:1435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1441if { (eval echo configure:1442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    14351442then
    14361443  :
     
    14591466ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    14601467echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1461 echo "configure:1462: checking for $ac_hdr" >&5
     1468echo "configure:1469: checking for $ac_hdr" >&5
    14621469if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    14631470  echo $ac_n "(cached) $ac_c" 1>&6
    14641471else
    14651472  cat > conftest.$ac_ext <<EOF
    1466 #line 1467 "configure"
     1473#line 1474 "configure"
    14671474#include "confdefs.h"
    14681475#include <$ac_hdr>
    14691476EOF
    14701477ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1471 { (eval echo configure:1472: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1478{ (eval echo configure:1479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14721479ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    14731480if test -z "$ac_err"; then
     
    16361643s%@CC@%$CC%g
    16371644s%@CXX@%$CXX%g
     1645s%@gcc@%$gcc%g
    16381646s%@cfitslibdir@%$cfitslibdir%g
    16391647s%@cfitsincdir@%$cfitsincdir%g
Note: See TracChangeset for help on using the changeset viewer.