You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
The good old way of using a configure script to generate a Makefile may not necessarily involve GNU's autotools. However, as long as the arguments to the configure script are compatible, arguably using our current autotools parameter presets is better than writing a build.sh script. (Ease, consistency, etc.)
Therefore we should introduce a boolean parameter to specify a "just configure" loose mode which disables all other advanced features when turned on. The herementioned advanced features may include:
autoreconf has to be disabled.
Automatic target/host triplet tagging. We may also use a common parameter to make the script tolerate invalid args.
Version & Bug URL, same as above.
(
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The good old way of using a configure script to generate a Makefile may not necessarily involve GNU's autotools. However, as long as the arguments to the configure script are compatible, arguably using our current autotools parameter presets is better than writing a
build.sh
script. (Ease, consistency, etc.)Therefore we should introduce a boolean parameter to specify a "just configure" loose mode which disables all other advanced features when turned on. The herementioned advanced features may include:
(
The text was updated successfully, but these errors were encountered: