removed conditional include "config.h", it's senseless, added pkg-config configuration

This commit is contained in:
git@daemon.de
2013-11-12 09:05:55 +01:00
parent 79dc73d837
commit a8a479fe32
27 changed files with 1829 additions and 923 deletions

View File

@@ -32,7 +32,7 @@ done
maj=`egrep "#define PCP_VERSION_MAJOR" include/pcp/version.h | awk '{print $3}'`
min=`egrep "#define PCP_VERSION_MINOR" include/pcp/version.h | awk '{print $3}'`
pat=`egrep "#define PCP_VERSION_PATCH" include/pcp/version.h | awk '{print $3}'`
echo "$maj.$min.$pat" > VERSION
echo -n "$maj.$min.$pat" > VERSION
# generate the manpage
echo "=head1 NAME
@@ -76,4 +76,4 @@ if test -z "$clean"; then
autoreconf --install --force --verbose -I config
fi
rm -rf README libpcp/config.h.in~ libpcp/stamp-h1 autom4te.cache
rm -rf README include/pcp/config.h.in~ libpcp/stamp-h1 autom4te.cache