1999-11-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>

	* adhoc.texi (EDITION): Use it from version.texi.

	* Makefile.am (CLEANFILES): Added bin_SCRIPTS.
	(.sh): Use SHELL, not CONFIG_SHELL.
	(adhoc.info, adhoc.dvi): Depend on README.
	* version.texi: New file.
	* README: texinfo-ize it.  Comment about the lack of
	documentation, and point to the m4 files.
	* adhoc.texi: Include README and version.texi.  Create Copying
	and README nodes, and a menu containing them.

	* example.tar: New file.
	* Makefile.am (EXTRA_DIST): Added example.tar.

	* crontab.m4, edit.m4, file.m4: Added copyright notice.
	* adhoc.m4, adhoc.sh, adhoc.texi: Updated it.
	
	* crontab.m4: Prefix all macros with `AH_'.
	* edit.m4: Likewise.
	* file.m4: Likewise.
	(AH_IF_DIFF_COPY_FILES): New macro.
	(AH_IF_NEWER_COPY_FILES_NO_CREATE): New macro.

	* adhoc.m4: Do not include any file by default.  Omit output by
	default, requiring AH_EMIT_OUTPUT or AH_BIN_SH to enable output.
	(AH_INCLUDE, AC_INCLUDE): New macros.
	(AH_EMIT_OUTPUT, AH_OMIT_OUTPUT): New macros.

	* config.guess: Updated from autoconf CVS.
	* config.sub: Likewise.

1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>

	* THANKS: Added Camila and Claudia.

	* README: Updated e-mail address.
	* AUTHORS: Likewise.

	* adhoc-version.m4.in: New file.
	* adhoc.sh: Get version number from it.
	* adhoc.m4: Include adhoc-version.m4.
	* configure.in: Output adhoc-version.m4.  Bump to 0.0.
	* Makefile.am (macro_DATA): Added adhoc-version.m4.

	* edit.m4 (AH_REMOVE_UPDATE_OR_APPEND): New macro.

1999-07-27  Maria Camila Pinto de Queiros  <camila@dcc.unicamp.br>

	* file.m4 (IF_DIFF_COPY, IF_NEWER_COPY): Add line break before
	AFTER_CMD.

1999-06-13  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* file.m4 (IF_MISSING_DIR_SOFT_LINK, IF_MISSING_DIR_HARD_LINK):
	New macros.

	* file.m4 (IF_MISSING_DIR): New macro.

1999-06-12  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* edit.m4 (AH_UPDATE_OR_APPEND): Fix filename quoting for Solaris
	sed.

1999-06-07  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* adhoc.texi (Top): Point to the sources.  Well, kind of :-)
	Suggested by Stephan Kulow <coolo@kde.org>

	* host.m4 (AH_case_list): Document its arguments.

1999-06-03  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* crontab.m4 (CRONTAB_AUTO_RUN): Remove badly-placed `dnl', that
	would end up in the output.  Create a temporary file and tell
	crontab to read from it, as some newer implementations of crontab
	do not replace the crontab with stdin when not given any argument, 
	and using `-' to imply stdin is not portable.

1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* file.m4 (IF_NEWER): Fix ls flags.  Avoid errors for null
	output of ls.

1998-12-07  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* Makefile.am (SUBDIRS): none; remove it
	(EXTRA_DIST): add adhoc.sh and macro_DATA

	* configure.in: we don't use awk
	* adhoc.sh: ditto

	* Makefile.am (macro_DATA): hostconfig.m4 is gone

1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* README: complete the presentation of Ad HoC

	* adhoc.m4: prevent blank line in the beginning, with dnl
	(AH_INIT_BINSH): rename to AH_BIN_SH; old name became an alias

	* edit.m4 (UPDATE_OR_INSERT): renamed to AH_UPDATE_OR_APPEND,
	fixed, cleaned up and documented

	* hostconfig.m4: removed
	* adhoc.m4: ditto
	* host.m4: inserted hostconfig.m4
	(ON_HOST): renamed to AH_ON_HOST; ensure that hostname
	is set by calling AH_SET_HOST_NAME
	(ON_SYSTEM): renamed to AH_ON_SYSTEM; ensure that sysname is set
	by calling AH_SET_HOST_TYPE
	(case_list): renamed to AH_case_list

	* hostconfig.m4 (AH_SET_DIR): set ahdir, and reset it only if
	argument is given
	(AH_SET_HOST_NAME): set hostname; ditto
	(AH_SET_HOST_TYPE): ditto; look for config.guess in ahdir if it is 
	set, otherwise look for it in the PATH
	(AH_MK_TMP_DIR): accept two arguments; set ahtmpdir
	(AH_RM_TMP_DIR): remove ahtmpdir only if it is set
	(AH_TEMP_FILE_NAME): use ahtmpdir or /tmp

1998-10-05  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* configure.in, Makefile.am, AUTHORS, NEWS, README, THANKS, TODO:
	added all that stuff
	* config.guess, config.sub: imported from autoconf
	* COPYING, INSTALL, install-sh, missing, mkinstalldirs: imported
	from automake
	* crontab.m4, edit.m4, file.m4, host.m4: use AH_DEFUN instead of
	AC_DEFUN
	* adhoc.texi: just a skeleton
	* adhoc.sh: make it a filter; remove --localdir
	* adhoc.m4: simplified from autoconf's autoconf.m4 and acgeneral.m4
	* configure, Makefile.in, adhoc.info, aclocal.m4: regen

1998-08-24  Maria Camila Pinto de Queiros  <camila@dcc.unicamp.br>

	* host.m4 (case_list): use built-in shift

	* file.m4 (IF_DIFF, IF_DIFF_COPY): new macros
	
1998-08-24  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* ChangeLog: created

	Imported source tree
