Changeset 1707 in Sophya for trunk


Ignore:
Timestamp:
Oct 19, 2001, 12:02:19 PM (24 years ago)
Author:
aubourg
Message:

meme probleme pour ranlib, usr/bin/ranlib prefere

Location:
trunk/ArchTOIPipe
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/Makefile.in

    r1706 r1707  
    77CXX=@CXX@
    88AR=@AR@
     9RANLIB=@RANLIB@
    910CXXFLAGS=-O -g
    1011CFLAGS=-O -g
     
    8283libatkern.a: $(FILES)
    8384        $(AR) -cr libatkern.a $(FILES)
    84         ranlib libatkern.a
     85        $(RANLIB) libatkern.a
    8586        ln -f libatkern.a ../libatkern.a
    8687
  • trunk/ArchTOIPipe/ProcWSophya/Makefile.in

    r1706 r1707  
    77CXX=@CXX@
    88AR=@AR@
     9RANLIB=@RANDLIB@
    910CXXFLAGS=-O -g
    1011CFLAGS=-O -g
     
    8182libatsop.a: $(FILES)
    8283        $(AR) -cr libatsop.a $(FILES)
    83         ranlib libatsop.a
     84        $(RANLIB) libatsop.a
    8485        ln -f libatsop.a ../libatsop.a
    8586
  • trunk/ArchTOIPipe/Processors/Makefile.in

    r1706 r1707  
    77CXX=@CXX@
    88AR=@AR@
     9RANLIB=@RANLIB@
    910CXXFLAGS=-O -g
    1011CFLAGS=-O -g
     
    8081libatproc.a: $(FILES)
    8182        $(AR) -cr libatproc.a $(FILES) 
    82         ranlib libatproc.a
     83        $(RANLIB) libatproc.a
    8384        ln -f libatproc.a ../libatproc.a
    8485
  • trunk/ArchTOIPipe/TestPipes/Makefile.in

    r1706 r1707  
    77CXX=@CXX@
    88AR=@AR@
     9RANLIB=@RANLIB@
    910CXXFLAGS=-O -g
    1011CFLAGS=-O -g
  • trunk/ArchTOIPipe/configure

    r1706 r1707  
    946946fi
    947947 
     948# Extract the first word of "ranlib", so it can be a program name with args.
     949set dummy ranlib; ac_word=$2
     950echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     951echo "configure:952: checking for $ac_word" >&5
     952if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then
     953  echo $ac_n "(cached) $ac_c" 1>&6
     954else
     955  case "$RANLIB" in
     956  /*)
     957  ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a path.
     958  ;;
     959  ?:/*)                 
     960  ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a dos path.
     961  ;;
     962  *)
     963  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     964  ac_dummy="/usr/bin:$PATH"
     965  for ac_dir in $ac_dummy; do
     966    test -z "$ac_dir" && ac_dir=.
     967    if test -f $ac_dir/$ac_word; then
     968      ac_cv_path_RANLIB="$ac_dir/$ac_word"
     969      break
     970    fi
     971  done
     972  IFS="$ac_save_ifs"
     973  test -z "$ac_cv_path_RANLIB" && ac_cv_path_RANLIB="/usr/bin/ranlib"
     974  ;;
     975esac
     976fi
     977RANLIB="$ac_cv_path_RANLIB"
     978if test -n "$RANLIB"; then
     979  echo "$ac_t""$RANLIB" 1>&6
     980else
     981  echo "$ac_t""no" 1>&6
     982fi
     983 
    948984
    949985if test $GCC = "yes"; then
     
    955991
    956992echo $ac_n "checking size of short""... $ac_c" 1>&6
    957 echo "configure:958: checking size of short" >&5
     993echo "configure:994: checking size of short" >&5
    958994if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    959995  echo $ac_n "(cached) $ac_c" 1>&6
     
    963999else
    9641000  cat > conftest.$ac_ext <<EOF
    965 #line 966 "configure"
     1001#line 1002 "configure"
    9661002#include "confdefs.h"
    9671003#include <stdio.h>
     
    9741010}
    9751011EOF
    976 if { (eval echo configure:977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1012if { (eval echo configure:1013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9771013then
    9781014  ac_cv_sizeof_short=`cat conftestval`
     
    9941030
    9951031echo $ac_n "checking size of int""... $ac_c" 1>&6
    996 echo "configure:997: checking size of int" >&5
     1032echo "configure:1033: checking size of int" >&5
    9971033if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    9981034  echo $ac_n "(cached) $ac_c" 1>&6
     
    10021038else
    10031039  cat > conftest.$ac_ext <<EOF
    1004 #line 1005 "configure"
     1040#line 1041 "configure"
    10051041#include "confdefs.h"
    10061042#include <stdio.h>
     
    10131049}
    10141050EOF
    1015 if { (eval echo configure:1016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1051if { (eval echo configure:1052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10161052then
    10171053  ac_cv_sizeof_int=`cat conftestval`
     
    10331069
    10341070echo $ac_n "checking size of long""... $ac_c" 1>&6
    1035 echo "configure:1036: checking size of long" >&5
     1071echo "configure:1072: checking size of long" >&5
    10361072if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    10371073  echo $ac_n "(cached) $ac_c" 1>&6
     
    10411077else
    10421078  cat > conftest.$ac_ext <<EOF
    1043 #line 1044 "configure"
     1079#line 1080 "configure"
    10441080#include "confdefs.h"
    10451081#include <stdio.h>
     
    10521088}
    10531089EOF
    1054 if { (eval echo configure:1055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1090if { (eval echo configure:1091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10551091then
    10561092  ac_cv_sizeof_long=`cat conftestval`
     
    10721108
    10731109echo $ac_n "checking size of long long""... $ac_c" 1>&6
    1074 echo "configure:1075: checking size of long long" >&5
     1110echo "configure:1111: checking size of long long" >&5
    10751111if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    10761112  echo $ac_n "(cached) $ac_c" 1>&6
     
    10801116else
    10811117  cat > conftest.$ac_ext <<EOF
    1082 #line 1083 "configure"
     1118#line 1119 "configure"
    10831119#include "confdefs.h"
    10841120#include <stdio.h>
     
    10911127}
    10921128EOF
    1093 if { (eval echo configure:1094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1129if { (eval echo configure:1130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10941130then
    10951131  ac_cv_sizeof_long_long=`cat conftestval`
     
    11111147
    11121148echo $ac_n "checking size of float""... $ac_c" 1>&6
    1113 echo "configure:1114: checking size of float" >&5
     1149echo "configure:1150: checking size of float" >&5
    11141150if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then
    11151151  echo $ac_n "(cached) $ac_c" 1>&6
     
    11191155else
    11201156  cat > conftest.$ac_ext <<EOF
    1121 #line 1122 "configure"
     1157#line 1158 "configure"
    11221158#include "confdefs.h"
    11231159#include <stdio.h>
     
    11301166}
    11311167EOF
    1132 if { (eval echo configure:1133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1168if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11331169then
    11341170  ac_cv_sizeof_float=`cat conftestval`
     
    11501186
    11511187echo $ac_n "checking size of double""... $ac_c" 1>&6
    1152 echo "configure:1153: checking size of double" >&5
     1188echo "configure:1189: checking size of double" >&5
    11531189if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    11541190  echo $ac_n "(cached) $ac_c" 1>&6
     
    11581194else
    11591195  cat > conftest.$ac_ext <<EOF
    1160 #line 1161 "configure"
     1196#line 1197 "configure"
    11611197#include "confdefs.h"
    11621198#include <stdio.h>
     
    11691205}
    11701206EOF
    1171 if { (eval echo configure:1172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1207if { (eval echo configure:1208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11721208then
    11731209  ac_cv_sizeof_double=`cat conftestval`
     
    11891225
    11901226echo $ac_n "checking size of long double""... $ac_c" 1>&6
    1191 echo "configure:1192: checking size of long double" >&5
     1227echo "configure:1228: checking size of long double" >&5
    11921228if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then
    11931229  echo $ac_n "(cached) $ac_c" 1>&6
     
    11971233else
    11981234  cat > conftest.$ac_ext <<EOF
    1199 #line 1200 "configure"
     1235#line 1236 "configure"
    12001236#include "confdefs.h"
    12011237#include <stdio.h>
     
    12081244}
    12091245EOF
    1210 if { (eval echo configure:1211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1246if { (eval echo configure:1247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    12111247then
    12121248  ac_cv_sizeof_long_double=`cat conftestval`
     
    12301266
    12311267echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6
    1232 echo "configure:1233: checking "for cfitsio lib"" >&5
     1268echo "configure:1269: checking "for cfitsio lib"" >&5
    12331269MACHDIR=`uname`-$CXX
    12341270if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then
     
    12551291
    12561292echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6
    1257 echo "configure:1258: checking "for cfitsio includes"" >&5
     1293echo "configure:1294: checking "for cfitsio includes"" >&5
    12581294if test -f $CFITSIODIR/fitsio.h; then
    12591295  cfitsincdir='-I$(CFITSIODIR)'
     
    12671303
    12681304echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
    1269 echo "configure:1270: checking for sin in -lm" >&5
     1305echo "configure:1306: checking for sin in -lm" >&5
    12701306ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
    12711307if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12751311LIBS="-lm  $LIBS"
    12761312cat > conftest.$ac_ext <<EOF
    1277 #line 1278 "configure"
     1313#line 1314 "configure"
    12781314#include "confdefs.h"
    12791315/* Override any gcc2 internal prototype to avoid an error.  */
     
    12861322; return 0; }
    12871323EOF
    1288 if { (eval echo configure:1289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1324if { (eval echo configure:1325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12891325  rm -rf conftest*
    12901326  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13151351
    13161352echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1317 echo "configure:1318: checking how to run the C preprocessor" >&5
     1353echo "configure:1354: checking how to run the C preprocessor" >&5
    13181354# On Suns, sometimes $CPP names a directory.
    13191355if test -n "$CPP" && test -d "$CPP"; then
     
    13301366  # not just through cpp.
    13311367  cat > conftest.$ac_ext <<EOF
    1332 #line 1333 "configure"
     1368#line 1369 "configure"
    13331369#include "confdefs.h"
    13341370#include <assert.h>
     
    13361372EOF
    13371373ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1338 { (eval echo configure:1339: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1374{ (eval echo configure:1375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13391375ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13401376if test -z "$ac_err"; then
     
    13471383  CPP="${CC-cc} -E -traditional-cpp"
    13481384  cat > conftest.$ac_ext <<EOF
    1349 #line 1350 "configure"
     1385#line 1386 "configure"
    13501386#include "confdefs.h"
    13511387#include <assert.h>
     
    13531389EOF
    13541390ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1355 { (eval echo configure:1356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1391{ (eval echo configure:1392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13561392ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13571393if test -z "$ac_err"; then
     
    13641400  CPP="${CC-cc} -nologo -E"
    13651401  cat > conftest.$ac_ext <<EOF
    1366 #line 1367 "configure"
     1402#line 1403 "configure"
    13671403#include "confdefs.h"
    13681404#include <assert.h>
     
    13701406EOF
    13711407ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1372 { (eval echo configure:1373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1408{ (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13731409ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13741410if test -z "$ac_err"; then
     
    13951431
    13961432echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1397 echo "configure:1398: checking for ANSI C header files" >&5
     1433echo "configure:1434: checking for ANSI C header files" >&5
    13981434if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    13991435  echo $ac_n "(cached) $ac_c" 1>&6
    14001436else
    14011437  cat > conftest.$ac_ext <<EOF
    1402 #line 1403 "configure"
     1438#line 1439 "configure"
    14031439#include "confdefs.h"
    14041440#include <stdlib.h>
     
    14081444EOF
    14091445ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1410 { (eval echo configure:1411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1446{ (eval echo configure:1447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14111447ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    14121448if test -z "$ac_err"; then
     
    14251461  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    14261462cat > conftest.$ac_ext <<EOF
    1427 #line 1428 "configure"
     1463#line 1464 "configure"
    14281464#include "confdefs.h"
    14291465#include <string.h>
     
    14431479  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    14441480cat > conftest.$ac_ext <<EOF
    1445 #line 1446 "configure"
     1481#line 1482 "configure"
    14461482#include "confdefs.h"
    14471483#include <stdlib.h>
     
    14641500else
    14651501  cat > conftest.$ac_ext <<EOF
    1466 #line 1467 "configure"
     1502#line 1503 "configure"
    14671503#include "confdefs.h"
    14681504#include <ctype.h>
     
    14751511
    14761512EOF
    1477 if { (eval echo configure:1478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1513if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    14781514then
    14791515  :
     
    15021538ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    15031539echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1504 echo "configure:1505: checking for $ac_hdr" >&5
     1540echo "configure:1541: checking for $ac_hdr" >&5
    15051541if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    15061542  echo $ac_n "(cached) $ac_c" 1>&6
    15071543else
    15081544  cat > conftest.$ac_ext <<EOF
    1509 #line 1510 "configure"
     1545#line 1546 "configure"
    15101546#include "confdefs.h"
    15111547#include <$ac_hdr>
    15121548EOF
    15131549ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1514 { (eval echo configure:1515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1550{ (eval echo configure:1551: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15151551ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15161552if test -z "$ac_err"; then
     
    16801716s%@CXX@%$CXX%g
    16811717s%@AR@%$AR%g
     1718s%@RANLIB@%$RANLIB%g
    16821719s%@gcc@%$gcc%g
    16831720s%@cfitslibdir@%$cfitslibdir%g
  • trunk/ArchTOIPipe/configure.in

    r1706 r1707  
    1919AC_PROG_CXX
    2020AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH)
     21AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH)
    2122
    2223if test $GCC = "yes"; then
Note: See TracChangeset for help on using the changeset viewer.