I am building my project using Automake. I have to copy few files before I start the build. What should I do in configure.ac file to copy few files to some directory location before I start building?
Asked
Active
Viewed 69 times
0
-
Can't you just add the files to be copied as makefile dependencies? – ldav1s Oct 08 '13 at 15:36
-
Do you need to copy before building or before configuring? – Michael Schlottke-Lakemper Oct 10 '13 at 11:48
-
I have to copy files before building – CVS Oct 11 '13 at 06:47