Question

There is an OpenSource Linux library that has a file folder with files .m4. I want to port this library on Android NDK. Question: how to compile these. m4? Ie how to write Android.mk?

Was it helpful?

Solution

m4 is a macro language, and these files are written in m4. You will need to port the m4 program if you wish to run them. You can learn more about m4 on Stackoverflow by searching on the m4 tag i.e. https://stackoverflow.com/questions/tagged/m4

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top