2003-12-01  Charles Wilson  <cwilson@ece.gatech.edu>

	* configure.ac: bump version number, update to
	recent autotools idioms
	* mkscript.sh: reorder tmpdir creation 
	* NEWS: update

2003-07-17  Charles Wilson  <cwilson@ece.gatech.edu>

	* configure.ac: bump version number again
	* README: update
	* NEWS: update
	* fragments/setpath.frag: Add support for
	WANT_AUTOMAKE_VER variable
	* fragments/core.frag: don't print both version
	or help messages if WANT_AUTOMAKE_VER set.
	* fragments/ver-shortcut.frag: Add support for
	WANT_AUTOMAKE_VER variable
	* Makefile.am: add ver-shortcut.frag
	* mkscript.sh: add ver-shortcut.frag

2003-07-16  Charles Wilson  <cwilson@ece.gatech.edu>

	* options/opt_werror.option: moved to...
	* OLD/opt_werror.option: here
	* options/opt_werror.var: moved to...
	* OLD/opt_werror.var: here
	* options/opt_wno_error.option: moved to...
	* OLD/opt_wno_error.option: here
	* options/opt_wno_error.var: moved to...
	* OLD/opt_wno_error.var: here
	* options/opt_amdir.options: new file
	* options/opt_amdir.var: new file
	* options/opt_build_dir.options: new file
	* options/opt_build_dir.var: new file
	* options/opt_generate_deps.options: new file
	* options/opt_generate_deps.var: new file
	* options/opt_srcdir_name.options: new file
	* options/opt_srcdir_name.var: new file
	* options/opt_warnings.options: new file
	* options/opt_warnings.var: new file
	* options/opt_warnings.finish: new file
	* automake.options: remove opt_werror, opt_wno_error.  Add
	opt_amdir, opt_build_dir, opt_generate_deps, opt_srcdir_name,
	opt_warnings.
	* NEWS: update
	* README: update
	* Makefile.am: add new files
	* configure.in: moved to...
	* configure.ac: here, and bump version number

	aclocal
	automake --add-missing --copy
	autoconf

2002-10-21  Charles Wilson  <cwilson@ece.gatech.edu>

	* options/opt_std_options.var: new file
	* options/opt_std_options.option: new file
	* automake.options: add support for --std-options
	* fragments/exec-automake.frag: ditto

2002-07-12  Charles Wilson  <cwilson@ece.gatech.edu>

	* fragments/core.frag: improve --help output

2002-07-12  Charles Wilson  <cwilson@ece.gatech.edu>

	Massive reorg to prevent duplication of code

	* confiugre.in: update to new build procedure
	* Makefile.am: ditto
	* configure: regenerate
	* Makefile.in: regenerate
	* NEWS: document
	* automake.in: removed
	* aclocal.in: removed
	* automake.options: new file
	* aclocal.options: new file
	* mkscript.sh: new file
	* fragments/: new directory
	* options/: new directory
	* fragments/args_bot.frag: new file
	* fragments/args_top.frag: new file
	* fragments/check_zero_args.frag: new file
	* fragments/core.frag: new file
	* fragments/exec-aclocal.frag: new file
	* fragments/exec-automake.frag: new file
	* fragments/setpath.frag: new file
	* fragments/stdin_copy.frag: new file
	* fragments/tmpdir_pre.frag: new file
	* fragments/top.frag.in: new file
	* fragments/trap.frag: new file
	* options/opt_acdir.option: new file
	* options/opt_acdir.var: new file
	* options/opt_add_missing.option: new file
	* options/opt_add_missing.var: new file
	* options/opt_copy.option: new file
	* options/opt_copy.var: new file
	* options/opt_cygnus.option: new file
	* options/opt_cygnus.var: new file
	* options/opt_dash.option: new file
	* options/opt_dash.var: new file
	* options/opt_dashstar.option: new file
	* options/opt_dashstar.var: new file
	* options/opt_force_missing.option: new file
	* options/opt_force_missing.var: new file
	* options/opt_foreign.option: new file
	* options/opt_foreign.var: new file
	* options/opt_gnits.option: new file
	* options/opt_gnits.var: new file
	* options/opt_gnu.option: new file
	* options/opt_gnu.var: new file
	* options/opt_help.option: new file
	* options/opt_help.var: new file
	* options/opt_i.finish: new file
	* options/opt_i.option: new file
	* options/opt_i.var: new file
	* options/opt_ignore_deps.option: new file
	* options/opt_ignore_deps.var: new file
	* options/opt_include_deps.option: new file
	* options/opt_include_deps.var: new file
	* options/opt_libdir.option: new file
	* options/opt_libdir.var: new file
	* options/opt_no_force.option: new file
	* options/opt_no_force.var: new file
	* options/opt_output.option: new file
	* options/opt_output.var: new file
	* options/opt_output_dir.option: new file
	* options/opt_output_dir.var: new file
	* options/opt_print_ac_dir.option: new file
	* options/opt_print_ac_dir.var: new file
	* options/opt_stop.option: new file
	* options/opt_stop.var: new file
	* options/opt_verbose.option: new file
	* options/opt_verbose.var: new file
	* options/opt_version.option: new file
	* options/opt_version.var: new file
	* options/opt_werror.option: new file
	* options/opt_werror.var: new file
	* options/opt_wno_error.option: new file
	* options/opt_wno_error.var: new file

