2000-07-20  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.4, bumped ${librevision}

	* Makedefs.in: set libtool mode explicitly
	* rules.mk.sh: set libtool mode explicitly; include -rpath
	option
	(from David Kaelbling <drk@sgi.com>)

2000-07-15  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: added `--without-gmp' and
	`--disable-continuations' options

	* config.h.in: added HAVE_STRTOLL, WITH_GMP, WITH_CONTINUATIONS

2000-07-13  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: redirect stderr to /dev/null when trying to run
	`aclocal --print-ac-dir'. Apparently this avoids errors if
	aclocal isn't installed (patch from Albert Chin-A-Young
	<china@thewrittenword.com>)

2000-07-12  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.3, bumped ${librevision}

2000-07-10  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: just use ${host_cpu} when checking for known
	stack growth directions

	* librep.spec.in: replaced `/usr/info' by `%{_infodir}'

2000-07-06  John Harper  <john@dcs.warwick.ac.uk>

	* Makefile.in, lisp/Makefile.in, man/Makefile.in,
	src/Makefile.in: updated to partially build in a separate
	directory. This still doesn't work for Lisp sources (adapted
	from Martin Pottendorfer <pottendo@utanet.at>)

2000-06-29  John Harper  <john@dcs.warwick.ac.uk>

	* Makefile.in: added repexecdir to installdirs target (for DOC)

2000-06-22  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.2, incremented librevision

2000-06-18  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: version 0.12.1, incremented librevision

	* configure.in, config.h.in: check sizeof long and long long
	(if available), from George Lebl <jirka@5z.com>

2000-06-16  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in: fixed typo when checking for shl_load in libdld

	* configure.in: version 0.12

	* configure.in: check libdld for shl_load

2000-06-09  John Harper  <john@dcs.warwick.ac.uk>

	* Makefile.in: added distclean target as alias for realclean

	* configure.in: changed --with-gmp and --with-gdbm to be more
	conventional --with-gmp-prefix and --with-gdbm-prefix

	* configure.in: when extracting dependences from C files using
	GCC, use `-MM' not `-MM -MG' (from Brad Thompson <yak@mit.edu>)

2000-06-07  John Harper  <john@dcs.warwick.ac.uk>

	* configure.in, Makefile.in: moved DOC file to ${repexecdir}
	since GDBM databases are endian-specific

	[ this is sub-optimal, since the lisp files are shared, but
	it's okay for now .. ]

2000-05-31  Karl M. Hegbloom  <karlheg@debian.org>

	* Makefile.in (TAGS): Use --regex to grab DEFSTRING, DEFSYM,
	DEFUN, and DEFUN_INT information also.
	(TAGS tags): add lowercase target name for lazy typists.

