gentoo: use /var/run for new /run compatibility
[util-vserver.git] / m4 / pkgconfig.am
index 340ffc1..b1e36ad 100644 (file)
@@ -1,28 +1,29 @@
 ## $Id$        ---*- makefile -*---
 
-## Copyright (C) 2002 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
-##  
+## Copyright (C) 2002, 2003, 2005, 2009
+##     Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
+##
 ## 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;                                     \