autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: web pages


From: Lars J. Aas
Subject: Re: web pages
Date: Tue, 17 Apr 2001 14:37:08 +0200
User-agent: Mutt/1.2.5i

Here is what I've done so far.  Comments are welcome.  I will add
subscription information in the mailing list section, just haven't
done it yet.

The information pertains to Autoconf 2.50, so it shouldn't be commited
before Autoconf 2.50 is released.  Should I commit this as a separate
file (autoconf-250.html) so it can be viewed on the web for those who
has knowledge of the URL?  Is this what the .es file is for?

  Lars J

Index: autoconf.html
===================================================================
RCS file: /webcvs/software/autoconf/autoconf.html,v
retrieving revision 1.1
diff -u -r1.1 autoconf.html
--- autoconf.html       2000/11/24 01:57:48     1.1
+++ autoconf.html       2001/04/17 12:32:19
@@ -5,21 +5,26 @@
 <LINK REV="made" HREF="mailto:address@hidden";>
 </HEAD>
 <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" 
VLINK="#9900DD">
+
 <H3>Autoconf</H3>
 <A HREF="/graphics/agnuhead.html"><IMG SRC="/graphics/gnu-head-sm.jpg"
-ALT=" [image of the Head of a GNU] "
-WIDTH="129" HEIGHT="122"></A>
+ALT=" [Image of the Head of a GNU] " WIDTH="129" HEIGHT="122"></A>
+
 <P>
 <HR>
+
 <P>
-<!-- Replace this list with the page's contents. -->
-<H4>Table of contents</H4>
+<H4>Table of Contents</H4>
 <UL>
-  <LI><A HREF="#introduction" NAME="TOCintroduction">Introduction to 
Autoconf</A>
-  <LI><A HREF="#downloading" NAME="TOCdownloading">Downloading Autoconf</A>
+<LI><A HREF="#introduction" NAME="TOCintroduction">Introduction to Autoconf</A>
+<LI><A HREF="#downloading" NAME="TOCdownloading">Downloading Autoconf</A>
+<LI><A HREF="#mailinglists" NAME="TOCmailinglists">Autoconf Mailing Lists</A>
+<LI><A HREF="#family" NAME="TOCfamily">Related Software</A>
 </UL>
+
 <P>
 <HR>
+
 <P>
 <H4><A HREF="#TOCintroduction" NAME="introduction">Introduction to 
Autoconf</A></H4>
 
@@ -34,31 +39,87 @@
 
 <P>
 Producing configuration scripts using Autoconf requires GNU m4.  You
-must install GNU m4 (version 1.1 or later, preferably 1.3 or later
-for better performance) before configuring Autoconf, so that
-Autoconf's configure script can find it.  The configuration scripts
+must install GNU m4 (version 1.4 or later) before configuring Autoconf,
+so that Autoconf's configure script can find it.  The configuration scripts
 produced by Autoconf are self-contained, so their users do not need to
 have Autoconf (or GNU m4).
 
 <P>
-Also, some optional utilities that come with Autoconf use Perl, TCL,
-and the TCL packages Expect and DejaGNU.  However, none of those
-are required in order to use the main Autoconf program.  If they are
-not present, the affected Autoconf utilities will not be installed.
+Some optional utilities that come with Autoconf use Perl.  However, none
+of those are required in order to use the main Autoconf program.  If perl
+is not present, the affected Autoconf utilities will not be installed.
 
 <P>
 Online Manual is available at 
 <A 
HREF="/manual/autoconf/index.html">www.gnu.org/manual/autoconf/index.html</A>
+
 <P>
 <H4><A HREF="#TOCdownloading" NAME="downloading">Downloading Autoconf</A></H4>
-<P>
 
-Autoconf can be found on <A HREF="ftp://ftp.gnu.org/gnu/autoconf/";>
-ftp://ftp.gnu.org/gnu/autoconf/</A>
-or one of <A HREF="/prep/ftp.html">the mirrors</A>.
+<P>
+GNU Autoconf releases can be found on <A 
HREF="ftp://ftp.gnu.org/gnu/autoconf/";>
+ftp://ftp.gnu.org/gnu/autoconf/</A> or one of <A HREF="/prep/ftp.html">the
+mirrors</A>.
 You can also order a <A HREF="/order/order.html">CD-ROM</A> from the FSF
-  or use <A HREF="/software/software.html#HowToGetSoftware">other methods</A>
-  to obtain a copy.
+or use <A HREF="/software/software.html#HowToGetSoftware">other methods</A>
+to obtain a copy.
+
+<P>
+Third party macros can be downloaded from
+<A HREF="http://cryp.to/autoconf-archive/";>The GNU Autoconf Macro Archive</A>.
+
+<P>
+<SMALL>
+Alpha/beta releases of Autoconf can be found in
+<TT>ftp://alpha.gnu.org/pub/gnu/autoconf/</TT>, and the latest
+in-development sources for Autoconf can always be fetched through CVS from 
+<TT>:pserver:address@hidden:/cvsroot/autoconf</TT>, module
+"autoconf", with blank password.  DO NOT use Autoconf sources from these
+locations for production use.
+</SMALL>
+
+<P>
+<H4><A HREF="#TOCmailinglists" NAME="mailinglists">Autoconf Mailing 
Lists</A></H4>
+
+<P>
+For general Autoconf discussions, the mailing list
+<TT>autoconf AT gnu DOT org</TT> is the mailing list for you.
+
+<P>
+If you have found a bug in Autoconf that hasn't yet been fixed in
+the latest CVS sources of Autoconf, you should send a patch (made
+for the CVS sources, not the release sources) to <TT>autoconf-patches
+AT gnu DOT org</TT>.
+
+
+<P>
+Archives of the mailing lists can be found here:
+<UL>
+<LI><A HREF="http://mail.gnu.org/pipermail/autoconf/";>Autoconf</A>
+<LI><A HREF="http://mail.gnu.org/pipermail/autoconf-patches/";>Autoconf 
Patches</A>
+<LI><A HREF="http://mail.gnu.org/pipermail/commit-autoconf/";>Autoconf CVS 
Commits</A>
+</UL>
+
+<P>
+<H4><A HREF="#TOCfamily" NAME="family">Related Software</A></H4>
+
+<P>
+Autoconf is often used together with the following software systems:
+
+<UL>
+<LI><A HREF="/software/automake/">GNU Automake</A>
+<LI><A HREF="/software/libtool/">GNU Libtool</A>
+</UL>
+
+<P>
+The following software packages are either required to use Autoconf
+or optional to take full advantage of Autoconf:
+
+<UL>
+<LI><A HREF="/software/m4/">GNU m4</A>
+<LI><A HREF="http://www.perl.org/";>Perl</A>
+</UL>
+
 <P>
 <HR>
 
@@ -77,7 +138,7 @@
 <A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>.
 
 <P>
-Copyright (C) 1998 Free Software Foundation, Inc.,
+Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.,
 59 Temple Place - Suite 330, Boston, MA  02111,  USA
 
 <P>
@@ -86,7 +147,7 @@
 <P>
 Updated:
 <!-- hhmts start -->
-20 Mar 2000 tower
+17 Apr 2001 larsa
 <!-- hhmts end -->
 <HR>
 </BODY>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]