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?
|