I want to embed the Ruby interpreter in a project and am currently fiddeling
with getting Ruby's compile-time configuration, e.g. include and libraries
paths. I cannot use 'mkmf' for various reasons.
thanks for your answers. I should have been a bit clearer with my request;
sorry.
Thing is, I'm using Autotools (autoconf et al), so I cannot hardcore paths
for obvious reasons, and parsing JSON or YAML is from the table, too. So,
"more elegant" basically meant: Something that's easy to use from a shell
script (i.e., configure.ac).
thanks for your answers. I should have been a bit clearer with my request;
sorry.
Thing is, I'm using Autotools (autoconf et al), so I cannot hardcore paths
for obvious reasons, and parsing JSON or YAML is from the table, too. So,
"more elegant" basically meant: Something that's easy to use from a shell
script (i.e., configure.ac).