automake
[Top][All Lists]
Advanced

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

Re: Saving configuration files using automake


From: Alexandre Duret-Lutz
Subject: Re: Saving configuration files using automake
Date: Sat, 3 Jul 2004 01:57:27 +0200

On Fri, Jul 02, 2004 at 04:32:28PM -0700, Kevin Nowaczyk wrote:
> When the admin types `make install` I would like a
> file "project/doc/foo.conf" to be placed in
> "/etc/foo.conf".
>
> The configure script generated by autogen.sh contains
> the line:
> sysconfdir='${prefix}/etc'
>
> My question is...What do I put in
> project/doc/Makefile.am to tell make that foo.conf is
> a system configuration file.

dist_sysconf_DATA = foo.conf




reply via email to

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