Changeset 3847 in Sophya


Ignore:
Timestamp:
Aug 10, 2010, 2:15:24 PM (15 years ago)
Author:
ansari
Message:

suite corrections ds configure gestion linux64/32, Reza 10/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/configure

    r3846 r3847  
    389389  echo " "
    390390  echo ">>>>>> 3.2/ searching include files for Motif "
    391   foreach d ( $epipath /usr/X11R6/include $extpathinc $extpath $defextinc )
     391  foreach d ( $epipath $defepiinc $extpathinc $extpath $defextinc )
    392392    set duminc = `find $followlink $d -name Xm -print | head -1 `
    393393    set dumrep = $duminc:h
     
    404404  if ( $?wgrdl ) then
    405405    echo ">>>>>> 3.3/ searching include files for GNU readline "
    406     foreach d ( $epipath /usr/local $extpathinc $extpath $defextinc )
     406    foreach d ( $epipath $extpathinc $extpath $defextinc )
    407407      set duminc = `find $followlink $d -name readline -print | head -1 `
    408408      set dumrep2 = $duminc:h
     
    459459  echo " "
    460460  echo ">>>>>> 4.2/ searching library Motif (libXm.a) "
    461   foreach d ( $epipath /usr/X11R6/lib $extpathlib $extpath $defextlib )
     461  foreach d ( $epipath $defepilib $extpathlib $extpath $defextlib )
    462462    set dumlib = `find $followlink $d -name libXm.a -print | head -1 `
    463463    set dumrep = $dumlib:h
     
    474474  if ( $?wgrdl ) then
    475475    echo ">>>>>> 4.3/ searching libraries for GNU readline "
    476   foreach d ( $epipath /usr/local $extpathlib $extpath $defextlib )
     476  foreach d ( $epipath $extpathlib $extpath $defextlib )
    477477    set dumlib = `find $followlink $d -name libreadline.a -print | head -1 `
    478478    set dumrep2 = $dumlib:h
    479479    if ( "$dumrep2" != "" ) then
    480480      if ( "$dumrep2" != "$dumrep" )  then
    481         set piextlib = "$piextlib -L$dumrep -lreadline -lhistory "
     481        set piextlib = "$piextlib -L$dumrep2 -lreadline -lhistory "
    482482      else
    483483        set piextlib = "$piextlib -lreadline -lhistory "
Note: See TracChangeset for help on using the changeset viewer.