2002-06-25  Charles Wilson  <cwilson@ece.gatech.edu>

	* aclocal.in: fix -I handling to allow accumulation

2002-03-12  Charles Wilson  <cwilson@ece.gatech.edu>

   * aclocal.in: add guard to avoid infloop when
   -devel or -stable not installed. (thx to Pavel 
   Tsekov for pointing out the bug)
   * automake.in: ditto

2002-03-06  Charles Wilson  <cwilson@ece.gatech.edu>

	* aclocal.in: fix M4PATH obliteration (thx to James
	Harvey for pointing out the bug).  Also add special
	handling for --version when no configure.ac/.in file
	found (thx to James Roberts-Thomson and Ron Parker)
	* automake.in: ditto
	* NEWS: update
	* README: update

2001-12-11  Martin Oberhuber  <martin.oberhuber@windriver.com>

	* aclocal.in: fix VERsion parsing
	* automake.in: fix VERsion parsing

2001-11-26  Charles Wilson  <cwilson@ece.gatech.edu>

	* aclocal.in: add '/usr/share/aclocal' to the M4PATH, and
	remove the (nonexistant) /usr/autotool/stable/share/automake/am/
	directory from the M4PATH when using the stable version.
	* automake.in: add '/usr/share/aclocal' to the M4PATH, and
	remove the (nonexistant) /usr/autotool/stable/share/automake/am/
	directory from the M4PATH when using the stable version.

2001-11-25  Charles Wilson  <cwilson@ece.gatech.edu>

	* automake-build-*: removed.
	* postinstall.sh.in: removed.
	* automake: deleted (renamed to automake.in)
	* automake.in: new file (renamed from automake)
	* aclocal: deleted (renamed to aclocal.in)
	* aclocal.in: new file (renamed from aclocal)
	* configure.in: add --with-devel-prefix option and
	--with-stable-prefix option.  Create automake and aclocal
	from automake.in and aclocal.in. Remove references to 
	postinstall.sh.in
	* Makefile.am: add new .in files to EXTRA_DIST. Remove
	references to postinstall.sh(.in) and to the cygwin-specific
	automake.README
	* README: add lots of documentation
	* NEWS: add documentation
	* Makefile.in: regenerate
	* aclocal.m4: regenerate
	* configure: regenerate

2001-10-22  Charles Wilson  <cwilson@ece.gatech.edu>

	* automake-build-setup: add version numbers to src dirs
	* automake-build-devel: add version numbers to package, src-package
	* automake-build-stable: ditto
	* automake-build-script: ditto, but name must be computed differently
	since we package the scripts as "automake" not "automake-scripts"
