# Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.

2010-06-04  Peter Simons  <simons@cryp.to>

	AX_CHECK_ZLIB: dropped trailing white space

	AX_CHECK_OPENSSL: minor cosmetic change to unbreak the gen-authors.sh script

2010-06-03  Peter Simons  <simons@cryp.to>

	AX_BOOST_DATE_TIME, AX_BOOST_FILESYSTEM: avoid use of shell constructs that don't work with "dash"

2010-06-02  Peter Simons  <simons@cryp.to>

	AX_PTHREAD: fixed typo in local variable that broke the macro on Darwin
	Thanks to Markus Elfring for pointing that out.

2010-06-02  Timothy Brown  <tbrown@freeshell.org>

	AX_LIB_HDF5: added support for showconfig output from HDF5 version 1.8.4

2010-06-02  Dustin J. Mitchell  <dustin@zmanda.com>

	Remove spurious space after -L in ax_check_openssl.m4, thanks to Pavel Volkovitskiy in <https://savannah.gnu.org/patch/?7215>

2010-05-14  Torsten Landschoff  <torsten@landschoff.net>

	AX_PKG_SWIG: Fix the version detection of AX_PKG_SWIG to support SWIG >= 2.0.
	The version detection in the AX_PKG_SWIG macro was incorrect and failed
	to accept SWIG 2.0 where SWIG >= 1.3.x is requested.

	Patch submitted in <http://savannah.gnu.org/patch/?7187>.

2010-05-12  Timothy Brown  <tbrown@freeshell.org>

	AX_LIB_HDF5: test whether the HDF5 library is available or not
	Submitted in <http://savannah.gnu.org/patch/?7179>.

2010-04-23  Peter Simons  <simons@cryp.to>

	AX_PYTHON_EMBED: bumped serial number after recent changes

2010-04-22  Ilya Etingof  <ilya@glas.net>

	Fix typo in ax_python_embed -o correctly defun AX_PYTHON_INSIST

2010-04-20  Peter Simons  <simons@cryp.to>

	AX_LUA: updated serial number to match the number of commits to this macro

2010-04-20  Mike Park  <MikePark.rb@GMail.com>

	AX_F90_MODULE_FLAG: test module include path with no space between -I and path
	(for compaq alpha fort compiler)

2010-04-02  Joel Smith  <js-gnuaca@jk1.net>

	AX_PREFIX_CONFIG_H: Removed extra spaces (which break prefixed macros)

2010-03-12  Reuben Thomas  <rrt@sc3d.org>

	Run Lua with empty LUA_INIT, to avoid picking up user settings.

2010-03-10  Mateusz Loskot  <mateusz@loskot.net>

	AX_LIB_LIBKML: Detect Google's libkml library <http://code.google.com/p/libkml/>.
	Initial version. See <https://savannah.gnu.org/patch/?7109> for further details.

2010-03-04  Peter Johansson  <trojkan@gmail.com>

	AX_CHECK_ZLIB: fix bogus result message
	When calling configure without any --with-zlib or --without-zlib, the
	configure output was

	  checking if zlib is wanted... checking for inflateEnd in -lz... yes
	  checking zlib.h usability... yes
	  checking zlib.h presence... yes

	while I expected

	  checking if zlib is wanted... yes
	  checking for inflateEnd in -lz... yes
	  checking zlib.h usability... yes
	  checking zlib.h presence... yes

	This patch fixes this.

2010-03-01  Peter Simons  <simons@cryp.to>

	ALL: update web site URL to http://www.gnu.org/software/autoconf-archive/MACRO-NAME.html

2010-02-23  Peter Simons  <simons@cryp.to>

	Dropped e-mail address obscuration from the following macros, because the invalid syntax breaks the texi2html generator:
	  m4/ax_c_arithmetic_rshift.m4
	  m4/ax_c_referenceable_passed_va_list.m4
	  m4/ax_prog_fasm.m4
	  m4/ax_prog_fasm_opt.m4
	  m4/ax_prog_hla.m4
	  m4/ax_prog_hla_opt.m4
	  m4/ax_prog_masm.m4
	  m4/ax_prog_masm_opt.m4
	  m4/ax_prog_nasm.m4
	  m4/ax_prog_nasm_opt.m4
	  m4/ax_prog_tasm.m4
	  m4/ax_prog_tasm_opt.m4
	  m4/ax_prog_yasm.m4
	  m4/ax_prog_yasm_opt.m4
	  m4/ax_sys_perlsharpbang.m4

2010-02-19  Peter Simons  <simons@cryp.to>

	AX_*_JAVA_*: fixed use of $EXEEXT
	Further details can be found at <http://savannah.nongnu.org/patch/?6948>.

2010-02-15  Thomas Treichl  <Thomas.Treichl@gmx.net>

	AX_PTHREAD: provide "-pthreads" on 10.6 OS X systems
	See <http://savannah.nongnu.org/patch/?7071> for further details.

2010-02-13  Dustin J. Mitchell  <dustin@zmanda.com>

	AX_MPIP: add new macro
	See https://savannah.nongnu.org/patch/?7092 for further details.

2010-02-08  Francesco Salvestrini  <salvestrini@gmail.com>

	Replaced obsolete AC_HELP_STRING with AS_HELP_STRING

2010-02-02  Guido U. Draheim  <guidod@gmx.de>

	AX_SYS_LARGEFILE_SENSITIVE: on x64 targets some largefile tests aren't made -> provide defaults

2010-01-25  Peter Simons  <simons@cryp.to>

	Assigned all macros a unique serial number.
	The serial number corresponds to the number of commits that have
	modified the macro in the Archive's Git repository. Refer to
	http://www.gnu.org/software/libtool//manual/automake/Serials.html to
	find out why these numbers are useful.

2010-01-12  Filippo Giunchedi  <filippo@esaurito.net>

	AX_RESTORE_FLAGS, AX_SAVE_FLAGS: initial versions
	Shamelessly copied from the great VLC.

2010-01-05  Peter Simons  <simons@cryp.to>

	Augmented the text of the all-permissive license by an express warranty disclaimer.
	This has been suggested by the FSF on http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html.

	AX_PTHREAD: minor changes to the AC_TRY_LINK command so that the code compiles when -Wall and -Werror are set

	AX_CXX_VERBOSE_TERMINATE_HANDLER: replaced by a more generic implementation that's not limited to GNU libstdc++
	Submitted by Kevin Locke in <https://savannah.nongnu.org/patch/?7005>.

2010-01-01  Mike Frysinger  <vapier@gentoo.org>

	AX_BOOST_BASE: fix host boost search when cross-compiling
	The AX_BOOST_BASE macro likes to do searches in the host paths (/usr and
	such) which is obviously incorrect for cross-compiling.  So disable these
	fallback searches when cross-compiling.

2009-12-28  Peter Simons  <simons@cryp.to>

	AX_BOOST_BASE: add ACTION-IF-FOUND/ACTION-IF-NOT-FOUND-style API
	Changes on 2009-12-02 by Peter Adolphs:

	 - fixed broken indentation (tabs/spaces)
	 - added ACTION-IF-FOUND and ACTION-IF-NOT-FOUND
	 - notice instead of error when boost was not found
	 - changed help message

	Changes on 2009-11-28 by Tim Niemueller:

	 - fixed problem with lib dir for 64Bit systems

2009-12-27  Peter Simons  <simons@cryp.to>

	AX_PATH_BDB: spell Rafal Rzepecki's name correctly
	More details can be found in e000442ec25f72576b75ea32e342fb1e503a944e.

	AX_C_PRINTF_THSEP: deprecated because of technical flaws
	See http://savannah.nongnu.org/patch/?6848 for further details.

2009-12-25  Neil Mayhew  <neil_mayhew@users.sourceforge.net>

	AX_CHECK_ICU: added support for icu-specific CPPFLAGS
	This macro uses the icu-config utility which treats CPPFLAGS separately
	from CFLAGS and CXXFLAGS. Clients should be able to obtain the value of
	CPPFLAGS, which is not currently possible. This patch fixes that.

	Note that this behavior is slightly different from PKG_CHECK_MODULES,
	since the underlying pkg-config doesn't distinguish between CFLAGS and
	CPPFLAGS. Using CFLAGS instead of CPPFLAGS with icu-config leads to
	problems, such as header files not found, and compilation errors since
	icu has its own slightly quirky ideas about what kind of strict warnings
	should be used, even though these are not required for using the ICU
	headers.

	Clients should typically use ICU_CPPFLAGS rather than ICU_CFLAGS or
	ICU_CXXFLAGS if they just want to be able to find headers.

