#!/bin/csh -f # Link non-gtk gnu libs # If libraries.install/bin/gtk-config exists the args to this # give the locations of system wide libraries (from the _DEF file) if (-x libraries.install/bin/gtk-config) then libraries.install/bin/glib-config --libs else glib-config --libs echo -n " " echo $* endif