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_AUTOCONF_VER variable.
	* fragments/core.frag: don't print both version
	or help messages if WANT_AUTOCONF_VER set.
	* fragments/core-autoreconf.frag: ditto
	* fragments/core-ifnames.frag: ditto
	* fragments/core-autoscan.frag: ditto
	* fragments/ver-shortcut.frag: new file.
	* Makefile.am: add ver-shortcut.frag

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

	* configure.in: move to...
	* configure.ac: here.  Bump version number.
	* autoreconf.options: add opt_warnings, opt_make
	* autoscan.options: opt_debug
	* ifnames.options: opt_macrodir
	* options/opt_make.option: new file
	* options/opt_mke.var: new files
	* NEWS: update
	* README: update

	aclocal
	automake --copy --add-missing
	autoconf

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

	Don't use option structure for autom4te.  Instead,
	build it directly from autom4te.in.  Because
	autom4te only exists on the devel branch, the new
	wrapper for autom4te always calls the version on
	the devel PATH.  (Needed to do this because autom4te
	supports reordered options, and that's too hard to
	do in a wrapper script)

	* autom4te.in: new file
	* configure.in: add autom4te to output list
	* Makefile.am: add all the new files in options/
	and fragments/ (bugfix).  Remove the commands to
	build autom4te from the options framework.
	* OLD/: new directory
	* OLD/autom4te.options: didn't want to lose this
	* OLD/exec-autom4te.frag: ditto
	* NEWS: document the above changes

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

	* fragments/exec-autoconf.frag: use the new --prepend-include option
	* fragments/exec-autoheader.frag: ditto
	* fragments/exec-autom4te.frag: ditto
	* fragments/exec-autoreconf.frag: ditto
	* fragments/exec-autoscan.frag: ditto
	* fragments/exec-autoupdate.frag: ditto

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

	* options/opt_trace.option: change handling of --trace
	* options/opt_trace.finish: ditto
	* fragments/exec-autoconf.frag: use 'eval' to allow
	correct handling of --trace
	* fragments/exec-autom4te.frag: ditto

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

	* options/opt_prepend_include.var: new file to support 
	new option in 2.53c/2.54
	* options/opt_prepend_include.option: ditto
	* options/opt_prepend_include.finish: ditto
	* autoconf.options: use the new --prepend-include option
	* autoheader.options: ditto
	* autom4te.options: ditto
	* autoreconf.options: ditto
	* autoscan.options: ditto
	* autoupdate.options: ditto

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

	* fragment/core.frag: improve --help output
	* fragment/core-autoreconf.frag: improve --help output
	* fragment/core-autoscan.frag: improve --help output
	* fragment/core-ifnames.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
	* autom4te.in: removed
	* autoconf.in: removed
	* autoheader.in: removed
	* autoreconf.in: removed
	* autoscan.in: removed
	* autoupdate.in: removed
	* ifnames.in: removed
	* autom4te.options: new file
	* autoconf.options: new file
	* autoheader.options: new file
	* autoreconf.options: new file
	* autoscan.options: new file
	* autoupdate.options: new file
	* ifnames.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-autoreconf.frag: new file
	* fragments/core-autoscan.frag: new file
	* fragments/core-ifnames.frag: new file
	* fragments/core.frag: new file
	* fragments/exec-autoconf.frag: new file
	* fragments/exec-autoheader.frag: new file
	* fragments/exec-autom4te.frag: new file
	* fragments/exec-autoreconf.frag: new file
	* fragments/exec-autoscan.frag: new file
	* fragments/exec-autoupdate.frag: new file
	* fragments/exec-ifnames.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
	* opt_autoconf_dir.option: new file
	* opt_autoconf_dir.var: new file
	* opt_automake.finish: new file
	* opt_automake.option: new file
	* opt_automake.var: new file
	* opt_dash.option: new file
	* opt_dash.var: new file
	* opt_dashstar.option: new file
	* opt_dashstar.var: new file
	* opt_dashstarspecial.option: new file
	* opt_dashstarspecial.var: new file
	* opt_debug.option: new file
	* opt_debug.var: new file
	* opt_force.option: new file
	* opt_force.var: new file
	* opt_freeze.option: new file
	* opt_freeze.var: new file
	* opt_help.option: new file
	* opt_help.var: new file
	* opt_include.finish: new file
	* opt_include.option: new file
	* opt_include.var: new file
	* opt_initialization.option: new file
	* opt_initialization.var: new file
	* opt_install.option: new file
	* opt_install.var: new file
	* opt_language.option: new file
	* opt_language.var: new file
	* opt_localdir.option: new file
	* opt_localdir.var: new file
	* opt_m4dir.option: new file
	* opt_m4dir.var: new file
	* opt_macrodir.option: new file
	* opt_macrodir.var: new file
	* opt_melt.option: new file
	* opt_melt.var: new file
	* opt_mode.option: new file
	* opt_mode.var: new file
	* opt_output.option: new file
	* opt_output.var: new file
	* opt_preselect.finish: new file
	* opt_preselect.option: new file
	* opt_preselect.var: new file
	* opt_stop.option: new file
	* opt_stop.var: new file
	* opt_symlink.option: new file
	* opt_symlink.var: new file
	* opt_trace.finish: new file
	* opt_trace.option: new file
	* opt_trace.var: new file
	* opt_verbose.option: new file
	* opt_verbose.var: new file
	* opt_version.option: new file
	* opt_version.var: new file
	* opt_warnings.finish: new file
	* opt_warnings.option: new file
	* opt_warnings.var: new file

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

	* autom4te.in: add --include option, --force 
	* autoconf.in: ditto
	* autoheader.in: ditto
	* autoreconf.in: ditto
	* autoscan.in: ditto
	* autoupdate.in: ditto

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

	* autom4te.in: new file (for 2.53)
	* Makefile.am: add autom4te
	* aclocal.m4: regenerate
	* Makefile.in: regenerate
	* configure.in: add autom4te
	* configure: regenerate
	* NEWS: add autom4te

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

	* autoconf.in: add guard to avoid infloop when
	-devel or -stable not installed. (thx to Pavel 
	Tsekov for pointing out the bug)
	* autoheader.in: ditto
	* autoreconf.in: ditto
	* autoscan.in: ditto
	* autoupdate.in: ditto
	* ifnames.in: ditto
	* NEWS: update

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

	* autoconf.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)
	* autoheader.in: ditto
	* autoreconf.in: ditto
	* autoscan.in: ditto
	* autoupdate.in: ditto
	* ifnames.in: ditto
	* NEWS: update
	* README: update

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

	* autoconf.in: fix VERsion parsing 
	* autoreconf.in: fix VERsion parsing 
	* autoscan.in: fix VERsion parsing 
	* autoupdate.in: fix VERsion parsing 
	* autoheader.in: fix VERsion parsing 
	* ifnames.in: fix VERsion parsing 

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

	* autoconf-build-*: removed.
	* postinstall.sh.in: removed.
	* autoconf: deleted (renamed to autoconf.in)
	* autoconf.in: new file (renamed from autoconf)
	* autoheader: deleted (renamed to autoheader.in)
	* autoheader.in: new file (renamed from autoheader)
	* autoscan: deleted (renamed to autoscan.in)
	* autoscan.in: new file (renamed from autoscan)
	* autoreconf: deleted (renamed to autoreconf.in)
	* autoreconf.in: new file (renamed from autoreconf)
	* autoupdate: deleted (renamed to autoupdate.in)
	* autoupdate.in: new file (renamed from autoupdate)
	* ifnames: deleted (renamed to ifnames.in)
	* ifnames.in: new file (renamed from ifnames)
   * configure.in: add --with-devel-prefix option and
	--with-stable-prefix option.  Create auto* files from
	the auto*.in files.  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
	autoconf.README.
	* Makefile.in: regenerate
	* aclocal.m4: regenerate
	* configure: regenerate

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

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