2009-12-25  Peter Simons  <simons@cryp.to>

	AX_C_IFDEF: deprecated in favor of the standard Autoconf macro AC_CHECK_DECL

2009-12-23  Peter Simons  <simons@cryp.to>

	Consistently indent quoted paragraphs with two blanks.

	Replaced all tab characters in macro header sections with an appropriate number of blanks.

2009-12-17  Peter Simons  <simons@cryp.to>

	AX_CXX_HELPFUL_TERMINATE_HANDLER: initial version
	Submitted by Kevin Locke in <https://savannah.nongnu.org/patch/index.php?7005>:

	 | As a compliment (or possibly replacement) to the current
	 | AX_CXX_VERBOSE_TERMINATE_HANDLER macro, I present the
	 | AX_CXX_HELPFUL_TERMINATE_HANDLER macro. Rather than specifically looking for
	 | the GNU libstdc++ verbose_terminate_handler, this macro uses a test program
	 | which throws an uncaught exception then checks if the output contains
	 | information about the exception. This way it can detect helpful terminate
	 | handlers other than the current one provided with GNU libstdc++.
	 |
	 | The design of this macro is not perfect. Most importantly, the logic for
	 | capturing and testing the output of the test program is not very elegant. I
	 | had first attempted to check for output from within the test program (by
	 | redirecting std::cerr, capturing SIGABRT, etc.) but it was excessively ugly
	 | and not very portable. The result is that the logic in the macro itself is a
	 | little more awkward so that the test program is trivial. I think it was a
	 | good trade, but feedback is welcome.

2009-12-17  Dustin J. Mitchell  <dustin@zmanda.com>

	rename occurrences of AC_PROG_SWIG to AX_PKG_SWIG

2009-12-16  Peter Simons  <simons@cryp.to>

	ax_pkg_swig.m4: cosmetic changes

2009-12-16  Matthew William Cox  <matt@mattcox.ca>

	modernize the name of cache variables in ax_ext
	The name space structure for cache variables should now contain _cv_.
	I've left them in the AX name space, so the cache variables used by
	ax_ext are now named ax_cv_...

2009-10-25  Alan Jenkins  <alan-jenkins@tuffmail.co.uk>

	ax_enable_builddir: improve quality of generated top-level Makefile
	The top-level Makefile is generated by mangling rules, "a: b".  We
	already avoid mangling "a := b".  But we should also exclude "a = :".

	Apparently this was causing unbalanced parenthesis errors on some
	systems.

	Reported-by: Mike Frysinger <vapier@gentoo.org>

2009-10-08  Dustin J. Mitchell  <dustin@zmanda.com>

	Rename AC_PROG_SWIG to AX_PKG_SWIG, set SWIG='' when not found, and add action-if-[not-]found options

2009-10-05  Reuben Thomas  <rrt@sc3d.org>

	Fix incorrect setting of ax_cv_curses when curses was not found.

2009-10-04  Reuben Thomas  <rrt@sc3d.org>

	Merge branch 'master' of git://git.sv.gnu.org/autoconf-archive

	Remove --with-lua-{includes,libraries} as the GNU Coding Standards say CPPFLAGS and LDFLAGS should be used for this sort of thing.

2009-09-21  Peter Simons  <simons@cryp.to>

	AX_LATEX_*: Deprecated because of licensing issues.

	AX_CFLAGS_FORCE_C89: cosmetic, no functional change

	AX_GCC_LIBRARIES_DIR: cosmetic, no functional change

2009-09-21  Reuben Thomas  <rrt@sc3d.org>

	Merge branch 'master' of git://git.sv.gnu.org/autoconf-archive

	Add AX_CFLAGS_FORCE_C89.

2009-09-19  Francesco Salvestrini  <salvestrini@gmail.com>

	Merge branch 'master' of ssh://salvestrini@git.sv.gnu.org/srv/git/autoconf-archive

2009-09-19  Peter Simons  <simons@cryp.to>

	AX_PROG_PERL_MODULES: cosmetic in the documentation, no functional changes

2009-09-18  Peter Simons  <simons@cryp.to>

	Fixed trivial typos.

	AX_CHECK_ALLOCATED_CTIME: don't cast char* to void* when calling free(2)
	The cast is redundant and gnulib complains about it, too.

	AX_AM_MACROS_STATIC: drop trailing whitespace

2009-09-18  Francesco Salvestrini  <salvestrini@gmail.com>

	Fixed AX_GCC_INSTALL_DIR

	Fixed AX_GCC_LIBSUPCXX

	Introduced AX_GCC_LIBRARIES_DIR

2009-08-24  Peter Simons  <simons@cryp.to>

	AX_LATEX_*: marked obsolete because of issues with LGPL license
	The AX_LATEX_* family of macros is distributed under the LPGL license.
	Use of that license is discouraged for Autoconf macros, because it might
	impose licensing restrictions on the generated configure script. All
	other macros in the Archive that are licensed under LGPL or GPL feature
	an explicit Autoconf Exception that lifts those limitations, but the
	LaTeX macros did not. Unfortunately, all attempts to contact the author
	with a request to remedy the situation have been been unsuccessful.

	Dropped obsolete macros from the repository.
	These macros have been replaced by newer versions and are no longer required.
	Where applicable, the newer versions feature an AU_ALIAS() forwarder that
	redirects invocations of the obsolete macro to the current one.

2009-08-20  Peter Johansson  <peterandrejohansson@gmail.com>

	AX_AM_MACROS_STATIC: include date stamp in the generated file

2009-08-13  Reuben Thomas  <rrt@sc3d.org>

	Add AU_ALIAS calls to new files for all recently renamed macros.

2009-08-12  Peter Simons  <simons@cryp.to>

	AX_FUNC_WHICH_GETSERVBYNAME_R: cosmetic, no functional change

2009-08-12  Bogdan Drozdowski  <bogdandr # op . pl>

	Improved portability.

	Re-released these macros under LGPL with an Autoconf exception.

2009-08-11  Peter Simons  <simons@cryp.to>

	Revert "Add AU_ALIAS calls to obsolete macros."
	Commit b456074a0da5f319a512c043e6c5102e078923f4 adds AU_ALIAS calls that
	forward from the obsolete macro names to the new ones. However, at this point
	it's uncertain whether that usage of AU_ALIAS actually works as intended. In
	order to avoid breaking things until the issue has been clarified, the change
	is reverted.

2009-08-11  Reuben Thomas  <rrt@sc3d.org>

	Add AU_ALIAS calls to obsolete macros.

2009-08-10  Peter Simons  <simons@cryp.to>

	AX_PATH_GENERIC: fixed credits to Angus Lee

2009-08-10  Reuben Thomas  <rrt@sc3d.org>

	More renamings missed previously.

2009-08-08  Francesco Salvestrini  <salvestrini@gmail.com>

	AX_WITH_PROG: Fixed excessive quoting accidentally introduced earlier

2009-08-07  Peter Simons  <simons@cryp.to>

	AX_PROG_PERL_MODULES: add the ability to check for minimum required version
	See https://savannah.nongnu.org/patch/?6889 for further details.

	Ensure that all LaTeX macros use AX_LATEX_TEST instead of the obsolete _ACLTX_TEST.

	_AC_C_IFDEF: rename to AX_C_IFDEF

	Center the URL at the top of every file and use consistent word-wrapping.

	Dropped renamed versions of those macros that were obsolete to begin with.
	The macros AC_CHECK_CURL, AC_CHECK_TAGLIB, AC_COMPILE_WARNINGS,
	AC_PROMPT_USER, AC_PROMPT_USER_NO_DEFINE, and VL_PROG_CC_WARNINGS were
	obsolete and are about to be deleted. There seems to be no point in
	creating renamed, obsolete copies of those macros with an AX_ prefix.

2009-08-07  Reuben Thomas  <rrt@sc3d.org>

	Merge branch 'master' of git://git.sv.gnu.org/autoconf-archive

	Rename macros with no prefix to have an AX_ prefix.

	Rename files to match macro names.
	Also rename AC_C_COMPILE_VALUE to AX_C_COMPILE_VALUE.

	Fix some ax_ to AX_.

	Rename SMR_WITH_BUILD_PATH to AX_WITH_BUILD_PATH.

	Rename SG_AFS to AX_AFS.

	Rename RSSH_* prefixes to AX_* prefixes.

	Rename RLC_XERXESC to AX_XERCESC.

	Rename MS_* prefixes to AX_* prefixes.

	Rename MERK_SIP_DEVEL to AX_SIP_DEVEL.
	Also add a FIXME to use AX_COMPARE_VERSION rather than perl.

	Rename MDL_* prefixes to AX_* prefixes.

