I'm not sure if this is an automake or autoconf question. How do you get the GNU build system to install a file in a specific location. I.E. I want to install a config file in /etc when I do a make install. I understand that you use EXTRA_DIST for the build system to include an additional file in a distribution, but how do I make it install this file in /etc/ when doing "make install"?

Thanks

Doug P


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to