X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=m4%2Fpkgconfig.am;h=b1e36adba4cf4b9c761bf4e2f7e56172f9fb3bc7;hb=35370e2d11f661d780b71204d61439e31b91fb57;hp=340ffc1e46b69b532869afa33a21ef359b8083df;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/m4/pkgconfig.am b/m4/pkgconfig.am index 340ffc1..b1e36ad 100644 --- a/m4/pkgconfig.am +++ b/m4/pkgconfig.am @@ -1,28 +1,29 @@ ## $Id$ ---*- makefile -*--- -## Copyright (C) 2002 Enrico Scholz -## +## Copyright (C) 2002, 2003, 2005, 2009 +## Enrico Scholz +## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; version 2 of the License. -## +## the Free Software Foundation; version 2 and/or 3 of the License. +## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. -## +## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -## +## BAD_INC_PATHS = /usr/include|/usr/local/include BAD_LIB_PATHS = /usr/lib -pkgconfdir = $(libdir)/pkgconfig -pkgconf_DATA = $(addsuffix .pc, $(PKGCONFIG_FILES)) +pkgconfdir = $(libdir)/pkgconfig +pkgconf_DATA = $(addsuffix .pc, $(PKGCONFIG_FILES)) -CLEANFILES += $(addsuffix .pc, $(PKGCONFIG_FILES)) +CLEANFILES += $(addsuffix .pc, $(PKGCONFIG_FILES)) EXTRA_DIST += $(addsuffix .pc.subst, $(PKGCONFIG_FILES)) pkgconf_SUBST = s!@'PACKAGE'@!$(PACKAGE)!g; \