2009-08-06  Reuben Thomas  <rrt@sc3d.org>

	Rename KLM_SYS_WEAK_ALIAS to AX_SYS_WEAK_ALIAS.

	Rename IMMDX_LIB_METIS to AX_LIB_METIS.

2009-08-06  Peter Simons  <simons@cryp.to>

	VL_*: removed duplicate OBSOLETE MACRO section accidentally introduced earlier

2009-08-06  Reuben Thomas  <rrt@sc3d.org>

	Rename gl_TRILINOS_ABSOLUTE_HEADER to AX_ABSOLUTE_HEADER.

	Rename CT_CHECK_POSTGRES_DB to AX_CHECK_POSTGRES_DB.

	Rename BNV_HAVE_QT to AX_HAVE_QT.
	Remove inline old revision history.

	Rename MNI_CXX_HAVE_KOENIG_LOOKUP to AX_CXX_HAVE_KOENIG_LOOKUP.

	Rename file to match macro name.

	Rename MP_WITH_CURSES to AX_WITH_CURSES.

	Rename AC_ prefixes to AX_ (only in names of aa macros!).

	Rename AZ_PYTHON_* to AX_PYTHON_*.
	Since there is already an ax_python.m4, use the name
	az_python_embed.m4, since the macros are aimed at embedding python.

	Punctuate "Mac OS X" with spaces.

	Add python2.6 to list of binaries looked for.

	Fix 'Renamed to' lines' case of macro names.

	Rename AM_ prefixes (those of aa macros only!) to AX_.

	Rename ACLTX_ prefixes to AX_LATEX_ prefixes.

	Rename ACX_ prefixes to AX_ prefixes.

	Rename AG_ prefixes to AX_ prefixes.

	Change remaining dps_ and etr_ prefixes to ax_.

	Rename ADL_* prefixes to AX_ prefixes.

	Rename more occurrences of vl_* to ax_*.

	Rename DPS_ prefixed macros to AX_ prefixed macros.
	Note: dps_check_plugin.m4 becomes ax_check_java_plugin.m4 to match the
	name of the macro.

	Rename ETR_ prefixed macros to AX_ prefixed macros.

	Remove references to obsoleted macros.

	Rename VL_* macros to AX_* macros.

2009-08-04  Peter Simons  <simons@cryp.to>

	AX_PATH_GENERIC: use consistent word-wrapping

	AX_LIB_TAGLIB: use consistent word-wrapping

	AX_LIB_ORBIT2: use consistent word-wrapping

	AX_LIB_CURL: use consistent word-wrapping

	AC_PROMPT_USER_NO_DEFINE: use consistent word-wrapping

	AC_PROMPT_USER: use consistent word-wrapping

	AC_PATH_GENERIC: use consistent word-wrapping

	RSSH_CHECK_OFF64_T: re-released under all-permissive license
	In <42fca37f5f6a9deb6fa1d0867359d629.squirrel@wmail.gradsoft.ua>, Ruslan kindly
	agreed to distribute his macro under the all-permissive license.

2009-08-03  Peter Simons  <simons@cryp.to>

	Obsoleted AC_COMPILE_WARNINGS, AX_CFLAGS_WARN_ALL_ANSI, and VL_PROG_CC_WARNINGS.
	The functionality provided by these macros overlaps with AX_CFLAGS_WARN_ALL.
	See <f92540e30908010651s6ff80471v1b0f43064183aa50@mail.gmail.com> on the
	autoconf-archive-maintainers mailing list for further details.

2009-08-03  Dustin J. Mitchell  <dustin@zmanda.com>

	Merge branch 'master' of git://git.sv.gnu.org/autoconf-archive

2009-08-01  Reuben Thomas  <rrt@sc3d.org>

	AX_MAINTAINER_MODE_AUTO_SILENT: fixed a few small typos in the documentation

2009-08-01  Francesco Salvestrini  <salvestrini@gmail.com>

	give credit to the authors of the macros that inspired these improved versions

	AC_PATH_GENERIC: work around for 1-dot problem

2009-07-31  Peter Simons  <simons@cryp.to>

	AC_CHECK_CURL: marked obsolete

	AC_CHECK_TAGLIB: marked obsolete

	CHECK_SSL: marked obsolete

	AC_PATH_GENERIC: marked obsolete

2009-07-31  Francesco Salvestrini  <salvestrini@gmail.com>

	New ORBit2 related macro (using AX_PATH_GENERIC)

	Renewed version of AC_CHECK_TAGLIB (using AX_PATH_GENERIC)

	Renewed version of AC_CHECK_CURL (using AX_PATH_GENERIC)

	Rearranged AC_PATH_GENERIC in order to use AX_COMPARE_VERSION

2009-07-30  Reuben Thomas  <rrt@sc3d.org>

	AX_WITH_PROG: fixed handling of '--without-foo' arguments
	Submitted in <https://savannah.nongnu.org/patch/?6876>.

2009-07-27  Peter Simons  <simons@cryp.to>

	AC_CXX_HAVE_STD: removed stray '}' character in comments

	AX_HAVE_EPOLL: fixed minor typo in comments

	AC_LIBTOOLIZE_CFLAGS: avoid use of non-ascii characters in comments

	AC_FUNC_SNPRINTF: avoid use of non-ascii characters in comments

	AC_FUNC_MEMMOVE: avoid use of non-ascii characters in comments

	AC_CXX_LDFLAGS_STD_LANG: avoid use of non-ascii characters in comments

	AC_CXX_CXXFLAGS_STD_LANG: avoid use of non-ascii characters in comments

	AC_CXX_CPPFLAGS_STD_LANG: avoid use of non-ascii characters in comments

	AC_CXX_COMPILER_VENDOR: avoid use of non-ascii characters in comments

	_AC_C_IFDEF: avoid use of non-ascii characters in comments

2009-07-22  Peter Simons  <simons@cryp.to>

	AX_SPLIT_VERSION: fixed minor two typos in the documentation
	Thanks to Reuben Thomas for pointing those out.

2009-07-21  Reuben Thomas  <rrt@sc3d.org>

	MP_WITH_CURSES: allows the user to set CURSES_LIB in the environment
	This patch also fixes a code typo, where LIBS was used instead of
	mp_save_LIBS in the last test.

	MP_WITH_CURSES: fixed typo in the documentation

2009-07-21  Guido U. Draheim  <guidod@gmx.de>

	AX_CFLAGS_NO_WRITABLE_STRINGS: bugfix
	Imported from ac-archive.cvs.sourceforge.net.

2009-07-20  Peter Simons  <simons@cryp.to>

	AC_PATH_GENERIC: cosmetic markup fixes
	The synopsis must be written in one line (or the HTML generator will fail).

2009-07-18  Dustin J. Mitchell  <dustin@zmanda.com>

	update copyright years

	remove Amanda-specific reference to $LOCSYSPATH

2009-07-17  Filippo Giunchedi  <filippo@esaurito.net>

	AX_RUBY_DEVEL: use proper variable for error

2009-06-23  Bert Wesarg  <bert.wesarg@googlemail.com>

	ac_path_generic.m4: make LIBRARY-config, --cflags, and --libs customizable

	ac_path_generic.m4: add AC_ARG_VAR()s
	Add AC_ARG_VAR() for _CONFIG, _CFLAGS, and _LIBS.

	ac_path_generic.m4: use AS_HELP_STRING() in AC_ARG_WITH()
	Quoting looks strange but result is correct.

2009-06-22  Diab Jerius  <dj@head.cfa.harvard.edu>

	VL_LIB_READLINE: set LIBS correctly in case of a cache hit
	The macro didn't set LIBS appropriately if there is a cache hit. It only
	sets it if there is a cache miss.

	I've modified the code to set LIBS in the stanza which checks to see if
	$vl_cv_lib_readline has been set.  This required resetting LIBS in the
	AC_CACHE_CHECK "COMMANDS-TO-SET-IT" argument so that the appropriate
	libs wouldn't be included twice if there was a cache miss.

2009-06-16  Dustin J. Mitchell  <dustin@zmanda.com>

	AX_CHECK_OPENSSL: initial submission
	See https://savannah.nongnu.org/patch/?6849 for details.

2009-06-10  Peter Johansson  <trojkan@gmail.com>

	AX_COMPARE_VERSION: use AC_REQUIRE to declare dependency on AC_PROG_AWK

2009-06-10  Peter Simons  <simons@cryp.to>

	AC_PYTHON_DEVEL: avoid wiping the user settings of $CPPFLAGS and $LIBS
	Submitted by aoz.syn@gmail.com in <http://savannah.nongnu.org/patch/?6847>.

