Changeset 3847 in Sophya for trunk/SophyaLib
- Timestamp:
- Aug 10, 2010, 2:15:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r3846 r3847 389 389 echo " " 390 390 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 ) 392 392 set duminc = `find $followlink $d -name Xm -print | head -1 ` 393 393 set dumrep = $duminc:h … … 404 404 if ( $?wgrdl ) then 405 405 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 ) 407 407 set duminc = `find $followlink $d -name readline -print | head -1 ` 408 408 set dumrep2 = $duminc:h … … 459 459 echo " " 460 460 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 ) 462 462 set dumlib = `find $followlink $d -name libXm.a -print | head -1 ` 463 463 set dumrep = $dumlib:h … … 474 474 if ( $?wgrdl ) then 475 475 echo ">>>>>> 4.3/ searching libraries for GNU readline " 476 foreach d ( $epipath /usr/local$extpathlib $extpath $defextlib )476 foreach d ( $epipath $extpathlib $extpath $defextlib ) 477 477 set dumlib = `find $followlink $d -name libreadline.a -print | head -1 ` 478 478 set dumrep2 = $dumlib:h 479 479 if ( "$dumrep2" != "" ) then 480 480 if ( "$dumrep2" != "$dumrep" ) then 481 set piextlib = "$piextlib -L$dumrep -lreadline -lhistory "481 set piextlib = "$piextlib -L$dumrep2 -lreadline -lhistory " 482 482 else 483 483 set piextlib = "$piextlib -lreadline -lhistory "
Note:
See TracChangeset
for help on using the changeset viewer.