Changeset 30904
- Timestamp:
- Mar 14, 2011, 3:21:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psconfig/psconfig.csh.in
r28191 r30904 22 22 set show_pkg_config_path = 0 23 23 set show_aclocal_flags = 0 24 set use_fink = 0 24 25 set args = "" 25 26 while ($#argv) … … 88 89 set show_aclocal_flags = 1 89 90 breaksw; 91 case --use-fink 92 set use_fink = 1 93 breaksw; 90 94 case -*: 91 95 echo "unknown option $1" … … 323 327 case darwin: 324 328 case darwin_x86: 325 set xtralibs = ( $xtralibs "/sw/lib" ) 326 set xtrapath = ( $xtrapath "/sw/include" ) 329 if ($use_fink) 330 set xtralibs = ( $xtralibs "/sw/lib" ) 331 set xtrapath = ( $xtrapath "/sw/include" ) 332 endif 327 333 breaksw; 328 334 … … 550 556 echo " psconfig --cpath" 551 557 echo " psconfig --aclocal_flags" 558 echo " psconfig --use-fink" 552 559 echo 553 560 echo " psconfig --list : list currently availabe configuration versions"
Note:
See TracChangeset
for help on using the changeset viewer.