2009-06-04  Krzysztof Burghardt  <krzysztof@burghardt.pl>

	AX_LIB_NOKALVA: check for the existence of OSS Nokalva
	http://savannah.nongnu.org/patch/?6842

2009-06-04  Peter Simons  <simons@cryp.to>

	MP_WITH_CURSES: use standard word-wrapping boundaries

	AX_DIST_RPM: use standard word-wrapping boundaries

2009-04-30  Bill Blough  <bblough@gmail.com>

	AX_LIB_XALAN: initial version
	Detect the Apache Xalan C++ XSLT processor. This is a derivative work based on
	AX_LIB_XERCES by Mateusz Loskot.

2009-04-30  Reuben Thomas  <rrt@sc3d.org>

	MP_WITH_CURSES: add support for ncursesw
	http://savannah.nongnu.org/patch/?6819

2009-04-29  Guido U. Draheim  <guidod@gmx.de>

	AX_CREATE_PKGCONFIG_INFO: add support for datarootdir
	Imported from ac-archive.cvs.sourceforge.net.

2009-04-28  Allan Caffee  <allan.caffee@gmail.com>

	AX_DIST_RPM: Do not break VPATH builds
	AX_DIST_RPM was breaking VPATH builds since it was expecting the spec
	template to be in the build directory during configure time.  Obviously
	this breaks distcheck which checks, among other things, VPATH builds.

	AX_DIST_RPM: Do not hard code the spec template
	The spec template was hard coded in and the macro was ignoring the
	template given by the caller.

	AX_DIST_RPM: Remove use of @NAME@ and @VER@.
	It appears that at one point the previously values were being
	substituted in at make time but this is no longer the case.  Modify the
	example to use the @PACKAGE@ and @VERSION@ variables instead.

	AX_DIST_RPM: Update the example spec file in comment.
	The example should use the `License' tag rather than the legacy `Copyright'
	tag.

2009-04-28  Peter Simons  <simons@cryp.to>

	all: macro home pages now reside on savannah (but old links still work)

2009-04-27  Peter Simons  <simons@cryp.to>

	AC_LIB_ID3, AC_LIB_UPNP: release under all-permissive license
	Commit 9da70c52df7bf9fa78d8a27465fa6be4b75e586a should have done that
	over a years ago, but apparently something went wrong.

2009-04-26  Peter Simons  <simons@cryp.to>

	ALL: consistency edits (see NEWS)
	 * Consistently refer to this project as Autoconf Archive.

	 * Removed the LAST MODIFICATION section, because that information is redundant
	   in the presence of Git.

	 * COPYLEFT has been renamed to LICENSE: some licenses, like all-permissive,
	   are no copylefts.

	Dropped obsolete macros.
	These macros were marked as obsolete for quite a while and are now
	subsequently deleted. This means that the generated distribution archive
	longer contains them either. The respective homepage and download URLs
	on the web server, however, will remain valid for the foreseeable
	future.

2009-04-24  Peter Simons  <simons@cryp.to>

	Bump last-modified dates.

2009-04-24  Matteo Settenvini  <matteo@member.fsf.org>

	AC_PYTHON_DEVEL: added support for python 3

2009-04-24  Allan Caffee  <allan.caffee@gmail.com>

	AX_INSTALL_FILES: fix an improperly escaped double quote
	A bug in quotation was causing AX_INSTALL_FILES and dependent macros to
	break.  This regression was introduced in 9c650e.

2009-04-23  Peter Simons  <simons@cryp.to>

	AUTHORS: Updated author list and copyright headers.

2009-04-23  Mike Frysinger  <vapier@gentoo.org>

	AX_CHECK_LINKER_FLAGS: new func based on AX_CHECK_COMPILER_FLAGS

	AX_CHECK_COMPILER_FLAGS: quote flag name with []
	If a flag contains a comma in it, then it will not be properly passed to
	the AS_TR_SH function.  The $1 needs to be quoted as [$1] to fix this.

2009-04-20  Gabriele Bartolini  <gabriele.bartolini@devise.it>

	AX_PROG_MD5SUM: released under all-permissive license

2009-04-20  Peter Simons  <simons@cryp.to>

	Synchronize last-modified-date with GIT repository.
	The last-modified-date of these macros didn't match their respective
	last-modified-date in the GIT repository. A version bump remedies this
	inconsistency. In hindsight, these dates should have bumped when the
	distribution format changed; all macros had to be touched at this point
	anyway.

	consistency edits
	Cosmetic edits to update copyright headers and word-wrap documentation.

