Parent Directories

/
software/

Directory autoconf-for-vms

2006-07-15 20:41:21(subdir)m4/
13392005-04-11 22:52:23text/plainBUGS
66582005-03-13 16:29:01text/plainINSTALL.VMS
119862005-04-11 22:49:25text/plainNEWS
11312005-04-11 22:54:15text/plainWHIRLPOOLSUMS
3744582005-03-13 18:00:01application/x-zipautoconf-1_100.zip
3758622005-03-16 19:24:32application/x-zipautoconf-1_101.zip
3639492005-03-21 10:52:12application/x-zipautoconf-1_102.zip
3646242005-03-24 16:50:19application/x-zipautoconf-1_103.zip
3658472005-03-26 15:32:30application/x-zipautoconf-1_104.zip
3664852005-04-11 22:49:40application/x-zipautoconf-1_105.zip

Autoconf for VMS -- generate automatic software configuration scripts
	     	    from templates (adapted for use under VMS)

Autoconf for VMS is an extensible package of m4 macros that produce
command procedure scripts to automatically configure software source
code packages.  These scripts can adapt the packages to various VMS
systems without manual user intervention.  Autoconf for VMS creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.

Autoconf for VMS requires GNU m4.  The configuration scripts produced
by Autoconf are independent of Autoconf when they are run, so their
users do not need to have Autoconf (or GNU m4).

The file INSTALL.VMS can be distributed with packages that use scripts
generated by Autoconf for VMS and suitably-conformant DESCRIP.MMS or
Makefiles.  The package's README can just give an overview of the
package, where to report bugs, and a pointer to INSTALL.VMS for
instructions on compilation and installation.  This removes the need to
maintain many similar sets of installation instructions.

The file `acconfig.h' contains short descriptions of the C preprocessor
variables that Autoconf can define, suitable for copying into other
packages' configuration headers or Makefile.in files.  You can use the
program `autoheader' to automatically create a configuration header
from a `configure.com_in', based on the information in `acconfig.h'.

Mail suggestions and bug reports for Autoconf for VMS to
bug-autoconf-for-vms@glug.org.  Please include the Autoconf for VMS
version number, which you can get by running "autoconf --version".