This directory contains configuration files to 
build the ../configure script with program "autoconf"

Make.conf.in  is the template file for ../Make.conf
	      used by the Makefile(s) to compile GraceGTK

aclocal.m4    is a custom file defining some tests
	      from grace-5 with some updates
	      This file is different from ../aclocal.m4 (see below)

config.h.in   is the template file for ../config.h
	      included in C sources files

configure.in  is the template of the configure file.
	      You must copy it to ../ if you want to 
	      regenerate the configure script with autoconf

gsl.m4 
gtk-2.0.m4    are configure paths distributed with GSL and GTK
	      The simplest way to make autoconf aware of these files
	      is to copy then into a ../aclocal.m4 file
	      This explain why two different aclocal.m4 files exist
	      (in this directory and in its parent).
	      It is probably possible to do better.

NOTE that running program "aclocal" usually destroy present 
     aclocal.m4 files.