2000-04-13  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in: version 0.6.2

	* autoproject.in (AWK): define AWK as awk, not @AWK@. The latter
	is defined at configuration time, but autoproject is not
	necessarily configured and run in the same environment.

1999-12-29  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in: version 0.6.1

	* autoproject.in: eliminate bashism == -> = (thanks to Mario
	Moder <moderm@fbam.de>)

1999-12-19  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in: version 0.6.0

	* chk2, chk, chkag, chkclig: add an extra newline for the new
	question about secondary languages.

	* autoproject.in (PRIMARY_LANG): Assume the main program will be
	written in the first language mentioned.

	* autoproject.in (AWK): let autoconf find the appropriate awk.

	* autoproject.1: Describe the two levels of language support
	(skeleton files vs. compiler search).

	* autoproject.in (STDLANGS): Support awk (interpreter search only).

	* lib/cli/c/none/configure.in (AC_CANONICAL_HOST) Ensure automake
	adds config.guess and config.sub, so configuring for fortran works.

1999-12-18  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* autoproject.in (PRIMARY_LANG): Ask separately about the primary
	language and the others.  Look for skeleton files according to the
	primary language, but not the rest.

	* autoproject.in: Allow user to specify more than one language.
	Search for whole language name in string, not just as a substring.
	Look for language "yacc" rather than "y" and "fortran" rather than
	"f".

1999-12-14  James R. Van Zandt  <jrv@voyager.mv.com>

	* lib/cli/c++/none/program.cc: new file, for c++ main program.

	* lib/cli/c++/none/Makefile.am: new file, providing for c++ main
	program.

1999-12-03  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in: version 0.5.0

	* README: update clig URL

	* lib/cli/c/none/program.c: initialize ofile in decode_switches()
	since stdout need not be a constant, and accept --silent as well
	as --quiet (thanks to Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>)

	* autoproject.in: precede each pattern with "--", so the pattern
	could (in principle) begin with "-".

	* autoproject.in (TEMP): in getopt call, note that --language
	takes an argument  (thanks to Kalle Olavi Niemitalo
	<tosi@ees2.oulu.fi>) 
	(STDLANGS): the language is yacc, not just y
	(STDPARSERS): Check that each language, parser, etc. matches as a
	whole word. 

1999-08-07  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in: version 0.4.0

	* publish: Check that verbose switch is commented out before
	releasing. 

	* autoproject.lsm.in (Copying-policy): change nomenclature to
	"GPL" so metalab.unc.edu robot will recognize it.

	* autoproject.in: get bash path from configure (thanks to
	phgrau@cis.fu-berlin.de (Philipp Grau) for pointing out the
	problem).

	* configure.in: find path to bash.

1999-07-26  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in: version 0.3.0

	* autoproject.in: LANG->PROJECT_LANG to avoid collision.  Fix test
	for *.texinfo.  (Thanks to Ludovic Rousseau
	<rousseau@wallace.gemplus.fr>).  Look for FQDN in several other
	places than just /etc/mailname (thanks to Niall Murphy
	<niall.murphy@iol.ie>). 

1999-07-25  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* autoproject.in: Execute any `postinst' then delete it.
	(LIBS): fix reference to default library directory.

	* Makefile.am (install-data-local): find requires a starting
	directory (thanks to Phil Maker <pjm@gnu.org>).	

1999-07-17  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in (ISODATE): make new substitution variable, for LSM
	file. 

	* Makefile.am (TESTS): call check scripts

	* chkclig: new check script for package using clig

	* chkag: new check script for package using autogen

	* chk: new check script for plain package (no command line parser
	generator)

	* lib/cli/c/autogen/Makefile.am: checkopt.def comes from $(srcdir).

	* autoproject.in: -e and --email are legal options.
	If --author or --email are supplied, don't ask.

1999-07-03  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* autoproject.in: Inheriting version number from configure.in.
	Can query user for any input value.
	Can generate files using for clig.

1999-06-11  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* autoproject: initial version.

