Closed JosiahParry closed 2 months ago
See example here: https://github.com/R-ArcGIS/arcgisgeocode/blob/main/configure.ac Use the an accompanying tools/generate-configures.sh
tools/generate-configures.sh
This should also include a printing of cargo --version and rustc --version
cargo --version
rustc --version
Can you explain this a little bit more? Why do we need generate-configures?
generate-configures
I have changed my stance on this. We should use an R script instead.
See example here: https://github.com/R-ArcGIS/arcgisgeocode/blob/main/configure.ac Use the an accompanying
tools/generate-configures.sh
This should also include a printing of
cargo --version
andrustc --version