TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is there a way to possibly formalise GNU Autotools so it can be edited by a GUI?

1 pointsby mofosyneabout 1 year ago
CMake has a GUI which is nice, but it&#x27;s likely because the CMake settings is highly formalised.<p>But Autotools does have a lot of commonality so if we restrict the autotool configuration into a structure (and give enough par-sable annotations) then it might just be possible to do something similar.

1 comment

theGeatZhopaabout 1 year ago
Why not use a LLM bridge here? Either as directly interpretation -&gt; execution<p>Or as a tool to find a way of to formalize, to find distinctive areas where it&#x27;s possible and where not. Just a thought...