[Top][All Lists]
[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
- How to create special config directories?,
sandip <=
- Message not available
- Re: How to create special config directories?, Tom Tromey, 2002/02/11
- Re: How to create special config directories?, sandip, 2002/02/13
- Message not available
- Re: How to create special config directories?, Alexandre Duret-Lutz, 2002/02/13
- Re: How to create special config directories?, sandip, 2002/02/14
- Message not available
- Re: How to create special config directories?, Tom Tromey, 2002/02/17
- Re: How to create special config directories?, Akim Demaille, 2002/02/28