automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to create special config directories?


From: Alexandre Duret-Lutz
Subject: Re: How to create special config directories?
Date: Wed, 13 Feb 2002 11:15:27 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

>>>   <address@hidden> writes:

 > But if I specify "--sysconfdir=/etc/package" , 

sysconfig defaults to ${prefix}/etc.  The installer will
probably want to specify --sysconfdir=/etc, not /etc/package.

 > and I have some files to put in "/etc/init.d" as well as
 > "/etc/package", how would I be specifying the targets?

pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
dist_pkgsysconf_DATA = package.conf.sample
initsysconfdir = $(sysconfdir)/init.d
dist_initsysconf_DATA = package.conf.sample2

[...]

-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]