Use config scripts, not pkgconfig

This commit is contained in:
Laurence Withers 2006-12-08 15:08:09 +00:00
commit 6c6aba6d43
13 changed files with 239 additions and 72 deletions

View file

@ -11,10 +11,10 @@ shift
if [ "$(echo ${NAME} | cut -b1-3)" != "lib" ]
then
echo "Warning: your module name does not begin with 'lib'. You will"
echo "have to fix up your pkgconfig file manually, etc."
echo "have to fix up your -config script manually, etc."
NAMEMINUSL="@TODO@"
else
NAMEMINUSL="-l$(echo ${NAME} | sed -e 's,^lib,,')"
NAMEMINUSL="$(echo ${NAME} | sed -e 's,^lib,,')"
fi
do_parameter_subst NAMEMINUSL HEADER_NAME