Changeset 1755 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Nov 13, 2001, 4:16:39 PM (24 years ago)
Author:
aubourg
Message:

iostream pour magique...

Location:
trunk/ArchTOIPipe
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure

    r1751 r1755  
    922922fi
    923923
     924if test -x /usr/bin/ar; then
    924925# Extract the first word of "ar", so it can be a program name with args.
    925926set dummy ar; ac_word=$2
    926927echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    927 echo "configure:928: checking for $ac_word" >&5
     928echo "configure:929: checking for $ac_word" >&5
    928929if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
    929930  echo $ac_n "(cached) $ac_c" 1>&6
     
    958959fi
    959960 
     961else
     962# Extract the first word of "ar", so it can be a program name with args.
     963set dummy ar; ac_word=$2
     964echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     965echo "configure:966: checking for $ac_word" >&5
     966if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
     967  echo $ac_n "(cached) $ac_c" 1>&6
     968else
     969  if test -n "$AR"; then
     970  ac_cv_prog_AR="$AR" # Let the user override the test.
     971else
     972  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     973  ac_dummy="$PATH"
     974  for ac_dir in $ac_dummy; do
     975    test -z "$ac_dir" && ac_dir=.
     976    if test -f $ac_dir/$ac_word; then
     977      ac_cv_prog_AR=""
     978      break
     979    fi
     980  done
     981  IFS="$ac_save_ifs"
     982fi
     983fi
     984AR="$ac_cv_prog_AR"
     985if test -n "$AR"; then
     986  echo "$ac_t""$AR" 1>&6
     987else
     988  echo "$ac_t""no" 1>&6
     989fi
     990
     991fi
     992if test -x /usr/bin/ranlib; then
    960993# Extract the first word of "ranlib", so it can be a program name with args.
    961994set dummy ranlib; ac_word=$2
    962995echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    963 echo "configure:964: checking for $ac_word" >&5
     996echo "configure:997: checking for $ac_word" >&5
    964997if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then
    965998  echo $ac_n "(cached) $ac_c" 1>&6
     
    9941027fi
    9951028 
     1029else
     1030# Extract the first word of "ranlib", so it can be a program name with args.
     1031set dummy ranlib; ac_word=$2
     1032echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1033echo "configure:1034: checking for $ac_word" >&5
     1034if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
     1035  echo $ac_n "(cached) $ac_c" 1>&6
     1036else
     1037  if test -n "$RANLIB"; then
     1038  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
     1039else
     1040  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1041  ac_dummy="$PATH"
     1042  for ac_dir in $ac_dummy; do
     1043    test -z "$ac_dir" && ac_dir=.
     1044    if test -f $ac_dir/$ac_word; then
     1045      ac_cv_prog_RANLIB="ranlib"
     1046      break
     1047    fi
     1048  done
     1049  IFS="$ac_save_ifs"
     1050  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
     1051fi
     1052fi
     1053RANLIB="$ac_cv_prog_RANLIB"
     1054if test -n "$RANLIB"; then
     1055  echo "$ac_t""$RANLIB" 1>&6
     1056else
     1057  echo "$ac_t""no" 1>&6
     1058fi
     1059
     1060fi
    9961061ac_aux_dir=
    9971062for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     
    10251090# ./install, which can be erroneously created by make from ./install.sh.
    10261091echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1027 echo "configure:1028: checking for a BSD compatible install" >&5
     1092echo "configure:1093: checking for a BSD compatible install" >&5
    10281093if test -z "$INSTALL"; then
    10291094if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10861151
    10871152echo $ac_n "checking size of short""... $ac_c" 1>&6
    1088 echo "configure:1089: checking size of short" >&5
     1153echo "configure:1154: checking size of short" >&5
    10891154if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    10901155  echo $ac_n "(cached) $ac_c" 1>&6
     
    10941159else
    10951160  cat > conftest.$ac_ext <<EOF
    1096 #line 1097 "configure"
     1161#line 1162 "configure"
    10971162#include "confdefs.h"
    10981163#include <stdio.h>
     
    11051170}
    11061171EOF
    1107 if { (eval echo configure:1108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1172if { (eval echo configure:1173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11081173then
    11091174  ac_cv_sizeof_short=`cat conftestval`
     
    11251190
    11261191echo $ac_n "checking size of int""... $ac_c" 1>&6
    1127 echo "configure:1128: checking size of int" >&5
     1192echo "configure:1193: checking size of int" >&5
    11281193if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    11291194  echo $ac_n "(cached) $ac_c" 1>&6
     
    11331198else
    11341199  cat > conftest.$ac_ext <<EOF
    1135 #line 1136 "configure"
     1200#line 1201 "configure"
    11361201#include "confdefs.h"
    11371202#include <stdio.h>
     
    11441209}
    11451210EOF
    1146 if { (eval echo configure:1147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1211if { (eval echo configure:1212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11471212then
    11481213  ac_cv_sizeof_int=`cat conftestval`
     
    11641229
    11651230echo $ac_n "checking size of long""... $ac_c" 1>&6
    1166 echo "configure:1167: checking size of long" >&5
     1231echo "configure:1232: checking size of long" >&5
    11671232if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    11681233  echo $ac_n "(cached) $ac_c" 1>&6
     
    11721237else
    11731238  cat > conftest.$ac_ext <<EOF
    1174 #line 1175 "configure"
     1239#line 1240 "configure"
    11751240#include "confdefs.h"
    11761241#include <stdio.h>
     
    11831248}
    11841249EOF
    1185 if { (eval echo configure:1186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1250if { (eval echo configure:1251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11861251then
    11871252  ac_cv_sizeof_long=`cat conftestval`
     
    12031268
    12041269echo $ac_n "checking size of long long""... $ac_c" 1>&6
    1205 echo "configure:1206: checking size of long long" >&5
     1270echo "configure:1271: checking size of long long" >&5
    12061271if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    12071272  echo $ac_n "(cached) $ac_c" 1>&6
     
    12111276else
    12121277  cat > conftest.$ac_ext <<EOF
    1213 #line 1214 "configure"
     1278#line 1279 "configure"
    12141279#include "confdefs.h"
    12151280#include <stdio.h>
     
    12221287}
    12231288EOF
    1224 if { (eval echo configure:1225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1289if { (eval echo configure:1290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    12251290then
    12261291  ac_cv_sizeof_long_long=`cat conftestval`
     
    12421307
    12431308echo $ac_n "checking size of float""... $ac_c" 1>&6
    1244 echo "configure:1245: checking size of float" >&5
     1309echo "configure:1310: checking size of float" >&5
    12451310if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then
    12461311  echo $ac_n "(cached) $ac_c" 1>&6
     
    12501315else
    12511316  cat > conftest.$ac_ext <<EOF
    1252 #line 1253 "configure"
     1317#line 1318 "configure"
    12531318#include "confdefs.h"
    12541319#include <stdio.h>
     
    12611326}
    12621327EOF
    1263 if { (eval echo configure:1264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1328if { (eval echo configure:1329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    12641329then
    12651330  ac_cv_sizeof_float=`cat conftestval`
     
    12811346
    12821347echo $ac_n "checking size of double""... $ac_c" 1>&6
    1283 echo "configure:1284: checking size of double" >&5
     1348echo "configure:1349: checking size of double" >&5
    12841349if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    12851350  echo $ac_n "(cached) $ac_c" 1>&6
     
    12891354else
    12901355  cat > conftest.$ac_ext <<EOF
    1291 #line 1292 "configure"
     1356#line 1357 "configure"
    12921357#include "confdefs.h"
    12931358#include <stdio.h>
     
    13001365}
    13011366EOF
    1302 if { (eval echo configure:1303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1367if { (eval echo configure:1368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    13031368then
    13041369  ac_cv_sizeof_double=`cat conftestval`
     
    13201385
    13211386echo $ac_n "checking size of long double""... $ac_c" 1>&6
    1322 echo "configure:1323: checking size of long double" >&5
     1387echo "configure:1388: checking size of long double" >&5
    13231388if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then
    13241389  echo $ac_n "(cached) $ac_c" 1>&6
     
    13281393else
    13291394  cat > conftest.$ac_ext <<EOF
    1330 #line 1331 "configure"
     1395#line 1396 "configure"
    13311396#include "confdefs.h"
    13321397#include <stdio.h>
     
    13391404}
    13401405EOF
    1341 if { (eval echo configure:1342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1406if { (eval echo configure:1407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    13421407then
    13431408  ac_cv_sizeof_long_double=`cat conftestval`
     
    13611426
    13621427echo $ac_n "checking "for cfitsio lib"""... $ac_c" 1>&6
    1363 echo "configure:1364: checking "for cfitsio lib"" >&5
     1428echo "configure:1429: checking "for cfitsio lib"" >&5
    13641429MACHDIR=`uname`-$CXX
    13651430if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then
     
    13881453
    13891454echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6
    1390 echo "configure:1391: checking "for cfitsio includes"" >&5
     1455echo "configure:1456: checking "for cfitsio includes"" >&5
    13911456if test -f $CFITSIODIR/fitsio.h; then
    13921457  cfitsincdir='-I$(CFITSIODIR)'
     
    14021467
    14031468echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
    1404 echo "configure:1405: checking for sin in -lm" >&5
     1469echo "configure:1470: checking for sin in -lm" >&5
    14051470ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
    14061471if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14101475LIBS="-lm  $LIBS"
    14111476cat > conftest.$ac_ext <<EOF
    1412 #line 1413 "configure"
     1477#line 1478 "configure"
    14131478#include "confdefs.h"
    14141479/* Override any gcc2 internal prototype to avoid an error.  */
     
    14211486; return 0; }
    14221487EOF
    1423 if { (eval echo configure:1424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1488if { (eval echo configure:1489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14241489  rm -rf conftest*
    14251490  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14491514
    14501515echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
    1451 echo "configure:1452: checking for pthread_create in -lpthread" >&5
     1516echo "configure:1517: checking for pthread_create in -lpthread" >&5
    14521517ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
    14531518if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14571522LIBS="-lpthread  $LIBS"
    14581523cat > conftest.$ac_ext <<EOF
    1459 #line 1460 "configure"
     1524#line 1525 "configure"
    14601525#include "confdefs.h"
    14611526/* Override any gcc2 internal prototype to avoid an error.  */
     
    14681533; return 0; }
    14691534EOF
    1470 if { (eval echo configure:1471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1535if { (eval echo configure:1536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14711536  rm -rf conftest*
    14721537  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14961561
    14971562echo $ac_n "checking for scopy_ in -lblas""... $ac_c" 1>&6
    1498 echo "configure:1499: checking for scopy_ in -lblas" >&5
     1563echo "configure:1564: checking for scopy_ in -lblas" >&5
    14991564ac_lib_var=`echo blas'_'scopy_ | sed 'y%./+-%__p_%'`
    15001565if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15041569LIBS="-lblas  $LIBS"
    15051570cat > conftest.$ac_ext <<EOF
    1506 #line 1507 "configure"
     1571#line 1572 "configure"
    15071572#include "confdefs.h"
    15081573/* Override any gcc2 internal prototype to avoid an error.  */
     
    15151580; return 0; }
    15161581EOF
    1517 if { (eval echo configure:1518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1582if { (eval echo configure:1583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15181583  rm -rf conftest*
    15191584  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15431608
    15441609echo $ac_n "checking for s_copy in -lg2c""... $ac_c" 1>&6
    1545 echo "configure:1546: checking for s_copy in -lg2c" >&5
     1610echo "configure:1611: checking for s_copy in -lg2c" >&5
    15461611ac_lib_var=`echo g2c'_'s_copy | sed 'y%./+-%__p_%'`
    15471612if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15511616LIBS="-lg2c  $LIBS"
    15521617cat > conftest.$ac_ext <<EOF
    1553 #line 1554 "configure"
     1618#line 1619 "configure"
    15541619#include "confdefs.h"
    15551620/* Override any gcc2 internal prototype to avoid an error.  */
     
    15621627; return 0; }
    15631628EOF
    1564 if { (eval echo configure:1565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1629if { (eval echo configure:1630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15651630  rm -rf conftest*
    15661631  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15911656
    15921657echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1593 echo "configure:1594: checking how to run the C preprocessor" >&5
     1658echo "configure:1659: checking how to run the C preprocessor" >&5
    15941659# On Suns, sometimes $CPP names a directory.
    15951660if test -n "$CPP" && test -d "$CPP"; then
     
    16061671  # not just through cpp.
    16071672  cat > conftest.$ac_ext <<EOF
    1608 #line 1609 "configure"
     1673#line 1674 "configure"
    16091674#include "confdefs.h"
    16101675#include <assert.h>
     
    16121677EOF
    16131678ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1614 { (eval echo configure:1615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1679{ (eval echo configure:1680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16151680ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16161681if test -z "$ac_err"; then
     
    16231688  CPP="${CC-cc} -E -traditional-cpp"
    16241689  cat > conftest.$ac_ext <<EOF
    1625 #line 1626 "configure"
     1690#line 1691 "configure"
    16261691#include "confdefs.h"
    16271692#include <assert.h>
     
    16291694EOF
    16301695ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1631 { (eval echo configure:1632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1696{ (eval echo configure:1697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16321697ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16331698if test -z "$ac_err"; then
     
    16401705  CPP="${CC-cc} -nologo -E"
    16411706  cat > conftest.$ac_ext <<EOF
    1642 #line 1643 "configure"
     1707#line 1708 "configure"
    16431708#include "confdefs.h"
    16441709#include <assert.h>
     
    16461711EOF
    16471712ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1648 { (eval echo configure:1649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1713{ (eval echo configure:1714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16491714ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16501715if test -z "$ac_err"; then
     
    16711736
    16721737echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1673 echo "configure:1674: checking for ANSI C header files" >&5
     1738echo "configure:1739: checking for ANSI C header files" >&5
    16741739if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    16751740  echo $ac_n "(cached) $ac_c" 1>&6
    16761741else
    16771742  cat > conftest.$ac_ext <<EOF
    1678 #line 1679 "configure"
     1743#line 1744 "configure"
    16791744#include "confdefs.h"
    16801745#include <stdlib.h>
     
    16841749EOF
    16851750ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1686 { (eval echo configure:1687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1751{ (eval echo configure:1752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    16871752ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16881753if test -z "$ac_err"; then
     
    17011766  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    17021767cat > conftest.$ac_ext <<EOF
    1703 #line 1704 "configure"
     1768#line 1769 "configure"
    17041769#include "confdefs.h"
    17051770#include <string.h>
     
    17191784  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    17201785cat > conftest.$ac_ext <<EOF
    1721 #line 1722 "configure"
     1786#line 1787 "configure"
    17221787#include "confdefs.h"
    17231788#include <stdlib.h>
     
    17401805else
    17411806  cat > conftest.$ac_ext <<EOF
    1742 #line 1743 "configure"
     1807#line 1808 "configure"
    17431808#include "confdefs.h"
    17441809#include <ctype.h>
     
    17511816
    17521817EOF
    1753 if { (eval echo configure:1754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1818if { (eval echo configure:1819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    17541819then
    17551820  :
     
    17781843ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17791844echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1780 echo "configure:1781: checking for $ac_hdr" >&5
     1845echo "configure:1846: checking for $ac_hdr" >&5
    17811846if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17821847  echo $ac_n "(cached) $ac_c" 1>&6
    17831848else
    17841849  cat > conftest.$ac_ext <<EOF
    1785 #line 1786 "configure"
     1850#line 1851 "configure"
    17861851#include "confdefs.h"
    17871852#include <$ac_hdr>
    17881853EOF
    17891854ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1790 { (eval echo configure:1791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1855{ (eval echo configure:1856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17911856ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17921857if test -z "$ac_err"; then
  • trunk/ArchTOIPipe/configure.in

    r1751 r1755  
    3131AC_PROG_CC
    3232AC_PROG_CXX
     33if test -x /usr/bin/ar; then
    3334AC_PATH_PROG(AR, ar, /usr/bin/ar, /usr/bin:$PATH)
     35else
     36AC_CHECK_PROG(AR, ar)
     37fi
     38if test -x /usr/bin/ranlib; then
    3439AC_PATH_PROG(RANLIB, ranlib, /usr/bin/ranlib, /usr/bin:$PATH)
     40else
     41AC_PROG_RANLIB
     42fi
    3543AC_PROG_INSTALL
    3644
Note: See TracChangeset for help on using the changeset viewer.