Changeset 718 for trunk/src/tcl


Ignore:
Timestamp:
May 9, 2007 1:48:39 PM (17 years ago)
Author:
dkearney
Message:

after the core rappture library (librappture.so) is created the include
files necessary to compile all other bindings are copied to the top level
include directory. python, perl, matlab, octave and tcl bindings now refer
to this top level include directory to find header files.

fortran and c examples are only compiled if we find a compiler, this check
helps prevent builds from failing before the libraries are installed.

added more checks to the configure script

removed rappture search paths from perl's unix build because perl could find
an older version of rappture and compile against it. I would rather the build
fail and have the person enter a valid prefix.

addrd the -fPIC flag to CFLAGS in src2's makefile

Location:
trunk/src/tcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tcl/configure

    r708 r718  
    970970      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    971971    fi
    972     cd "$ac_popdir"
     972    cd $ac_popdir
    973973  done
    974974fi
     
    23202320  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23212321  (exit $ac_status); } &&
    2322          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     2322         { ac_try='test -z "$ac_c_werror_flag"
     2323                         || test ! -s conftest.err'
    23232324  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    23242325  (eval $ac_try) 2>&5
     
    23782379  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23792380  (exit $ac_status); } &&
    2380          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     2381         { ac_try='test -z "$ac_c_werror_flag"
     2382                         || test ! -s conftest.err'
    23812383  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    23822384  (eval $ac_try) 2>&5
     
    24942496  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24952497  (exit $ac_status); } &&
    2496          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     2498         { ac_try='test -z "$ac_c_werror_flag"
     2499                         || test ! -s conftest.err'
    24972500  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    24982501  (eval $ac_try) 2>&5
     
    25482551  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25492552  (exit $ac_status); } &&
    2550          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     2553         { ac_try='test -z "$ac_c_werror_flag"
     2554                         || test ! -s conftest.err'
    25512555  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25522556  (eval $ac_try) 2>&5
     
    25932597  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25942598  (exit $ac_status); } &&
    2595          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     2599         { ac_try='test -z "$ac_c_werror_flag"
     2600                         || test ! -s conftest.err'
    25962601  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25972602  (eval $ac_try) 2>&5
     
    26372642  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26382643  (exit $ac_status); } &&
    2639          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     2644         { ac_try='test -z "$ac_c_werror_flag"
     2645                         || test ! -s conftest.err'
    26402646  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    26412647  (eval $ac_try) 2>&5
     
    28212827  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28222828  (exit $ac_status); } &&
    2823          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
     2829         { ac_try='test -z "$ac_cxx_werror_flag"
     2830                         || test ! -s conftest.err'
    28242831  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    28252832  (eval $ac_try) 2>&5
     
    28792886  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28802887  (exit $ac_status); } &&
    2881          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
     2888         { ac_try='test -z "$ac_cxx_werror_flag"
     2889                         || test ! -s conftest.err'
    28822890  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    28832891  (eval $ac_try) 2>&5
     
    29502958  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29512959  (exit $ac_status); } &&
    2952          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
     2960         { ac_try='test -z "$ac_cxx_werror_flag"
     2961                         || test ! -s conftest.err'
    29532962  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    29542963  (eval $ac_try) 2>&5
     
    29943003  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29953004  (exit $ac_status); } &&
    2996          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
     3005         { ac_try='test -z "$ac_cxx_werror_flag"
     3006                         || test ! -s conftest.err'
    29973007  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    29983008  (eval $ac_try) 2>&5
     
    35183528  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35193529  (exit $ac_status); } &&
    3520          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     3530         { ac_try='test -z "$ac_c_werror_flag"
     3531                         || test ! -s conftest.err'
    35213532  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    35223533  (eval $ac_try) 2>&5
     
    36883699  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36893700  (exit $ac_status); } &&
    3690          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     3701         { ac_try='test -z "$ac_c_werror_flag"
     3702                         || test ! -s conftest.err'
    36913703  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    36923704  (eval $ac_try) 2>&5
     
    37593771  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37603772  (exit $ac_status); } &&
    3761          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     3773         { ac_try='test -z "$ac_c_werror_flag"
     3774                         || test ! -s conftest.err'
    37623775  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    37633776  (eval $ac_try) 2>&5
     
    38233836  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38243837  (exit $ac_status); } &&
    3825          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     3838         { ac_try='test -z "$ac_c_werror_flag"
     3839                         || test ! -s conftest.err'
    38263840  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    38273841  (eval $ac_try) 2>&5
     
    38653879  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38663880  (exit $ac_status); } &&
    3867          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     3881         { ac_try='test -z "$ac_c_werror_flag"
     3882                         || test ! -s conftest.err'
    38683883  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    38693884  (eval $ac_try) 2>&5
     
    39223937  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39233938  (exit $ac_status); } &&
    3924          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     3939         { ac_try='test -z "$ac_c_werror_flag"
     3940                         || test ! -s conftest.err'
    39253941  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    39263942  (eval $ac_try) 2>&5
     
    40894105  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40904106  (exit $ac_status); } &&
    4091          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4107         { ac_try='test -z "$ac_c_werror_flag"
     4108                         || test ! -s conftest.err'
    40924109  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    40934110  (eval $ac_try) 2>&5
     
    41514168  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41524169  (exit $ac_status); } &&
    4153          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4170         { ac_try='test -z "$ac_c_werror_flag"
     4171                         || test ! -s conftest.err'
    41544172  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    41554173  (eval $ac_try) 2>&5
     
    42184236  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42194237  (exit $ac_status); } &&
    4220          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4238         { ac_try='test -z "$ac_c_werror_flag"
     4239                         || test ! -s conftest.err'
    42214240  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    42224241  (eval $ac_try) 2>&5
     
    42774296  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42784297  (exit $ac_status); } &&
    4279          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4298         { ac_try='test -z "$ac_c_werror_flag"
     4299                         || test ! -s conftest.err'
    42804300  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    42814301  (eval $ac_try) 2>&5
     
    44784498  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44794499  (exit $ac_status); } &&
    4480          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4500         { ac_try='test -z "$ac_c_werror_flag"
     4501                         || test ! -s conftest.err'
    44814502  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    44824503  (eval $ac_try) 2>&5
     
    45744595  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45754596  (exit $ac_status); } &&
    4576          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4597         { ac_try='test -z "$ac_c_werror_flag"
     4598                         || test ! -s conftest.err'
    45774599  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    45784600  (eval $ac_try) 2>&5
     
    46394661  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46404662  (exit $ac_status); } &&
    4641          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4663         { ac_try='test -z "$ac_c_werror_flag"
     4664                         || test ! -s conftest.err'
    46424665  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    46434666  (eval $ac_try) 2>&5
     
    47414764  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47424765  (exit $ac_status); } &&
    4743          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4766         { ac_try='test -z "$ac_c_werror_flag"
     4767                         || test ! -s conftest.err'
    47444768  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    47454769  (eval $ac_try) 2>&5
     
    48374861  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48384862  (exit $ac_status); } &&
    4839          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4863         { ac_try='test -z "$ac_c_werror_flag"
     4864                         || test ! -s conftest.err'
    48404865  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    48414866  (eval $ac_try) 2>&5
     
    49024927  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49034928  (exit $ac_status); } &&
    4904          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     4929         { ac_try='test -z "$ac_c_werror_flag"
     4930                         || test ! -s conftest.err'
    49054931  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    49064932  (eval $ac_try) 2>&5
     
    49905016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49915017  (exit $ac_status); } &&
    4992          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     5018         { ac_try='test -z "$ac_c_werror_flag"
     5019                         || test ! -s conftest.err'
    49935020  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    49945021  (eval $ac_try) 2>&5
     
    50535080  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50545081  (exit $ac_status); } &&
    5055          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     5082         { ac_try='test -z "$ac_c_werror_flag"
     5083                         || test ! -s conftest.err'
    50565084  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    50575085  (eval $ac_try) 2>&5
     
    52005228  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52015229  (exit $ac_status); } &&
    5202          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     5230         { ac_try='test -z "$ac_c_werror_flag"
     5231                         || test ! -s conftest.err'
    52035232  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    52045233  (eval $ac_try) 2>&5
     
    53475376  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53485377  (exit $ac_status); } &&
    5349          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     5378         { ac_try='test -z "$ac_c_werror_flag"
     5379                         || test ! -s conftest.err'
    53505380  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    53515381  (eval $ac_try) 2>&5
     
    54945524  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54955525  (exit $ac_status); } &&
    5496          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     5526         { ac_try='test -z "$ac_c_werror_flag"
     5527                         || test ! -s conftest.err'
    54975528  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    54985529  (eval $ac_try) 2>&5
     
    56455676  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56465677  (exit $ac_status); } &&
    5647          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     5678         { ac_try='test -z "$ac_c_werror_flag"
     5679                         || test ! -s conftest.err'
    56485680  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    56495681  (eval $ac_try) 2>&5
     
    58465878  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58475879  (exit $ac_status); } &&
    5848          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     5880         { ac_try='test -z "$ac_c_werror_flag"
     5881                         || test ! -s conftest.err'
    58495882  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    58505883  (eval $ac_try) 2>&5
     
    60356068  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60366069  (exit $ac_status); } &&
    6037          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     6070         { ac_try='test -z "$ac_c_werror_flag"
     6071                         || test ! -s conftest.err'
    60386072  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    60396073  (eval $ac_try) 2>&5
     
    61826216  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61836217  (exit $ac_status); } &&
    6184          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     6218         { ac_try='test -z "$ac_c_werror_flag"
     6219                         || test ! -s conftest.err'
    61856220  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    61866221  (eval $ac_try) 2>&5
     
    63356370  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63366371  (exit $ac_status); } &&
    6337          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     6372         { ac_try='test -z "$ac_c_werror_flag"
     6373                         || test ! -s conftest.err'
    63386374  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    63396375  (eval $ac_try) 2>&5
     
    68476883  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68486884  (exit $ac_status); } &&
    6849          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     6885         { ac_try='test -z "$ac_c_werror_flag"
     6886                         || test ! -s conftest.err'
    68506887  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    68516888  (eval $ac_try) 2>&5
     
    69226959  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69236960  (exit $ac_status); } &&
    6924          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     6961         { ac_try='test -z "$ac_c_werror_flag"
     6962                         || test ! -s conftest.err'
    69256963  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    69266964  (eval $ac_try) 2>&5
     
    69977035  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69987036  (exit $ac_status); } &&
    6999          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     7037         { ac_try='test -z "$ac_c_werror_flag"
     7038                         || test ! -s conftest.err'
    70007039  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70017040  (eval $ac_try) 2>&5
     
    70707109  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70717110  (exit $ac_status); } &&
    7072          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     7111         { ac_try='test -z "$ac_c_werror_flag"
     7112                         || test ! -s conftest.err'
    70737113  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70747114  (eval $ac_try) 2>&5
     
    71407180  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71417181  (exit $ac_status); } &&
    7142          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     7182         { ac_try='test -z "$ac_c_werror_flag"
     7183                         || test ! -s conftest.err'
    71437184  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    71447185  (eval $ac_try) 2>&5
     
    74087449  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74097450  (exit $ac_status); } &&
    7410          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     7451         { ac_try='test -z "$ac_c_werror_flag"
     7452                         || test ! -s conftest.err'
    74117453  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    74127454  (eval $ac_try) 2>&5
     
    79107952  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    79117953  (exit $ac_status); } &&
    7912          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     7954         { ac_try='test -z "$ac_c_werror_flag"
     7955                         || test ! -s conftest.err'
    79137956  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    79147957  (eval $ac_try) 2>&5
     
    80018044  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    80028045  (exit $ac_status); } &&
    8003          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     8046         { ac_try='test -z "$ac_c_werror_flag"
     8047                         || test ! -s conftest.err'
    80048048  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    80058049  (eval $ac_try) 2>&5
     
    81128156  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81138157  (exit $ac_status); } &&
    8114          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     8158         { ac_try='test -z "$ac_c_werror_flag"
     8159                         || test ! -s conftest.err'
    81158160  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    81168161  (eval $ac_try) 2>&5
     
    82288273  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82298274  (exit $ac_status); } &&
    8230          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     8275         { ac_try='test -z "$ac_c_werror_flag"
     8276                         || test ! -s conftest.err'
    82318277  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    82328278  (eval $ac_try) 2>&5
     
    85838629  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    85848630  (exit $ac_status); } &&
    8585          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     8631         { ac_try='test -z "$ac_c_werror_flag"
     8632                         || test ! -s conftest.err'
    85868633  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    85878634  (eval $ac_try) 2>&5
     
    86528699  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86538700  (exit $ac_status); } &&
    8654          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     8701         { ac_try='test -z "$ac_c_werror_flag"
     8702                         || test ! -s conftest.err'
    86558703  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    86568704  (eval $ac_try) 2>&5
     
    89929040  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    89939041  (exit $ac_status); } &&
    8994          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9042         { ac_try='test -z "$ac_c_werror_flag"
     9043                         || test ! -s conftest.err'
    89959044  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    89969045  (eval $ac_try) 2>&5
     
    91439192  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    91449193  (exit $ac_status); } &&
    9145          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9194         { ac_try='test -z "$ac_c_werror_flag"
     9195                         || test ! -s conftest.err'
    91469196  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    91479197  (eval $ac_try) 2>&5
     
    91859235  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    91869236  (exit $ac_status); } &&
    9187          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9237         { ac_try='test -z "$ac_c_werror_flag"
     9238                         || test ! -s conftest.err'
    91889239  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    91899240  (eval $ac_try) 2>&5
     
    92469297  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    92479298  (exit $ac_status); } &&
    9248          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9299         { ac_try='test -z "$ac_c_werror_flag"
     9300                         || test ! -s conftest.err'
    92499301  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    92509302  (eval $ac_try) 2>&5
     
    92889340  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    92899341  (exit $ac_status); } &&
    9290          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9342         { ac_try='test -z "$ac_c_werror_flag"
     9343                         || test ! -s conftest.err'
    92919344  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    92929345  (eval $ac_try) 2>&5
     
    93499402  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    93509403  (exit $ac_status); } &&
    9351          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9404         { ac_try='test -z "$ac_c_werror_flag"
     9405                         || test ! -s conftest.err'
    93529406  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    93539407  (eval $ac_try) 2>&5
     
    93919445  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    93929446  (exit $ac_status); } &&
    9393          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9447         { ac_try='test -z "$ac_c_werror_flag"
     9448                         || test ! -s conftest.err'
    93949449  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    93959450  (eval $ac_try) 2>&5
     
    94659520  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    94669521  (exit $ac_status); } &&
    9467          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9522         { ac_try='test -z "$ac_c_werror_flag"
     9523                         || test ! -s conftest.err'
    94689524  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    94699525  (eval $ac_try) 2>&5
     
    95149570  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    95159571  (exit $ac_status); } &&
    9516          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9572         { ac_try='test -z "$ac_c_werror_flag"
     9573                         || test ! -s conftest.err'
    95179574  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    95189575  (eval $ac_try) 2>&5
     
    95909647  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    95919648  (exit $ac_status); } &&
    9592          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9649         { ac_try='test -z "$ac_c_werror_flag"
     9650                         || test ! -s conftest.err'
    95939651  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    95949652  (eval $ac_try) 2>&5
     
    96529710  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    96539711  (exit $ac_status); } &&
    9654          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9712         { ac_try='test -z "$ac_c_werror_flag"
     9713                         || test ! -s conftest.err'
    96559714  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    96569715  (eval $ac_try) 2>&5
     
    97539812  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    97549813  (exit $ac_status); } &&
    9755          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9814         { ac_try='test -z "$ac_c_werror_flag"
     9815                         || test ! -s conftest.err'
    97569816  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    97579817  (eval $ac_try) 2>&5
     
    98169876  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    98179877  (exit $ac_status); } &&
    9818          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
     9878         { ac_try='test -z "$ac_c_werror_flag"
     9879                         || test ! -s conftest.err'
    98199880  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    98209881  (eval $ac_try) 2>&5
     
    1011910180#--------------------------------------------------------------------
    1012010181RAPPTURE_DIR=$prefix
    10121 # AC_MSG_CHECKING([for rappture.h])
    10122 # RAPPTURE_DIR=""
    10123 # if test "x$rappture_dir" != "x" ; then
    10124  #
    10125  # Verify that a rappture.h file exists in the directory specified
    10126  # by --with-rappture.
    10127  #
    10128  if test -r "$rappture_dir/include/rappture.h" ; then
    10129 #     RAPPTURE_DIR="$rappture_dir"
    10130  fi
    10131 # else
    10132  #
    10133  # Otherwise, search for the rappture.h include file...
    10134  # 1. Search previously named locations.
    10135  #
    10136  for dir in \
    10137 #    $prefix \
    10138 #    $exec_prefix
    10139  do
    10140 #     if test -r "$dir/include/rappture.h" ; then
    10141 #       RAPPTURE_DIR="$dir"
    10142 #       break
    10143 #     fi
    10144  done
    10145  #
    10146  #  2. Search source directories.
    10147  #
    10148  if test "x$RAPPTURE_DIR" = "x" ; then
    10149 #     for dir in \
    10150 #      `ls -dr ../rappture 2>/dev/null` \
    10151 #      `ls -dr ../../rappture 2>/dev/null` \
    10152 #      `ls -dr ../../../rappture 2>/dev/null` \
    10153 #      `ls -dr C\:/opt/rappture 2>/dev/null` \
    10154 #      `ls -dr /opt/rappture 2>/dev/null`
    10155 #     do
    10156 #       if test -r "$dir/include/rappture.h" ; then
    10157 #         RAPPTURE_DIR="$dir"
    10158 #         break
    10159 #       fi
    10160 #     done
    10161  fi
    10162 # fi
    10163 # AC_MSG_RESULT([${RAPPTURE_DIR}])
     10182#AC_MSG_CHECKING([for rappture.h])
     10183#RAPPTURE_DIR=""
     10184#if test "x$rappture_dir" != "x" ; then
     10185#
     10186# Verify that a rappture.h file exists in the directory specified
     10187# by --with-rappture.
     10188#
     10189if test -r "$rappture_dir/include/rappture.h" ; then
     10190#    RAPPTURE_DIR="$rappture_dir"
     10191fi
     10192#else
     10193#
     10194# Otherwise, search for the rappture.h include file...
     10195# 1. Search previously named locations.
     10196#
     10197for dir in \
     10198#   $prefix \
     10199#   $exec_prefix
     10200do
     10201#    if test -r "$dir/include/rappture.h" ; then
     10202#      RAPPTURE_DIR="$dir"
     10203#      break
     10204#    fi
     10205done
     10206#
     10207#  2. Search source directories.
     10208#
     10209if test "x$RAPPTURE_DIR" = "x" ; then
     10210#    for dir in \
     10211#     `ls -dr ../rappture 2>/dev/null` \
     10212#     `ls -dr ../../rappture 2>/dev/null` \
     10213#     `ls -dr ../../../rappture 2>/dev/null` \
     10214#     `ls -dr C\:/opt/rappture 2>/dev/null` \
     10215#     `ls -dr /opt/rappture 2>/dev/null`
     10216#    do
     10217#      if test -r "$dir/include/rappture.h" ; then
     10218#        RAPPTURE_DIR="$dir"
     10219#        break
     10220#      fi
     10221#    done
     10222fi
     10223#fi
     10224#AC_MSG_RESULT([${RAPPTURE_DIR}])
    1016410225#
    10165 # if test "x$RAPPTURE_DIR" = "x" ; then
    10166  echo "can't find RAPPTURE include file \"rappture.h\""
    10167  echo "use --with-rappture=DIR to specify the location of rappture"
    10168  exit 1
    10169 # fi
     10226#if test "x$RAPPTURE_DIR" = "x" ; then
     10227echo "can't find RAPPTURE include file \"rappture.h\""
     10228echo "use --with-rappture=DIR to specify the location of rappture"
     10229exit 1
     10230#fi
    1017010231
    1017110232
    1017210233
    1017310234#--------------------------------------------------------------------
    10174 # Look for scew.h on the normal include path.  If not found, look
    10175 # for it in the --with-scew directory.
     10235# Default Rappture include path.
    1017610236#--------------------------------------------------------------------
     10237ALT_DIR="../../"
    1017710238# AC_MSG_CHECKING([for alternate paths])
    1017810239# ALT_DIR=""
     
    1110011161  esac
    1110111162
     11163  if test x"$ac_file" != x-; then
     11164    { echo "$as_me:$LINENO: creating $ac_file" >&5
     11165echo "$as_me: creating $ac_file" >&6;}
     11166    rm -f "$ac_file"
     11167  fi
    1110211168  # Let's still pretend it is `configure' which instantiates (i.e., don't
    1110311169  # use $as_me), people would be surprised to read:
     
    1113811204      esac
    1113911205    done` || { (exit 1); exit 1; }
    11140 
    11141   if test x"$ac_file" != x-; then
    11142     { echo "$as_me:$LINENO: creating $ac_file" >&5
    11143 echo "$as_me: creating $ac_file" >&6;}
    11144     rm -f "$ac_file"
    11145   fi
    1114611206_ACEOF
    1114711207cat >>$CONFIG_STATUS <<_ACEOF
  • trunk/src/tcl/configure.in

    r708 r718  
    270270#--------------------------------------------------------------------
    271271RAPPTURE_DIR=$prefix
    272 # AC_MSG_CHECKING([for rappture.h])
    273 # RAPPTURE_DIR=""
    274 # if test "x$rappture_dir" != "x" ; then
    275  #
    276  # Verify that a rappture.h file exists in the directory specified
    277  # by --with-rappture.
    278  #
    279  if test -r "$rappture_dir/include/rappture.h" ; then
    280 #     RAPPTURE_DIR="$rappture_dir"
    281  fi
    282 # else
    283  #
    284  # Otherwise, search for the rappture.h include file...
    285  # 1. Search previously named locations.
    286  #
    287  for dir in \
    288 #    $prefix \
    289 #    $exec_prefix
    290  do
    291 #     if test -r "$dir/include/rappture.h" ; then
    292 #       RAPPTURE_DIR="$dir"
    293 #       break
    294 #     fi
    295  done
    296  #
    297  #  2. Search source directories.
    298  #
    299  if test "x$RAPPTURE_DIR" = "x" ; then
    300 #     for dir in \
    301 #      `ls -dr ../rappture 2>/dev/null` \
    302 #      `ls -dr ../../rappture 2>/dev/null` \
    303 #      `ls -dr ../../../rappture 2>/dev/null` \
    304 #      `ls -dr C\:/opt/rappture 2>/dev/null` \
    305 #      `ls -dr /opt/rappture 2>/dev/null`
    306 #     do
    307 #       if test -r "$dir/include/rappture.h" ; then
    308 #         RAPPTURE_DIR="$dir"
    309 #         break
    310 #       fi
    311 #     done
    312  fi
    313 # fi
    314 # AC_MSG_RESULT([${RAPPTURE_DIR}])
    315 # 
    316 # if test "x$RAPPTURE_DIR" = "x" ; then
    317  echo "can't find RAPPTURE include file \"rappture.h\""
    318  echo "use --with-rappture=DIR to specify the location of rappture"
    319  exit 1
    320 # fi
     272#AC_MSG_CHECKING([for rappture.h])
     273#RAPPTURE_DIR=""
     274#if test "x$rappture_dir" != "x" ; then
     275#
     276# Verify that a rappture.h file exists in the directory specified
     277# by --with-rappture.
     278#
     279if test -r "$rappture_dir/include/rappture.h" ; then
     280#    RAPPTURE_DIR="$rappture_dir"
     281fi
     282#else
     283#
     284# Otherwise, search for the rappture.h include file...
     285# 1. Search previously named locations.
     286#
     287for dir in \
     288#   $prefix \
     289#   $exec_prefix
     290do
     291#    if test -r "$dir/include/rappture.h" ; then
     292#      RAPPTURE_DIR="$dir"
     293#      break
     294#    fi
     295done
     296#
     297#  2. Search source directories.
     298#
     299if test "x$RAPPTURE_DIR" = "x" ; then
     300#    for dir in \
     301#     `ls -dr ../rappture 2>/dev/null` \
     302#     `ls -dr ../../rappture 2>/dev/null` \
     303#     `ls -dr ../../../rappture 2>/dev/null` \
     304#     `ls -dr C\:/opt/rappture 2>/dev/null` \
     305#     `ls -dr /opt/rappture 2>/dev/null`
     306#    do
     307#      if test -r "$dir/include/rappture.h" ; then
     308#        RAPPTURE_DIR="$dir"
     309#        break
     310#      fi
     311#    done
     312fi
     313#fi
     314#AC_MSG_RESULT([${RAPPTURE_DIR}])
     315#
     316#if test "x$RAPPTURE_DIR" = "x" ; then
     317echo "can't find RAPPTURE include file \"rappture.h\""
     318echo "use --with-rappture=DIR to specify the location of rappture"
     319exit 1
     320#fi
    321321
    322322AC_SUBST(RAPPTURE_DIR)
    323323
    324324#--------------------------------------------------------------------
    325 # Look for scew.h on the normal include path.  If not found, look
    326 # for it in the --with-scew directory.
    327 #--------------------------------------------------------------------
     325# Default Rappture include path.
     326#--------------------------------------------------------------------
     327ALT_DIR="../../"
    328328# AC_MSG_CHECKING([for alternate paths])
    329329# ALT_DIR=""
Note: See TracChangeset for help on using the changeset viewer.