----------------------------------------------------------------------

  autoxt -- autoconf, automake support for XT

----------------------------------------------------------------------

Copyright (c) 2002 Eelco Visser <visser@acm.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.

----------------------------------------------------------------------

AutoXT provides autoconf and automake for packages using the Stratego
compiler and the XT bundle of program transformation tools. 

autoxt
------

The autoxt tool simply installs (links to) the autoxt.m4 macro file,
which defines macros to be used in the configure.in file of a package.
This tool is typically called in the bootstrap script of a package.

USE_XT_PACKAGES
---------------

Autoconf macro that parameterizes the package with --with switches

Makefile.xt
-----------

A makefile for compiling Stratego programs, generating parsers,
pretty-printers, and Stratego signatures from SDF definitions.
