1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="generator" content=
"Docutils 0.5: http://docutils.sourceforge.net/" />
<title>
Autoconf Archive
</title>
<style type="text/css">
/*<![CDATA[*/
/********** ReStructured Text **********/
body
{
margin-left: 1em;
margin-right: 1em;
}
*.title, *.table
{
text-align: center;
}
table
{
margin-top: 0.5em ;
margin-bottom: 0.5em ;
}
th.docinfo-name
{
font-weight: bold;
text-align: right;
white-space: nowrap;
}
td, th
{
padding-left: 0.5em;
padding-right: 0.5em;
vertical-align: top;
}
pre.literal-block
{
margin-left: 1em;
}
/*]]>*/
</style>
</head>
<body>
<div class="document" id="autoconf-archive">
<h1 class="title">
Autoconf Archive
</h1>
<hr class="docutils" />
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field">
<th class="field-name">
Macro Index By:
</th>
<td class="field-body">
<a class="reference external" href=
"macros-by-category.html">Category</a> ; <a class="reference external"
href="macros-by-author.html">Author</a> ; <a class="reference external"
href="macros-by-license.html">License</a>
</td>
</tr>
<tr class="field">
<th class="field-name">
Latest Release:
</th>
<td class="field-body">
<a class="reference external" href=
"http://autoconf-archive.cryp.to/autoconf-archive-2009-04-26.tar.bz2">autoconf-archive-2009-04-26.tar.bz2</a>
</td>
</tr>
<tr class="field">
<th class="field-name">
Change History:
</th>
<td class="field-body">
<a class="reference external" href=
"http://git.cryp.to/autoconf-archive/atom">ATOM Log</a> ; <a class=
"reference external" href="http://git.cryp.to/autoconf-archive/rss">RSS
Feed</a>
</td>
</tr>
<tr class="field">
<th class="field-name">
GIT Repository:
</th>
<td class="field-body">
git clone <a class="reference external" href=
"http://git.cryp.to/autoconf-archive">http://git.cryp.to/autoconf-archive</a>
</td>
</tr>
</tbody>
</table>
<hr class="docutils" />
<div class="section" id="synopsis">
<h1>
Synopsis
</h1>
<p>
The <a class="reference external" href=
"http://autoconf-archive.cryp.to/">Autoconf Archive</a> is a collection of
more than 500 freely re-usable <a class="reference external" href=
"http://www.gnu.org/software/autoconf/">Autoconf</a> macros. These macros
have been contributed by friendly supporters of the cause from all over
the Internet.
</p>
</div>
<div class="section" id="how-to-contribute">
<h1>
How To Contribute
</h1>
<p>
If you have written a macro and would like to share it, then please
<a class="reference external" href="mailto:simons@cryp.to">e-mail the m4
file to me</a>. In addition to the actual source code, your submission
should also include the following bits of information:
</p>
<ul class="simple">
<li>A synopsis that shows how the macro must be be called.
</li>
<li>A brief description of the macro's purpose.
</li>
<li>The list of authors (optionally with e-mail addresses).
</li>
<li>Licensing information.
</li>
</ul>
<p>
You can submit your macro under any <a class="reference external" href=
"http://www.gnu.org/licenses/license-list.html">GPL-compatible free
software license</a>, but the best choice is the <a class=
"reference external" href=
"http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html">
all-permissive license</a> recommended by the Free Software Foundation.
</p>
<p>
Another great way to contribute to the Archive is to submit patches.
<a class="reference external" href="http://git-scm.com/">Git</a> patches
are particularly welcome.
</p>
</div>
<div class="section" id="license">
<h1>
License
</h1>
<p>
Compilation Copyright (c) 2009 by Peter Simons <<a class=
"reference external" href="mailto:simons@cryp.to">simons@cryp.to</a>>
</p>
<p>
The Autoconf Archive is free software: you can redistribute it and/or
modify it under the terms of the <a class="reference external" href=
"http://www.gnu.org/licenses/gpl.html">GNU General Public License version
3</a> or (at your option) any later version.
</p>
<p>
All macros are copyrighted by their respective authors. Please refer to
the individual files for details.
</p>
</div>
</div>
</body>
</html>
|