LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   A problem about autoconf and automake (https://www.linuxquestions.org/questions/programming-9/a-problem-about-autoconf-and-automake-321544/)

icoming 05-09-2005 01:29 AM

A problem about autoconf and automake
 
I want to use autoconf and automake for my program.
And my program has some config files, so when installing the program with make, these config files must be copied to somewhere.
Does automake has some mechanisms to do this?
Or I have to write some shell commands to do this by myself?

meonkeys 06-02-2005 02:52 AM

Yes, autotools handles installation of just about anything. Read up on EXTRA_DIST by clicking that link or typing 'info automake dist' in a console if you have the automake info pages installed.

Here's a one of the many free tutorials available on the autotools.


All times are GMT -5. The time now is 04:58 PM.