fix configure for more modern build targets and users #121
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Why?
Because this was a headache to try and compile properly. I didn't dare deviate from the prescribed ndk version of the Flite-TTS-Engine-for-Android project for fear of unforeseen issues popping up.
Since most machines nowadays are 64-bit, including github runners, I think it's safe to say this is a better assumption. I've only added things elsewhere.
I reran
autoreconfhere, am unsure whyinstall-shhadn't been updated like ever, all the configure scripts are using different versions, this looks like a bad idea.The change with GCC version being bumped does seem a bit much if it is for backwards compatibility though, but then again, no official bin download for r10d exists anymore to my knowledge, could rework this change if r10d or not bumping GCC versions is needed for some reason.