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