2009-04-20  Allan Caffee  <allan.caffee@gmail.com>

	AX_CVS,AX_DIST_MSI: Rewritten to use AX_ADD_AM_MACRO_STATIC.
	These changes have not been tested very well since I don't have the software
	setup to use either one.  It's also worth mentioning that AX_DIST_MSI appears
	to use GNU Make syntax which will cause Automake to complain unless portability
	warnings are disabled.

	Please feel free to modify this patch and commit message as necessary.

	AX_DIST_RPM (and dependent macros) Modified to use AX_ADD_AM_MACRO_STATIC.
	The macros AX_UPLOAD, AX_INSTALL_FILES, and AX_EXTRA_DIST which are often used
	in conjunction with AX_DIST_RPM were also updated to use
	AX_ADD_AM_MACRO_STATIC.

	Thanks go to Ralf Wildenhues for the idea of adding local cleanup and
	distribution targets as prerequisites the *-local/*-hook targets.

	AX_ADD_AM_MACRO_STATIC: Added a new macro and helpers.
	This new macro adds some text to the file aminclude_static.am when *Autoconf*
	is run.  The current macro AX_ADD_AM_MACRO writes text to the file
	`aminclude.am' when _configure_ is run.  Unfortunately this means that a) the
	existing macro append Make code rather than Automake code as the name would
	imply and b) only works for implementations of Make which allow includes, BSD
	Make and GNU Make are the only ones that come to mind.

	Hopefully this new macro will eventually replace the existing one altogether
	because it allows Automake to do the actual work thereby offering more portable
	Makefiles and pushing logic out of configure conditionals and into
	AM_CONDITIONALs.  However, in an attempt to avoid breaking existing Autoconf
	scripts those macros have been left unchanged for the time being.

2009-04-20  Gabriele Bartolini  <gabriele.bartolini@devise.it>

	AX_PROG_MD5SUM: initial version

2009-04-19  Peter Simons  <simons@cryp.to>

	AUTHORS: updated after recent changes to AX_ENABLE_BUILDDIR

2009-04-19  Alan Jenkins  <alan-jenkins@tuffmail.co.uk>

	AX_ENABLE_BUILDDIR: Add support for "dist-bzip2" target and friends
	We already get a special toplevel Makefile rule for "dist", which
	copies the tarball from the build directory to the source directory.

	Many projects publish tarballs compressed using Bzip2 to save a bit
	more bandwidth.  Automake provides a "dist-bzip2" rule for this
	purpose, and many others for different compression methods.
	Unfortunately the rules don't all match the file extensions (dist-bzip
	makes .bz2).  So for dist-foo rules, just copy *all* the tarballs.
	Ugly, but useful.

	AX_ENABLE_BUILDDIR: Fix "make distclean" toplevel Makefile target
	$ ./configure; make
	...
	MAKE i686-pc-linux-gnu : 0 * distclean
	make[1]: Entering directory `/home/alan/bootup/src/module-init-tools/build'
	rm -f doc/*.tmp manpage.refs manpage.links
	make[1]: Leaving directory `/home/alan/bootup/src/module-init-tools/build'
	MAKE i686-pc-linux-gnu : 0 * distclean (all local builds)
	# rm -r .
	# (sleep 3)
	rm -r .
	rm: cannot remove directory `.'

	The problem is the method used to determine which builddirs are local,
	and therefore should removed by "make distclean".  It relies on them
	starting with "./", but they don't :-).  Instead, we can assume that
	non-local directories will start with "/" or "../".

	AX_ENABLE_BUILDDIR: Prevent multiple dist-all targets in top-level Makefile
	$ ./configure; make
	...
	Makefile:852: target `dist-all' given more than once in the same rule.

	The macro generates additional X-all targets, meaning "make target X in
	all build directories".  My source Makefile includes a rule like this:

	    dist dist-all: ...

	It gets converted to

	    dist dist-all dist-all:

	When what we really want is this

	    dist dist-all:

	AX_ENABLE_BUILDDIR: Fix ":=" assignments in top-level generated Makefile
	The sed script which generates the top-level Makefile from the Makefile
	in the build directory is flawed.  It treats an assignment of the form
	"TESTSUITE := ..." as a makefile rule - because it contains ":".

	$ make
	...
	MAKE  : 1 * TESTSUITE
	make[1]: Entering directory `/home/alan/bootup/src/module-init-tools/build'
	make[1]: *** No rule to make target `TESTSUITE'.  Stop.

	Fix the sed script to skip the rule-related commands for lines which
	contain ":=".  As a cleanup, we can also skip the rule-related commands
	for lines which do not contain ":".  That simplifies those commands,
	because they don't need to test for ":" themselves.

	AX_ENABLE_BUILDDIR: Fix builds configured from a subdirectory
	I would like to be able to bypass ENABLE_BUILDDIR and configure a
	subdirectory myself, without generating a toplevel Makefile.
	(This is for an unusual automated testsuite which tests behaviour
	with different configure options, and compiles with -DJUST_TESTING
	to build a testable version of the program).

	$ mkdir build; cd build; ../configure
	...
	config.status: executing buildir commands
	config.status: create top_srcdir/Makefile guessed from local Makefile
	config.status: build in yes (HOST=)
	...
	$ cd ..; make
	MAKE i686-pc-linux-gnu : 0 * all-all
	/bin/bash: line 9: cd: yes: No such file or directory
	make: *** [all-all] Error 1

	Also:
	./configure --disable-builddir
	...
	config.status: executing buildir commands
	config.status: keeping top_srcdir/Makefile from earlier configure
	...

	Which should really be:

	config.status: executing buildir commands
	config.status: leaving top_srcdir/Makefile untouched

	AX_ENABLE_BUILDDIR: Fix path for config.guess
	Using this macro, I get a warning that config.guess can't be found.
	It doesn't cause a problem for me because I'm not cross-compiling
	for multiple hosts, but it is annoying.

		$ ./configure
		...
		$ make
		sh: Can't open ../config.guess
		...

	Reason: ".." is "$AUX".
	The top-level makefile is generated *after* the configure script reruns
	itself in the build directory.  At that point, AUX is equal to "..".

	Solution: use AM_AUX_DIR_EXPAND to generate an absolute version of
	ac_aux_dir.

2009-04-19  Toni Corvera  <outlyer@gmail.com>

	AX_BOOST_{THREAD,PROGRAM_OPTIONS}: replace non-portable shell constructs
	The mentioned files contain a non-portable shell construct, brace expansion
	(e.g. dash and FreeBSD's sh don't support it). I guess the other ax_boost_<lib>
	macro files contain similar stuff but I'm not using any other boost libs so I'd
	rather not mess with them.

2009-04-19  Michael McMaster  <email@michaelmcmaster.name>

	AX_C99_INLINE: initial version
	The macro determines whether the "inline" keyword of a C99 compiler is
	standards compliant or not.  I am using this macro support differences
	between gcc 4.2 (and earlier) and gcc 4.3 (and later) when using the
	"-std= c99" option.  It may also be useful for other compilers.  (For
	details of the differences between the compiler versions refer to
	http:// gcc.gnu.org/gcc-4.3/porting_to.html "Sematic change of extern
	inline")

	Example configure.ac:

	  AC_INIT([foo], [0.1])
	  AM_INIT_AUTOMAKE

	  AC_PROG_CC
	  AC_PROG_CC_C99
	  if test "$ac_cv_prog_cc_c99" == "no"; then
	    AC_MSG_ERROR([A C99 compiler is required.])
	  fi

	  AX_C99_INLINE

	  AC_CONFIG_HEADERS([config.h])
	  AC_CONFIG_FILES([Makefile])
	  AC_OUTPUT

	Example source file foo.h:

	  #ifdef HAVE_C99_INLINE
	  inline int myFunction(int a) { return a + 1; }
	  #else
	  static inline int myFunction(int a) { return a + 1; }
	  #endif

	Example source foo.c:

	  extern inline int myFunction(int a);

2009-04-19  Reuben Thomas  <rrt@sc3d.org>

	LUA: minor updates

2009-04-19  Andreas Saebjoernsen  <andreas.saebjoernsen@gmail.com>

	AX_BOOST: added support for Wave
	Updated macros due to link dependencies required in AC_CHECK_LIB.
	AX_BOOST_FILESYSTEM requires the BOOST_SYSTEM library while
	AX_BOOST_WAVE requires BOOST_THREAD_LIBRARY to link.

2009-04-19  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	Improved documentation.

	AX_PROG_BISON, AX_PROG_FLEX: bugfixes

2009-04-19  Bogdan  <bogdandr@op.pl>

	AC_PROTOTYPE: added proper call to AC_SUBST()
	This patch updates the AC_PROTOTYPE_DEFINES() function to call
	AC_SUBST() to substitute the correct values in the configure-generated
	files. This is required if you want to distribute a public header file
	that depends on some target system property.

2009-04-19  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_GCC_VERSION: bugfix

2009-04-19  Peter Simons  <simons@cryp.to>

	AX_F90_*: update copyright lines

2009-04-19  Luc Maisonobe  <luc@spaceroots.org>

	AX_F90_*: fix cached variable warnings
	Autoconf 2.63 generates warnings when cached variable names have no _cv_
	in them.

2009-04-19  Mats Kindahl  <mats@sun.com>

	AX_PERL_EXT_FLAGS: embedding Perl into a project using Autotools

2009-04-19  Joshua Judson Rosen  <jrosen@ll.mit.edu>

	AX_PROG_DOXYGEN: bugfix
	A collegue of mine recently ran into a problem: some "[]" syntax appear
	to be leaking through when autoconf generated ./configure. Actually, it
	was that a string was over-quoted and was thus not being expanded when
	it should have. In some circumstances, it looks like the bug is `mostly
	silent' (save for some bogus output in config.log), but we have seen
	autoconf fail as a result of the "[]" being taken as an (invalid)
	regexp.

2009-04-05  Reuben Thomas  <rrt@sc3d.org>

	lua.m4: initial version

2009-04-05  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_PROG_PERL_VERSION, AX_PROG_PYTHON_VERSION: improved documentation

2008-11-07  Sebastian Waschik  <sebastian.waschik@gmx.de>

	AC_CXX_HAVE_VECTOR_AT: bugfix
	Compilation of the test program failed even if the feature is available.

2008-11-07  Rhys Ulerich  <rhys.ulerich@gmail.com>

	Updated AX_TRILINOS macros.

2008-10-08  Peter Simons  <simons@cryp.to>

	AX_CHECK_GL: updated to latest versions from Braden McDaniel

2008-08-25  Dennis Felsing  <dennis@felsin9.DE>

	MP_WITH_CURSES: fix recently introduced bug

2008-08-24  Fabien Coelho  <autoconf.archive@coelho.net>

	AX_LIB_NETTLE: Support for another cryptographic library, "nettle".

2008-08-19  Rhys Ulerich  <rhys.ulerich@gmail.com>

	AX_TRILINOS_*: Test for the Trilinos libraries.
	AX_TRILINOS_AMESO, AX_TRILINOS_BASE, AX_TRILINOS_EPETRA, and
	AX_TRILINOS_TEUCHOS are modeled after the boost library macros.

	ACLTX_CLASS_CWEB: various improvements

2008-08-19  Fabien Coelho  <fabien.coelho@ensmp.fr>

	AC_LIB_*CRYPT*: renamed to ax_lib_*crypt*
	Renamed the recently submitted AC_LIB_*CRYPT* macro to use an AX_LIB
	prefix. Also, the AX_LIB_CRYPTO macro will now find the IDEA algorithm.

2008-08-06  Fabien COELHO  <fabien@coelho.net>

	AC_LIB_{BEECRYPT,CRYPTO,GCRYPT}: check for cryptographic libraries
	These 3 macros check for cryptographic libraries and list their
	available algorithms. It is quite basic, but it fits my needs.

2008-08-06  Rhys Ulerich  <rhys.ulerich@gmail.com>

	ACLTX_CLASS_CWEB: check the presence of the LaTeX cweb package
	This is a one-off version of Boretti's excellent ACLTX_CLASS autoconf
	macro. The macro checks for the presence of the LaTeX cweb package
	(http://www.ctan.org/tex-archive/help/Catalogue/entries/cweb-latex.html).
	The LaTeX cweb package requires some additional boilerplate that would
	normally be generated by CWEB:

	  \input cwebmac
	  \documentclass{cweb}
	  \begin{document}
	  \M{1}
	  \end{document}
	  \fi
	  \fin

2008-07-25  Jaroslav Hajek  <highegg@gmail.com>

	ACX_LAPACK: fix typo
	This patch for Steven Johnson's acx_lapack.m4 fixes a typo and adds a
	missing statement. I believe that the BLAS_LIBS="" statement should be
	there, so that if BLAS is not found, the rest of the test is skipped and
	LAPACK_LIBS is nullified, which makes sense.

2008-06-18  Jaroslav Hajek  <highegg@gmail.com>

	ACX_BLAS_F77_FUNC: bug fixes
	This patch corrects a few cosmetic bugs and adds also the missing checks
	for REAL and INTEGER return values (I have recently seen a case when
	only REALs were broken due to promoting them to double precision).

2008-06-02  Guido U. Draheim  <guidod@gmx.de>

	AX_CREATE_PKGCONFIG_INFO: fix misspelled variable name

2008-05-16  Julian Cummings  <cummings@cacr.caltech.edu>

	AC_COMPILE_CHECK_SIZEOF: bugfix
	There was a typo regarding the optional EXTRA_SIZES argument.

2008-05-16  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_GCC_INSTALL_DIR and AX_GCC_LIB*: one update and three new submissions

2008-05-07  Peter Simons  <simons@cryp.to>

	AX_HAVE_EPOLL: cosmetic improvement to error message

2008-05-05  Francesco Salvestrini  <salvestrini@gmail.com>

	AX_WITH_*: improvements to the documentation

2008-05-03  Peter Simons  <simons@cryp.to>

	AX_HAVE_EPOLL: bugfix
	Don't print a warning when run an a non-Linux machine.

	AX_CONFIG_FEATURE: bugfix

2008-05-02  Peter Simons  <simons@cryp.to>

	AX_HAVE_EPOLL: bugfix
	Don't print a warning every time that macro is run on a non-Linux
	machine.

	AX_HAVE_ADNS: new submission

	AX_HAVE_{EPOLL,POLL,SELECT}: new submissions

2008-05-02  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_WITH_{GUILE,PERL,PROG,PYTHON,RUBY}: improved documentation

2008-04-28  Peter Simons  <simons@cryp.to>

	AC_SET_VERSIONLEVEL: obsolete macro
	This macro appears to be broken. Any attempt to use, i.e.

	  AC_SET_VERSIONLEVEL([foo], [1.1.1])

	results in an error message: "m4_popdef: undefined macro: foo_MICRO". If
	someone knows how to fix this problem, please let me know.

	AX_SET_VERSION_INFO: obsolete macro
	To the best of my understanding, this macro is based on a misconception
	about Libtool's -version-info flag. 

	Apparently, the macro invocation AX_SET_VERSION_INFO([2.4.18]) is
	transformed into "-release 2" and "-version-info 4:18". However, those
	two flags contradict each other. The -release option specifies a version
	number in the sense that we all know and love, but -version-info does
	not: that flag implements a fairly sophisticated scheme meant to express
	binary interface compatibility which is supposed to *replace* -release
	versions. Deriving settings for both of those flags from one number
	doesn't make sense. 

	See "6.2 Libtool's versioning system" for further details.

2008-04-23  Francesco Salvestrini  <salvestrini@gmail.com>

	AX_GCC_INSTALL_DIR: updated to use new AX_GCC_OPTION

2008-04-17  Peter Simons  <simons@cryp.to>

	AC_CXX_*: added various macros for testing C++98 and C++TR1 compliance
	Benjamin Kosnik kindly submitted his macro collection from libstdc++,

	  http://gcc.gnu.org/onlinedocs/libstdc++/manual/backwards.html#backwards.third

	..., for inclusion in the archive.

2008-04-12  Peter Simons  <simons@cryp.to>

	ALL: updated m4 distribution format
	The markup format distributed by the Autoconf Macro Archive underwent
	the following changes:

	 * All archive entries use '#' comment delimiters, rather than 'dnl',
	   because we would like those comments to go into the generated
	   configure script. It should be simple for everyone to determine
	   where the macro came from originally, who wrote it, and where the
	   latest version can be retrieved. To achieve this, every macro used
	   to start with a distinguished line that shows the URL of its
	   respective home page, i.e.:

	   | ##### http://autoconf-archive.cryp.to/ax_prog_acme.html

	   As it happens, the aclocal utility distributed with Automake
	   ignores all comment lines that start with a double hash '##', thus
	   those home page URLs will not make it into any automatically
	   generated aclocal.m4 file. Duh. To remedy the situation, the
	   following markup is now used instead:

	   | # =================================================================
	   | #        http://autoconf-archive.cryp.to/ax_prog_acme.html
	   | # =================================================================

	 * The 2.x versions of the GNU GPL and LGPL contain the following
	   clause:

	   | You should have received a copy of the <GNU LICENSE NAME> along
	   | with this program; if not, write to the Free Software Foundation,
	   | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

	   Version 3.x, however, smartly refers the reader to the Web:

	   | You should have received a copy of the GNU General Public License
	   | along with this program. If not, see <http://www.gnu.org/licenses/>.

	   This patch changes all GPL2 and LGPL2 macros to do the same, i.e.
	   to refer to the GNU web site for the full text of the respective
	   license. 

	 * Since all m4 files had to be changed in this commit anyway, the
	   opportunity was used to increase the auto-fill column for
	   documentation from 65 to 75 characters per line. It's a trivial
	   change, but it just looks nicer.

2008-03-31  Jaroslav Hajek  <highegg@gmail.com>

	ACX_BLAS_F77_FUNC, ACX_BLAS_WITH_F77_FUNC: initial submission
	Both macros were tested on a machine with gfortran but
	g77-compiled (system-supplied) BLAS and worked as expected.

2008-03-31  Steven G. Johnson  <stevenj@alum.mit.edu>

	ACX_BLAS: added recognition of Intel MKL and Apple vecLib library

2008-03-31  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_GCC_VERSION, AX_GXX_VERSION: initial submission

2008-03-30  Sean Geoghegan  <seangeo@gmail.com>

	AX_LIB_SQLITE3: fixed a bug in the automatic directory detection
	The auto-detected CPP flags and LD flags for sqlite3 were being
	assigned to the wrong variables.

2008-03-30  Dilyan Palauzov  <Dilyan.Palauzov@aegee.org>

	BERKELEY_DB: silence autoheader 2.61 warning

2008-03-30  Thomas Porschberg  <thomas@randspringer.de>

	AX_BOOST_BASE: add support for --with-boost-libdir
	This patch originated in the PDFedit project [1]. It adds the capability to
	specify the library path explicitly using the `--with-boost-libdir=LIB_DIR'
	flag. This is required, for example, on platforms that offer both 32 and 64
	bit versions of the libraries, but in different directories.

	[1] http://sourceforge.net/projects/pdfedit

2008-03-01  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	MP_WITH_CURSES: removed autoheader warnings

	AX_PROG_FLEX: test whether AC_PROG_LEX found flex (initial version)

	AX_PROG_BISON: test whether AC_PROG_YACC found bison (initial version)

2008-03-01  Mateusz Loskot  <mateusz@loskot.net>

	AX_LIB_XERCES: updated

2008-02-21  Francesco Salvestrini  <salvestrini@gmail.com>

	AX_PATH_MISSING: added missing 'unset' and improved documentation

2008-02-20  Peter Simons  <simons@cryp.to>

	AX_RUBY_DEVEL: Corrected spelling of the author's name.
	It's Rafal Rzepecki, where the last 'l' really is an &lslash; from
	ISO-8859-2. Unfortunately, that character cannot be used easily in m4
	macros. 

	Note that this macro has been derived from AC_PYTHON_DEVEL, but does not
	depend on it.

	AX_LIB_XML_SECURITY: added link to project home page

2008-02-20  Alexander Petry  <petry@itwm.fhg.de>

	AX_LIB_XML_SECURITY: detect Apache Xml-Security C++ library (initial version)
	This macro is based on Mateusz Loskot's AX_LIB_XERCES.

2008-02-20  Daniel Casimiro  <dan.casimiro@gmail.com>

	AX_BOOST_SYSTEM: detect Boost.System library (initial version)

2008-02-20  Francesco Salvestrini  <salvestrini@gmail.com>

	AX_PATH_MISSING: added missing dereferencing

2008-02-12  Rafa Rzepecki  <divided.mind@gmail.com>

	AX_RUBY_DEVEL: detect Ruby development environment (initial version)

2008-01-29  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	Re-released recent additions under an all-permissive license and added listed Dustin J. Mitchell as joint copyright holder of AX_WITH_PROG.

2008-01-29  Mateusz Loskot  <mateusz@loskot.net>

	AX_LIB_POSTGRESQL: bugfix

2008-01-28  Francesco Salvestrini  <salvestrini@gmail.com>

	Major re-factoring of Perl, Guile, Python, and Ruby detection macros.
	The new submission AX_WITH_PROG generalizes the technique employed by the
	original AX_WITH_PYTHON to allow for detecting generic executables. Based on
	that macro, trivial wrappers are provided for finding installed versions of
	Perl, Guile, Python, and Ruby.

	NOTE: The earlier version of AX_WITH_PYTHON performed a version check. The
	AX_WITH_PROG-based macros don't do that. Instead, separate macros are available
	for Perl, Guile, Python, and Ruby that check the version of a given executable
	in a second, independent step.

2008-01-28  Sven Verdoolaege  <skimo@kotnet.org>

	AX_CREATE_PKGCONFIG_INFO: updated e-mail address

2008-01-28  Peter Simons  <simons@cryp.to>

	AX_COMPARE_VERSION: cosmetic change
	Removed the reference to AX_PATH_BDB from the documentation in order to
	generate a neater cross-reference graph. The macro's HTML page refers to
	that macro anyway.

2008-01-28  Duncan Simpson  <dps@simpson.demon.co.uk>

	DPS_LIBGCJ_JAR: find classpath built into gcj (initial version)

	DPS_XTRA_CLASSPATH: detect classpath required to find a class in a jar file (initial version)

	DPS_JAVA_CHECK_CLASS: test if a Java class is available (initial version)

	DPS_CHECK_PLUGIN: find a compatible version of plugin.jar (initial version)

2008-01-28  Andy Kitchen  <agimbleinthewabe@gmail.com>

	AX_LLVM: detect LLVM (initial version)

2008-01-28  Francesco Salvestrini  <salvestrini@gmail.com>

	AX_COMPARE_VERSION: Added AC_PROG_AWK call and replaced use of awk with $AWK.

2008-01-10  Dustin J. Mitchell  <dustin@zmanda.com>

	AC_CHECK_DOCBOOK_XSLT(_MIN): minor updates

2007-12-18  Jean-Louis Martineau  <martineau@zmanda.com>

	AC_CHECK_DOCBOOK_DTD: minor portability fix

2007-12-06  Mateusz Loskot  <mateusz@loskot.net>

	AX_LIB_EXPAT: initial submission

2007-12-06  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_MISSING_PROG: improved the documentation

2007-12-03  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_MISSING_PROG, AX_PATH_MISSING: re-factored for improved modularity
	Added a new macro AX_MISSING_PROG that wraps AM_MISSING_PROG (from
	Automake) and modified AX_PATH_MISSING to wrap AX_MISSING_PROG. The
	change is transparent for users of the previous version. 

	The names used in the macro-chain are confusing, but I didn't find a
	better solution. Suggestions are welcome.

2007-12-03  Christophe Tournayre  <turn3r@users.sourceforge.net>

	AX_COUNT_CPUS: added MacOS X support

2007-11-30  Christophe Tournayre  <turn3r@users.sourceforge.net>

	AX_EXT: new submission to detect the supported SIMD extensions

	AX_CPU_VENDOR: new submission to detect the cpu vendor

	AX_CPU_FREQ: new submission to detect the cpu frequency

	AX_CACHE_SIZE: new submission to detect L1 and L2 cache sizes

2007-11-30  Mateusz Loskot  <mateusz@loskot.net>

	AX_LIB_FIREBIRD: new submission to detect the Firebird client library

	AX_LIB_ORACLE_OCI: various improvements
	Users who update from an earlier version should be aware of the fact that the
	result variable has been renamed from HAVE_ORACLE to HAVE_ORACLE_OCI.

2007-11-30  Francesco Salvestrini  <salvestrini@users.sourceforge.net>

	AX_{C,CPP,CXX,CXXPP,LD}_CHECK_FLAG: Check flags supported by the tool-chain.
	The new submissions generalize the functionality provided by AX_GCC_OPTION.

2007-11-22  Pierre Hebert  <pierrox@pierrox.net>

	BNV_HAVE_QT: provide QT_LRELEASE and QT_LUPDATE variables

2007-11-22  Bogdan Drozdowski  <bogdandr@op.pl>

	AX_GCC_OPTION: improved portability by providing a dummy file to compile

2007-11-22  Thomas Porschberg  <thomas@randspringer.de>

	AX_BOOST_*: bug fixes for MinGW and FC

2007-11-22  Mateusz Loskot  <mateusz@loskot.net>

	AX_LIB_XERCES: initial version

2007-09-09  Peter Simons  <simons@cryp.to>

	New macros to test for various assemblers, like nasm, yasm, etc.

2007-08-21  Peter Simons  <simons@cryp.to>

	AX_ENABLE_BUILDDIR: Bump modification date to obsolete the reverted version.

	AX_ENABLE_BUILDDIR: Revert renaming of variable HOST to BUILD.
	Further discussion on the Autoconf mailing list has reached the
	following consensus: although BUILD is the right choice in most
	cases, in case of cross-compilation it is not. Cross-compilation
	needs HOST to be set, so the original version of this macro is
	the safer choice. This patch reverts commit
	41da8f494cd209a9836ebeae8f211cb84dde9153.

	An unpleasant property of HOST is that most shell environments
	define that variable to the local hostname. When configure uses
	$HOST as a default setting, however, that is not what it expects
	to find -- HOST is supposed to be config.guess tripple. Thus, the
	user is forced to specify HOST explicitly or to undefine $HOST in
	the shell before calling configure. That's a bit of mess. Bright
	ideas and patches are welcome.

2007-08-17  Julian Cummings  <cummings@cacr.caltech.edu>

	AX_COMPILER_VENDOR: added support for Pathscale compiler

2007-08-09  Julian Cummings  <cummings@cacr.caltech.edu>

	AX_F90_MODULE_FLAG: drop support for -module flag
	It turns out that in Version 3.0 of the Pathscale Fortran
	compiler they have "clarified" the meaning of the -module flag to
	only be for setting the directory where *.mod files are written.
	In version 3.0, you can only use -module once in a command line,
	and if you use it, then the compiler will look there first for
	module files to be read before looking in the -I directories.
	Thus, it really is best to just use the -I flag here and let the
	user add one specific -module option only if they want or need to
	redirect module output files.

	This commit reverts 5ba234dd8f69456238e7718d4f3a7c116639e373.

2007-08-04  raf  <raf@raf.org>

	AC_RAF_FUNC_WHICH_GETSERVBYNAME_R: update to GPL3 (with Autoconf exception)

2007-08-04  Alan Woodland  <ajw05@aber.ac.uk>

	AX_TLS: update license to GPL3 (with Autoconf exception)

2007-08-04  Oren Ben-Kiki  <oren@ben-kiki.org>

	AX_PROG_DOXYGEN: re-release all-permissive

2007-08-04  Tal Shalif  <tal@shalif.com>

	AC_PKG_MICO: re-release all-permissive

2007-08-04  Dustin J. Mitchell  <dustin@cs.uchicago.edu>

	AZ_PYTHON: re-release all-permissive
	Robert White agreed as well.

2007-08-04  Julian Cummings  <cummings@cacr.caltech.edu>

	AX_F90_MODULE_FLAG: support -module PGI compiler flag
	I have "-module " to the list of compiler options that is tried
	in order to support the PGI Fortran compiler. Without this
	change, the PGI compiler actually accepts "-I" and passes the
	test. However, this option is actually meant for setting the
	include file search path to find files that are included with the
	Fortran INCLUDE statement. Although the -I flag works in this
	case because there are no -module options on the command line,
	things will not work correctly if the user does bring in the
	-module option on the actual compile command line.

2007-08-04  Peter Simons  <simons@cryp.to>

	AX_ENABLE_BUILDDIR_UNAME: Obsoleted.
	This macro duplicates the functionality of the standard Autoconf macro
	AC_CANONICAL_BUILD. Kindly pointed out by Julian C. Cummings.

	AX_PREFIX_CONFIG_H: stripped invalid e-mail address
	Marten Svantesson's e-mail address has become invalid. If anyone
	knows how to reach him, please let me know.

2007-08-04  Julian Cummings  <cummings@cacr.caltech.edu>

	AX_ENABLE_BUILDDIR: Renamed variable HOST to BUILD.
	The patch universally replaces "host" with "build" and "HOST"
	with "BUILD". The rationale is that typically the user wishes to
	segregate builds based upon the BUILD target rather than the
	configuration HOST type. Now that these host and build variables
	are treated as more fully distinct in Autoconf, it makes sense to
	honor this distinction.

2007-07-31  Peter Simons  <simons@cryp.to>

	AC_PYTHON_DEVEL: re-released under GPL3 (with autoconf exception)

2007-07-31  Mark Pulford  <mark@kyne.com.au>

	MP_WITH_CURSES: re-released under GPL3 (with autoconf exception)

2007-07-31  Uwe Mayer  <merkosh@hadiko.de>

	MERK_PROG_TCL: re-released under GPL3 (with autoconf exception)

	AX_PROG_TCL: re-released under GPL3 (with autoconf exception)

2007-07-31  Kaveh Ghazi  <ghazi@caip.rutgers.edu>

	AC_COMPILE_CHECK_SIZEOF: re-released under GPL3 (with autoconf exception)

2007-07-29  Steven G. Johnson  <stevenj@alum.mit.edu>

	updated from GPL2 to GPL3 (with autoconf exception)

2007-07-29  Ruslan Shevchenko  <Ruslan@Shevchenko.Kiev.UA>

	RSSH_CHECK_OFF64_T: updated from LGPL2 to LGPL3

2007-07-29  Paul Gilmartin  <pg@sweng.stortek.com>

	CF_EBCDIC: updated license from gpl2 to gpl3 (with autoconf exception)

2007-07-29  Bruce Korb  <bkorb@gnu.org>

	AG_CHECK_*: re-released under all-permissive license

2007-07-29  Vaclav Slavik  <vaclav.slavik@matfyz.cz>

	BERKELEY_DB: re-released under all-permissive license

2007-07-29  Tim Toolan  <toolan@ele.uri.edu>

	AX_COMPARE_VERSION, AX_PATH_BDB, AX_PATH_MILTER: re-release all-permissive

2007-07-29  Oskar Liljeblad  <oskar@osk.mine.nu>

	AC_LIB_ID3, AC_LIB_UPNP: re-release under all-permissive license

2007-07-29  Dustin J. Mitchell  <dustin@cs.uchicago.edu>

	Use author attribution "Dustin J. Mitchell" consistently.

2007-07-29  Ville Laurikari  <vl@iki.fi>

	AC_LIB_READLINE, AC_PROG_CC_WARNINGS: update license from GPL2 to GPL3

2007-07-29  Peter Simons  <simons@cryp.to>

	Pruned invalid e-mail addresses.
	The following contributors have become unreachable:

	   Mark Elbrecht <snowball3@bigfoot.com>
	   Mark R. Bannister <markb@freedomware.co.uk>
	   Ilguiz Latypov <ilatypov@superbt.com>
	   Matthew D. Langston <langston@SLAC.Stanford.EDU>

	AC_CXX_HAVE_EXT_HASH_MAP, AC_PATH_GENERIC, AC_PATH_LIB: remove invalid e-mail
	The e-mail addresses listed for Perceval Anichini and Angus Lees no longer
	work. If anyone knows how to reach them, please let me know.

2007-07-29  Dustin Mitchell  <dustin@cs.uchicago.edu>

	AX_PYTHON_CONFIG_VAR, AX_WITH_APXS, AX_WITH_PYTHON: release all-permissive

2007-07-28  Peter Simons  <simons@cryp.to>

	ax_c___attribute__.m4: dropped invalid e-mail address
	Christian Haggstrom's e-mail address chm@c00.info is unreachable.

2007-07-28  Thomas Porschberg  <thomas@randspringer.de>

	ax_boost_base.m4: recognize macports installation
	The update reflects that boost library is installed in /opt/local
	for mac users when using macports (macports.org). I got the
	advice from Ernest Turro.

2007-07-27  Peter Simons  <simons@cryp.to>

	AX_CFLAGS_GCC_OPTION: Cosmetic editing for improved HTML hyper-linking.

2007-07-26  Thomas Porschberg  <thomas@randspringer.de>

	AX_BOOST: obsoleted in favor of modular macros
	The macro AX_BOOST is deprecated. All users should use
	AX_BOOST_BASE and the specific macros like ax_boost_date_time.m4,
	etc.

	AX_BOOST_*: adapted for naming convention in Boost version 1.34

2007-07-26  Pete Greenwell  <pete@mu.org>

	AX_BOOST_ASIO: initial version
	The asio library is not yet a part of the latest boost library
	collection, but will be shipped with version 1.35.

2007-07-26  Stepan Kasal  <skasal@redhat.com>

	AX_C___ATTRIBUTE__: fixed for gcc4
	The macro did not work with current gcc. The problem is that gcc4
	does not swallow nested function, so the declaration and
	definition of the test function had to be moved from the body of
	main() to the prologue of conftest.c.

2007-07-24  Mikael Lepistö  <mikael.lepisto@tut.fi>

	ax_boost*.m4: fix library detection when compiling with -pedantic
	When running the Boost macros with the "-pedantic" compiler
	switch, they fail. It seems that the problem is a multiply
	defined "main" function in the generated test program. I changed
	the call to AC_CHECK_LIB to use "exit" instead of "main", which
	seems to work reliably.

2007-07-19  Alan Woodland  <ajw05@aber.ac.uk>

	AX_TLS: initial version
	The attached macro attempts to detect compiler support for TLS
	storage class extensions and how to use that extension. It then
	defines the macro TLS to the keyword it found.

2007-07-18  Peter Simons  <simons@cryp.to>

	AX_BOOST_*, AX_PYTHON: Michael Tindal's e-mail address is invalid.
	The address <mtindal@paradoxpoint.com> no longer works because the
	domain name paradoxpoint.com appears to have expired. If anyone knows
	how to reach Michael these days, please let me know. Thanks to Mikael
	Lepistö for bringing this problem to my attention.

2007-07-18  Mikael Lepistö  <mikael.lepisto@tut.fi>

	AX_PYTHON: added support for python 2.5

2007-06-27  Dustin J. Mitchell  <dustin@zmanda.com>

	Bug fix for Solaris 9.
	One of our users noticed some strange output on Solaris 9 from
	this macro. It looks like it was a fairly trivial typo, executing
	$1 (a list of headers) instead of $2 (optional shell commands).

2007-06-01  Peter Simons  <simons@cryp.to>

	release 2007-06-01

2007-06-01  Noah Slater  <nslater@bytesexual.org>

	AX_PATH_MISSING: Check whether a given program exists in path.

2007-05-15  Peter Simons  <simons@cryp.to>

	Use consistent author attribution for Zmanda Inc.

2007-05-12  Alex Pletzer  <pletzer@txcorp.com>

	There is an error at line:
	 | if test "$ax_flag" = "not found" ; then

	in ax_f90_module_flag.m4. It should read:

	 if test "$ax_f90_modflag" = "not found" ; then

2007-05-10  Peter Simons  <simons@cryp.to>

	ax_f90_module_extension.m4: portability fix
	Luc Maisonobe <luc.maisonobe@free.fr> wrote:

	 > Alexander Pletzer <pletzer@txcorp.com> found an error in the
	 > AX_F90_MODULE_EXTENSION. As far as I understand, due to some
	 > leading blanks in the fortran code snippet, some compilers
	 > switched to fixed form fortran and failed to compile the code.
	 > So he added a simple fortran90-only comment to make sure the
	 > compiler stay in F90 mode.

2007-05-09  Peter Simons  <simons@cryp.to>

	AC_CHECK_DOCBOOK_XSLT_MIN: consistency edits

	AC_CHECK_DOCBOOK_XSLT_MIN: new submission

2007-04-19  Peter Simons  <simons@cryp.to>

	Added submissions from Dustin J. Mitchell <dustin@zmanda.com>: AC_CHECK_DOCBOOK_DTD, AC_CHECK_DOCBOOK_XSLT, and AC_PROG_XSLTPROC.

2007-03-23  Peter Simons  <simons@cryp.to>

	ax_boost_thread.m4: improved platform recognition.

	ax_boost_test_exec_monitor.m4: Fixed usage description.

2007-03-22  Peter Simons  <simons@cryp.to>

	ax_boost_test_exec_monitor.m4: New submission from Dodji Seketeli.

2007-03-15  Peter Simons  <simons@cryp.to>

	ax_boost.m4, ax_boost_base.m4: Updated help messages.
	Thomas Porschberg updated the help messages to reflect the
	defaults correctly. Boost is now enabled unless specified
	otherwise.

2007-03-12  Peter Simons  <simons@cryp.to>

	ax_boost*.m4: Portability improvements.
	Joerg Sonnenberger reported a problem:

	 | This fails on a number of systems because in
	 |
	 |     AC_CHECK_LIB($ax_lib, main, [BOOST_REGEX_LIB=$ax_lib break])
	 |
	 | the BOOST_REGEX_LIB a local variable for break. Can you fix
	 | that macro to use two statements? Try running this with bash3
	 | in native mode for example.

	Thomas Porschberg submitted the new versions in
	<20070312215212.6da63127@jeschken.quark.de>.

2007-02-18  Peter Simons  <simons@cryp.to>

	Received new submission: rssh_check_off64_t.m4.

	Imported http://autoconf-archive.cryp.to/ release 2007-02-14.
