Dear All,
This is probably a topic more about using autoconf and configure and how to correctly generate the files, but I have very little experience with doing this and orignally hacked my files to get my version of Audacity to work…
I have installed audacity from source, and have made changes to my version which includes a specific define which I need for my builds
to work (including correct c++ files etc). Not being an expert in configure I simply added a #define to the configunix.h and built, which
worked.
The problem is I am trying to build a package of this now, which then other people could use to install. The package build does a configure step
which overwrites the configunix.h so it does not have my #define.
Can someone tell me how to get my #defines into that file. I have tried altering the configure.in to include the AC_DEFINE, but that doesn’t work. I also tried
running the autoconf again, but that totally fails. Just not at all experienced with using these tools… so …
is there an easy way to get the configure step to include my #define or what should I do to add my stuff…
Any information you can provide would be greatly appreciated.
Tpb