automake
[Top][All Lists]
Advanced

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

How to create special config directories?


From: sandip
Subject: How to create special config directories?
Date: Mon, 11 Feb 2002 17:58:22 +0530 (IST)

In a package that I want to use automake with, the config files are
to be stored in /etc/package directory.

How do I ask automake to put my files in that directory?

This is not working:
-----------------------------------------
packageconfdir=/etc/package
packageconf_DATA=package.conf.sample
EXTRA_DIST=package.conf.sample
-----------------------------------------

make distcheck is failing. It is trying to actually install it in
/etc/packagewhich of course fails as I dont have root permissions.


- Sandip







reply via email to

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