From 6789fff766e574fe0200f8901cc407f63ef522e5 Mon Sep 17 00:00:00 2001 From: srittau Date: Tue, 19 Jun 2001 17:12:22 +0000 Subject: [PATCH] Set pkgconfdir explicitly. --- bin/afppasswd/Makefile.am | 2 ++ config/Makefile.am | 2 +- contrib/shell_utils/Makefile.am | 2 ++ distrib/initscripts/Makefile.am | 2 ++ etc/afpd/Makefile.am | 2 ++ etc/afpd/nls/Makefile.am | 1 + etc/atalkd/Makefile.am | 2 ++ etc/papd/Makefile.am | 2 ++ man/man5/Makefile.am | 2 ++ man/man8/Makefile.am | 2 ++ 10 files changed, 18 insertions(+), 1 deletion(-) diff --git a/bin/afppasswd/Makefile.am b/bin/afppasswd/Makefile.am index a57903cd..fe2604a6 100644 --- a/bin/afppasswd/Makefile.am +++ b/bin/afppasswd/Makefile.am @@ -1,5 +1,7 @@ # Makefile.am for bin/afppasswd/ +pkgconfdir = @PKGCONFDIR@ + bin_PROGRAMS = afppasswd afppasswd_SOURCES = afppasswd.c diff --git a/config/Makefile.am b/config/Makefile.am index c451aa0a..02e538c1 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = $(CONFFILES) $(TMPLFILES) $(PAMFILES) CLEANFILES += $(GENFILES) -pkgconfdir = #$(pkgconfdir)/ # shut-up automake +pkgconfdir = @PKGCONFDIR@ pkgconf_DATA = $(CONFFILES) $(GENFILES) # diff --git a/contrib/shell_utils/Makefile.am b/contrib/shell_utils/Makefile.am index b1e19d7b..bf4c91a3 100644 --- a/contrib/shell_utils/Makefile.am +++ b/contrib/shell_utils/Makefile.am @@ -1,5 +1,7 @@ # Makefile for contrib/shell_utils/ +pkgconfdir = @PKGCONFDIR@ + SUFFIXES = .tmpl . .tmpl: diff --git a/distrib/initscripts/Makefile.am b/distrib/initscripts/Makefile.am index 544a94f8..961c807e 100644 --- a/distrib/initscripts/Makefile.am +++ b/distrib/initscripts/Makefile.am @@ -10,6 +10,8 @@ SUFFIXES = .tmpl . CLEANFILES = rc.atalk.redhat rc.atalk.suse rc.atalk.tru64 atalk +pkgconfdir = @PKGCONFDIR@ + # # checking for "redhat" style sysv scripts: # diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index caff7ae5..ab310602 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -1,5 +1,7 @@ # Makefile.am for etc/afpd/ +pkgconfdir = @PKGCONFDIR@ + SUBDIRS = nls sbin_PROGRAMS = afpd diff --git a/etc/afpd/nls/Makefile.am b/etc/afpd/nls/Makefile.am index 4c1362f3..c7935b74 100644 --- a/etc/afpd/nls/Makefile.am +++ b/etc/afpd/nls/Makefile.am @@ -1,5 +1,6 @@ # Makefile.am for etc/afpd/nls/ +pkgconfdir = @PKGCONFDIR@ nlsdir = $(pkgconfdir)/nls bin_PROGRAMS = makecode parsecode diff --git a/etc/atalkd/Makefile.am b/etc/atalkd/Makefile.am index ef9fd81f..af76d6fc 100644 --- a/etc/atalkd/Makefile.am +++ b/etc/atalkd/Makefile.am @@ -1,5 +1,7 @@ # Makefile.am for etc/atalkd/ +pkgconfdir = @PKGCONFDIR@ + sbin_PROGRAMS = atalkd atalkd_SOURCES = aep.c config.c main.c multicast.c nbp.c route.c rtmp.c zip.c diff --git a/etc/papd/Makefile.am b/etc/papd/Makefile.am index b1beedbf..10a0f645 100644 --- a/etc/papd/Makefile.am +++ b/etc/papd/Makefile.am @@ -1,5 +1,7 @@ # Makefile.am for etc/papd/ +pkgconfdir = @PKGCONFDIR@ + sbin_PROGRAMS = papd #bin_PROGRAMS = showppd diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am index f36adbad..f9848bf5 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -1,5 +1,7 @@ # Makefile.am for man/man5/ +pkgconfdir = @PKGCONFDIR@ + SUFFIXES = .tmpl . .tmpl: diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am index 7f6e3a72..6e7f82d8 100644 --- a/man/man8/Makefile.am +++ b/man/man8/Makefile.am @@ -1,5 +1,7 @@ ## Makefile.am for man/man8/ +pkgconfdir = @PKGCONFDIR@ + SUFFIXES = .tmpl . .tmpl: -- 2.39.2