GNU AutoGen/AutoOpts is a two-part project that serves two separate
purposes.  The two parts are combined because they are inextricably
intertwined:

AutoGen is a tool designed to simplify the creation and maintenance of
programs that contain large amounts of repetitious text.  It is
especially valuable in programs that have several blocks of text that
must be kept synchronized.

AutoOpts is both an example of that and a project in its own right.
It is a very powerful configuration file, environment variable and
command line option management tool consisting of a set of AutoGen
templates and a run time library that nearly eliminates the hassle of
managing, parsing and documenting program options.

The self-referential example:
http://www.gnu.org/software/autogen/man1-autogen.html

New in 5.10.1 - March, 2010

Here are the 'NEWS' entries since the last release

* The "libguile" stuff has been removed.  I stopped using it and
  nobody else can have been using it.  It's gone.

* Fixed a seg fault that happens on some platforms after processing completes.

* Augmented the Finite State Machine templates to #include
  hand crafted callout code in addition to extracting from
  earlier revisions.

* autogen now uses unlocked io where feasible.

AutoGen home:    http://www.gnu.org/software/autogen/
primary ftp:     ftp://ftp.gnu.org/gnu/autogen/rel5.10.1/
.tar.gz:         ftp://ftp.gnu.org/gnu/autogen/rel5.10.1/autogen-5.10.1.tar.gz
library project: ftp://ftp.gnu.org/gnu/libopts/rel33.2/
bug reports:     autogen-users at the lists dot SourceForge net domain
bug archive:     http://sourceforge.net/mailarchive/forum.php?forum_id=7034
maintainer:      Bruce Korb - bkorb at the usual GNU domain

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to