Changeset 3844 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Aug 10, 2010, 1:52:47 PM (15 years ago)
Author:
ansari
Message:

petites correction ds configure, Reza 10/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/configure

    r3843 r3844  
    375375  echo " "
    376376  echo ">>>>>> 3.2/ searching include files for Motif "
    377   foreach d ( $epipath /usr/X11R6/include )
     377  foreach d ( $epipath /usr/X11R6/include $extpathinc $extpath $defextinc )
    378378    set duminc = `find $followlink $d -name Xm -print | head -1 `
    379379    set dumrep = $duminc:h
     
    390390  if ( $?wgrdl ) then
    391391    echo ">>>>>> 3.3/ searching include files for GNU readline "
    392     foreach d ( $epipath /usr/local )
     392    foreach d ( $epipath /usr/local $extpathinc $extpath $defextinc )
    393393      set duminc = `find $followlink $d -name readline -print | head -1 `
    394394      set dumrep2 = $duminc:h
    395395      if ( "$dumrep2" != "" ) then
    396396        if ( "$dumrep2" != "$dumrep" )  set piextinc = "-I$dumrep2 $piextinc"
    397         echo Includes for readline found in $dumrep
     397        echo Includes for readline found in $dumrep2
    398398        break
    399399      endif
     
    445445  echo " "
    446446  echo ">>>>>> 4.2/ searching library Motif (libXm.a) "
    447   foreach d ( $epipath /usr/X11R6/lib )
     447  foreach d ( $epipath /usr/X11R6/lib $extpathlib $extpath $defextlib )
    448448    set dumlib = `find $followlink $d -name libXm.a -print | head -1 `
    449449    set dumrep = $dumlib:h
     
    460460  if ( $?wgrdl ) then
    461461    echo ">>>>>> 4.3/ searching libraries for GNU readline "
    462   foreach d ( $epipath /usr/local )
     462  foreach d ( $epipath /usr/local $extpathlib $extpath $defextlib )
    463463    set dumlib = `find $followlink $d -name libreadline.a -print | head -1 `
    464464    set dumrep2 = $dumlib:h
     
    469469        set piextlib = "$piextlib -lreadline -lhistory "
    470470      endif
    471       echo Libraries for readline found in $dumrep
     471      echo Libraries for readline found in $dumrep2
    472472      break
    473473    endif
Note: See TracChangeset for help on using the changeset viewer.