Hi there,
I was just perusing the source code of this project
https://apr.apache.org and wondering how feasible it would be to compile this code using only Bazel BUILD files?
According to the docs, this code expects you to do the standard preamble:
./configure && make && make install
One of the things that is not clear to me is how one would define an analogous BUILD infrastructure that supported specifically the ./configure step. I'm not a C expert, so I'm not really sure how feasible this is...I thought it might be an interesting learning experiment to try to get this project compiling with bazel, but on the other hand, its not immediately clear to me that this is even possible.
Any thoughts?