source: npl/system/pkg_config/scripts/pkgconfig.csh @ 892871d

Last change on this file since 892871d was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 194 bytes
RevLine 
[c5c522c]1#!/bin/csh
2if ( $?PKG_CONFIG_PATH ) then
3    setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig
4else
5    setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
6endif
Note: See TracBrowser for help on using the repository browser.