Changeset 31162 for trunk/psconfig/psconfig.csh.in
- Timestamp:
- Apr 4, 2011, 1:21:33 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psconfig.csh.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.csh.in
r28191 r31162 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) then 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.
