Changeset 1730 in Sophya for trunk/ArchTOIPipe/configure.in


Ignore:
Timestamp:
Nov 5, 2001, 11:42:37 AM (24 years ago)
Author:
aubourg
Message:

pour config linux CDF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure.in

    r1707 r1730  
    4343if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then
    4444  cfitslibdir='-L$(ARCHBASEREP)/$(MACHDIR)/Libs'
     45elif test -f $EXTLIBDIR/$MACHDIR/Libs/libcfitsio.a; then
     46  cfitslibdir='-L$(EXTLIBDIR)/$(MACHDIR)/Libs'
    4547elif test -f $CFITSIOLIBDIR/$MACHDIR/Libs/libcfitsio.a; then
    4648  cfitslibdir='-L$(CFITSIOLIBDIR)/$(MACHDIR)/Libs'
     
    6668if test -f $CFITSIODIR/fitsio.h; then
    6769  cfitsincdir='-I$(CFITSIODIR)'
     70elif test -f $EXTLIBDIR/Include/FitsIO/fitsio.h; then
     71  cfitsincdir='-I$(EXTLIBDIR)/Include/FitsIO/fitsio.h'
    6872elif test -f /usr/local/include/fitsio.h; then
    6973  cfitsincdir=""
Note: See TracChangeset for help on using the changeset viewer.