This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to create special config directories?


>>>   <sandip@mindsw.com> 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]