Changeset 3844 in Sophya for trunk/SophyaLib/BuildMgr
- Timestamp:
- Aug 10, 2010, 1:52:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r3843 r3844 375 375 echo " " 376 376 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 ) 378 378 set duminc = `find $followlink $d -name Xm -print | head -1 ` 379 379 set dumrep = $duminc:h … … 390 390 if ( $?wgrdl ) then 391 391 echo ">>>>>> 3.3/ searching include files for GNU readline " 392 foreach d ( $epipath /usr/local )392 foreach d ( $epipath /usr/local $extpathinc $extpath $defextinc ) 393 393 set duminc = `find $followlink $d -name readline -print | head -1 ` 394 394 set dumrep2 = $duminc:h 395 395 if ( "$dumrep2" != "" ) then 396 396 if ( "$dumrep2" != "$dumrep" ) set piextinc = "-I$dumrep2 $piextinc" 397 echo Includes for readline found in $dumrep 397 echo Includes for readline found in $dumrep2 398 398 break 399 399 endif … … 445 445 echo " " 446 446 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 ) 448 448 set dumlib = `find $followlink $d -name libXm.a -print | head -1 ` 449 449 set dumrep = $dumlib:h … … 460 460 if ( $?wgrdl ) then 461 461 echo ">>>>>> 4.3/ searching libraries for GNU readline " 462 foreach d ( $epipath /usr/local )462 foreach d ( $epipath /usr/local $extpathlib $extpath $defextlib ) 463 463 set dumlib = `find $followlink $d -name libreadline.a -print | head -1 ` 464 464 set dumrep2 = $dumlib:h … … 469 469 set piextlib = "$piextlib -lreadline -lhistory " 470 470 endif 471 echo Libraries for readline found in $dumrep 471 echo Libraries for readline found in $dumrep2 472 472 break 473 473 endif
Note:
See TracChangeset
for help on using the changeset viewer.