-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: Add an article on the release of 0.7.1
And another on CFLAGS handling Signed-off-by: Steve Bennett <[email protected]>
- Loading branch information
Showing
30 changed files
with
828 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<!DOCTYPE html><html lang="en"><head> | ||
<meta charset="utf-8"> | ||
<title>autosetup - autosetup 0.7.1</title> | ||
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"> | ||
<link rel="stylesheet" type="text/css" href="../../css/sh_style.css" media="screen"> | ||
|
||
<script src="../../javascript/sh_main.min.js" type="text/javascript"></script> | ||
<script src="../../javascript/sh_lang.js" type="text/javascript"></script> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-23178588-3']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
|
||
<meta name="generator" content="Nanoc 4.12.7"> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<h1 id="blog-title">autosetup</h1> | ||
<p id="description">A build environment "autoconfigurator"</p> | ||
</div> | ||
<div id="content"> | ||
<div class="breadcrumbs"> | ||
|
||
|
||
<a href="../../">Overview</a> | ||
» | ||
|
||
<a href="../">All News Articles</a> | ||
» | ||
|
||
<a href="./">autosetup 0.7.1</a> | ||
|
||
|
||
</div> | ||
<div class="main" id="main"> | ||
|
||
<p class="articledate">Thursday, 18 August 2022</p> | ||
<h2 class="news">autosetup 0.7.1</h2> | ||
|
||
<p><strong>autosetup</strong> v0.7.1 has been released.</p> | ||
|
||
<p>Changes since v0.7.0</p> | ||
|
||
<p>Major improvements:</p> | ||
|
||
<ul> | ||
<li>improve handling of CFLAGS, etc. See <a href="../handling-cflags/">CFLAGS Handling</a></li> | ||
</ul> | ||
|
||
<p>Minor changes and bug fixes:</p> | ||
|
||
<ul> | ||
<li>autosetup-find-tclsh will now build jimsh0 in the current directory</li> | ||
<li>pkg-config: invocation of -print-sysroot is now correct</li> | ||
<li>config.guess, config.sub: update to 2021-06-03</li> | ||
<li>cc-check-tools: fix when command includes args</li> | ||
<li>define-push: simplifies define management</li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
<div id="sidebar"> | ||
<h2>About autosetup</h2> | ||
<ul> | ||
|
||
|
||
<li><a href="../../">Overview</a></li> | ||
|
||
|
||
<li><a href="../../news/">News</a></li> | ||
|
||
|
||
<li><a href="../../download/">Download</a></li> | ||
|
||
|
||
<li><a href="../../user/">Running autosetup</a></li> | ||
|
||
|
||
<li><a href="../../developer/">Developing</a></li> | ||
|
||
|
||
<li><a href="../../developer/examples/">Examples</a></li> | ||
|
||
|
||
<li><a href="../../license/">License</a></li> | ||
|
||
|
||
<li><a href="../../why/">Motivation</a></li> | ||
|
||
</ul> | ||
<h2>Community</h2> | ||
<ul> | ||
<li><a href="https://github.com/msteveb/autosetup">autosetup on github</a></li> | ||
<li><a href="https://github.com/msteveb/autosetup/commits/master">» commit history</a></li> | ||
<li><a href="https://github.com/msteveb/autosetup/issues">» open issues</a></li> | ||
</ul> | ||
</div> | ||
|
||
<script language="javascript">sh_highlightDocument();</script> | ||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.