Skip to content

Commit

Permalink
web: Add an article on the release of 0.7.1
Browse files Browse the repository at this point in the history
And another on CFLAGS handling

Signed-off-by: Steve Bennett <[email protected]>
  • Loading branch information
msteveb committed Aug 18, 2022
1 parent 962e069 commit 99ae456
Show file tree
Hide file tree
Showing 30 changed files with 828 additions and 116 deletions.
5 changes: 4 additions & 1 deletion articles/2010-12-14/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
})();
</script>

<meta name="generator" content="Nanoc 4.11.19">
<meta name="generator" content="Nanoc 4.12.7">
</head>
<body>
<div id="header">
Expand All @@ -42,6 +42,9 @@ <h1 id="blog-title">autosetup</h1>
</div>
<div class="main" id="main">

<p class="articledate">Tuesday, 14 December 2010</p>
<h2 class="news">Initial release of autosetup</h2>

<p>The initial version of <strong>autosetup</strong> — a faster, better autoconf — has been released.
Find it on github at <a href="https://github.com/msteveb/autosetup/">https://github.com/msteveb/autosetup/</a></p>

Expand Down
5 changes: 4 additions & 1 deletion articles/2011-05-05/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
})();
</script>

<meta name="generator" content="Nanoc 4.11.19">
<meta name="generator" content="Nanoc 4.12.7">
</head>
<body>
<div id="header">
Expand All @@ -42,6 +42,9 @@ <h1 id="blog-title">autosetup</h1>
</div>
<div class="main" id="main">

<p class="articledate">Thursday, 05 May 2011</p>
<h2 class="news">New Website Launched</h2>

<p>The <strong>autosetup</strong> project has a new <a href="http://msteveb.github.io/autosetup/">website</a>
with better, more approachable documentation.</p>

Expand Down
5 changes: 4 additions & 1 deletion articles/autoconf-migration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
})();
</script>

<meta name="generator" content="Nanoc 4.11.19">
<meta name="generator" content="Nanoc 4.12.7">
</head>
<body>
<div id="header">
Expand All @@ -42,6 +42,9 @@ <h1 id="blog-title">autosetup</h1>
</div>
<div class="main" id="main">

<p class="articledate">Tuesday, 19 July 2011</p>
<h2 class="news">Automatic autoconf migration tool</h2>

<p>Although <strong>autosetup</strong> configurations are generally easy to create,
developers moving a complex project from <strong>autoconf</strong> to autosetup
may still find it tedious to create the <strong>auto.def</strong> configuration
Expand Down
5 changes: 4 additions & 1 deletion articles/autosetup-062/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
})();
</script>

<meta name="generator" content="Nanoc 4.11.19">
<meta name="generator" content="Nanoc 4.12.7">
</head>
<body>
<div id="header">
Expand All @@ -42,6 +42,9 @@ <h1 id="blog-title">autosetup</h1>
</div>
<div class="main" id="main">

<p class="articledate">Wednesday, 06 July 2011</p>
<h2 class="news">autosetup 0.6.2</h2>

<p><strong>autosetup</strong> has seen continuing improvements recently, so I've bumped the version to 0.6.2</p>

<p>Here is a summary of recent changes:</p>
Expand Down
5 changes: 4 additions & 1 deletion articles/autosetup-069/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
})();
</script>

<meta name="generator" content="Nanoc 4.11.19">
<meta name="generator" content="Nanoc 4.12.7">
</head>
<body>
<div id="header">
Expand All @@ -42,6 +42,9 @@ <h1 id="blog-title">autosetup</h1>
</div>
<div class="main" id="main">

<p class="articledate">Friday, 21 June 2019</p>
<h2 class="news">autosetup 0.6.9</h2>

<p><strong>autosetup</strong> v0.6.9 has been released.</p>

<p>As there has been no release notes for a while, here are the changes since v0.6.2</p>
Expand Down
5 changes: 4 additions & 1 deletion articles/autosetup-070/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
})();
</script>

<meta name="generator" content="Nanoc 4.11.19">
<meta name="generator" content="Nanoc 4.12.7">
</head>
<body>
<div id="header">
Expand All @@ -42,6 +42,9 @@ <h1 id="blog-title">autosetup</h1>
</div>
<div class="main" id="main">

<p class="articledate">Wednesday, 23 September 2020</p>
<h2 class="news">autosetup 0.7.0</h2>

<p><strong>autosetup</strong> v0.7.0 has been released.</p>

<p>Changes since v0.6.9</p>
Expand Down
110 changes: 110 additions & 0 deletions articles/autosetup-071/index.html
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>
5 changes: 4 additions & 1 deletion articles/fossil-adopts-autosetup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
})();
</script>

<meta name="generator" content="Nanoc 4.11.19">
<meta name="generator" content="Nanoc 4.12.7">
</head>
<body>
<div id="header">
Expand All @@ -42,6 +42,9 @@ <h1 id="blog-title">autosetup</h1>
</div>
<div class="main" id="main">

<p class="articledate">Thursday, 14 July 2011</p>
<h2 class="news">Fossil adopts autosetup</h2>

<p>Recently the <a href="http://fossil-scm.org/">Fossil SCM</a> has been adopted
by <a href="http://wiki.tcl.tk/">Tcl/Tk</a> as a replacement for CVS. Now the
Tcl-based <a href="http://msteveb.github.io/autosetup/">autosetup</a> has
Expand Down
Loading

0 comments on commit 99ae456

Please sign in to comment.