Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 66afa435e69208afc502bc545e35ea83 > files > 527

autoconf-archive-2014.02.28-3.mga5.noarch.rpm

# Copyright (c) 2014 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.

2014-02-28  Dmitrij D. Czarkoff  <czarkoff@gmail.com>

	AX_LUA: OpenBSD support

2014-02-28  Peter Simons  <simons@cryp.to>

	AX_PREFIX_CONFIG_H: cosmetic

2014-02-28  Reuben Thomas  <rrt@sc3d.org>

	ax_prefix_config_h.m4: update documentation
	Remove references to earlier AC_PREFIX_CONFIG_H macro, of which the
	net no longer has more than the faintest trace. Clarify the purpose at
	the start of the documentation, and improve the English a little.

2014-02-24  Peter Simons  <simons@cryp.to>

	AX_RUBY_EXT: fix formatting of the license text

2014-02-24  Thomas Klausner  <tk@giga.or.at>

	AX_PERL_EXT: report back the installation prefix as PERL_EXT_PREFIX

2014-02-24  Reinhard Prix  <reinhard.prix@aei.mpg.de>

	AX_EXT: handle case where AX_GCC_X86_CPUID(0x00000001) returns 'unknown'

2014-02-24  Sebastian Freundt  <hroptatyr@fresse.org>

	ax_zoneinfo.m4: put AIX zoneinfo path into search path
	This changeset will allow AX_ZONEINFO to find the zoneinfo files
	on AIX >=6.1.

2014-02-24  Li-Wen Hsu  <lwhsu@lwhsu.org>

	AX_LUA: FreeBSD support

2014-02-24  Peter Simons  <simons@cryp.to>

	AX_PYTHON_DEVEL: add SYSLIBs to PYTHON_EXTRA_LIBS
	This patch is needed when the python library has been built statically. The
	math symbols like sin, cos, etc are left undefined in the .a file so we must
	inform the user of the library to link against libm, whose linker
	argument (-lm) is defined under SYSLIBS.

	Further details are at <https://savannah.gnu.org/patch/?8309>.

2014-02-24  Enrico M. Crisostomo  <enrico.m.crisostomo@gmail.com>

	AX_CXX_HAVE_REF: initial version

	AX_CXX_HAVE_MEM_FN: initial version

	AX_CXX_HAVE_IS_PLACEHOLDER: initial version

	AX_CXX_HAVE_IS_BIND_EXPRESSION: initial version

	AX_CXX_HAVE_HASH: initial version

	AX_CXX_HAVE_FUNCTION: initial version

	AX_CXX_HAVE_CREF: initial version

	AX_CXX_HAVE_BIT_XOR: initial version

	AX_CXX_HAVE_BIT_OR: initial version

	AX_CXX_HAVE_BIT_AND: initial version

	AX_CXX_HAVE_BIND: initial version

	AX_CXX_HAVE_BAD_FUNCTION_CALL: initial version

	AX_CXX_HAVE_REFERENCE_WRAPPER: initial version

2014-02-07  Alexander Afanasyev  <alexander.afanasyev@ucla.edu>

	AX_BOOST_BASE: additional fix lib detection on multi-arch systems
	On 32-bit platforms, ${host_cpu} corresponds to a specific cpu, such as
	i386, i486, i586, i686, while Ubuntu 13.10 assumes that for all 32-bit
	platforms libraries are located in lib/i386-gnu-linux folder.

2014-02-07  Leo Davis  <ldavis@speechfxinc.com>

	M4sugar and M4sh added to AX_PROG_JAR, AX_PROG_JAVA, AX_PROG_JAVAC, and AX_PROG_JAVADOC. Also fixed a path discrepancy with AX_JAVA_OPTIONS.
	The discrepancy is AX_JAVA_OPTIONS sets up a variable JAVAPREFIX
	which is described to the user as the "prefix where the Java runtime
	is installed".  Unfortunately, that directory doesn't contain any
	executables, but $JAVAPREFIX/bin does.

	This incorrect path was passed in the value-if-not-found parameter
	of AC_CHECK_PROGS which is incorrect.  I fixed the path and pass it
	in to the path parameter.

2014-02-07  Leo Davis  <ldavis@speechfxinc.com>

	Added M4sh to AX_PROG_JAVAH.
	Removed the changequote also.

2014-02-07  Alexey Sokolov  <sokolov@google.com>

	AX_CXX_COMPILE_STDCXX_11: fix "mandatory" option and add more C++11 feature tests
	See <https://savannah.gnu.org/patch/index.php?8287> for further details.

2014-02-06  Reuben Thomas  <rrt@sc3d.org>

	ax_lib_curl.m4: fix a couple of tiny typos

2014-01-15  Mike Frysinger  <vapier@gentoo.org>

	AX_REQUIRE_DEFINED: new helper for requiring macros exist
	In cases where we want to require that a macro exists, but not call it,
	introduce a new AX_REQUIRE_DEFINED helper.  The existing AC_REQUIRE macro
	will call its argument and does not allow for passing of additional args
	to the macro.

	Once we have this in place, cut a few callers over to it to fix bugs where
	they'd accidentally call other helpers w/out any flags.

2013-12-19  Peter Simons  <simons@cryp.to>

	Add NEWS item and adapt the macro documentation for our HTML renderer.

2013-12-19  Gabriele Svelto  <gabriele.svelto@gmail.com>

	Add a macro to check GCC-compatible variable attributes

	Add a macro for checking GCC-compatible function attributes

	Add a macro for checking GCC-compatible built-in functions

2013-12-15  Cory Fields  <cory-nospam-@coryfields.com>

	AX_BOOST_BASE: fix lib detection on multi-arch systems
	Fixes lib detection on Ubuntu 13.10 x86_64 and likely elsewhere as well.

2013-12-10  Jeremiah Willcock  <jewillco@osl.iu.edu>

	AX_CREATE_PKGCONFIG_INFO: fix cut-and-paste error
	See <http://savannah.gnu.org/patch/?8238> for further details.

2013-12-10  Karl Wette  <karl.wette@ligo.org>

	AX_CHECK_{PREPROC,COMPILE,LINK}_FLAG: add optional INPUT argument
	- for supplying an alternative input source to AC_{PREPROC,COMPILE,LINK}_IFELSE
	- defaults to AC_LANG_PROGRAM(), so fully backward-compatible

2013-12-10  Peter Simons  <simons@cryp.to>

	AX_GCC_ARCHFLAG: fix recognition of UltraSparc IIi
	Further details can be found at <http://savannah.gnu.org/patch/?8235>.

2013-12-01  Akim Demaille  <akim@lrde.epita.fr>

	AX_PREFIX_CONFIG_H: remove debug code accidentally committed earlier

2013-11-26  Akim Demaille  <akim@lrde.epita.fr>

	AX_PREFIX_CONFIG_H: fix several cases of under-quotation

2013-10-27  Olaf Lenz  <olenz@icp.uni-stuttgart.de>

	AX_PROG_CXX_MPI: recognize an MPI C++ compiler
	Further details are at <http://savannah.gnu.org/patch/?8218>.

2013-10-19  Diab Jerius  <djerius@cfa.harvard.edu>

	AX_AM_OVERRIDE_VAR: allow "overriding" of user provided variables for Automake
	See <http://savannah.gnu.org/patch/?8213> for further details.

2013-10-19  Peter Simons  <simons@cryp.to>

	AX_COMPILER_VENDOR: add support for detection of Fujitsu compilers
	See <http://savannah.gnu.org/patch/index.php?8212> for further details.

2013-10-19  Sveinung Kvilhaugsvik  <sveinung84@users.sourceforge.net>

	AX_TRY_RUN_JAVA and AX_TRY_COMPILE_JAVA: Don't delete unrelated files and folders during clean up.

	AX_PROG_SCALA: find the path to and version of Scala

	AX_FIND_SCALA_STDLIB: add support for finding the jar containing the Scala Standard Library

2013-10-18  Peter Simons  <simons@cryp.to>

	AX_{SAVE,RESTORE,SWITCH}_FLAGS: re-instate the copyright notice for Stanford

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

	AX_{SAVE,RESTORE,SWITCH}_FLAGS: cosmetic changes to fix the texinfo pretty-printer

2013-10-05  Bastien ROUCARIÈS  <roucaries.bastien@gmail.com>

	Add more flags to AX_SAVE_FLAGS
	Add more flags to save/restore

2013-10-05  Bastien ROUCARIÈS  <roucaries.bastien@gmail.com>

	Improve save/restore flags
	Add generic list of flags to save/restore

	Add a namespace prefix in order to nest save/restore

2013-10-03  Peter Simons  <simons@cryp.to>

	Fix #serial number.

2013-10-03  Sveinung Kvilhaugsvik  <sveinung84@users.sourceforge.net>

	Add /usr/share/java to ax_xtra_classpath's search path.

	Use AC_PROG_SED in stead of AC_CHECK_PROG(SED, sed)

2013-10-03  Peter Simons  <simons@cryp.to>

	AX_FIND_JUNIT: fix #serial number

	AX_FIND_HAMCREST: fix #serial number

2013-10-03  Sveinung Kvilhaugsvik  <sveinung84@users.sourceforge.net>

	Add support for detecting a Scala compiler

	Add support for finding the jars of JUnit and Hamcrest.
	If JUnit don't include its dependency Hamcrest it will look for it.

	Fix spelling of "available".

2013-10-03  Daniel Richard G  <skunk@iSKUNK.ORG>

	AX_PTHREAD: add support for Clang
	Further details can be found at <http://savannah.gnu.org/patch/?8186>.

2013-10-02  Peter Simons  <simons@cryp.to>

	Bump #serial number after recent changes.

2013-09-29  Bastien ROUCARIÈS  <roucaries.bastien@gmail.com>

	Correct a typo in ax_with_curses.m4
	s/AX_MSG_ERROR/AC_MSG_ERROR/g

2013-09-12  Peter Simons  <simons@cryp.to>

	AX_GCC_LIBRARIES_DIR: mark obsolete because it depends on the obsolete AX_GCC_OPTION macro

	AX_GCC_VERSION: mark obsolete because it depends on the obsolete AX_GCC_OPTION macro

2013-08-31  Arto Bendiken  <arto@bendiken.net>

	AX_PROG_JAVA_WORKS: add current directory to -classpath list
	See <http://savannah.gnu.org/patch/?8171> for further details.

2013-08-24  Daniel Casimiro  <dan.casimiro@gmail.com>

	Boost: add macros to detect Boost.Log and Boost.Coroutine

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

	AX_PROG_PERL_VERSION: fix detection of recent perl versions
	Recent perl versions have parens around the version string. See
	http://savannah.gnu.org/patch/?8144 for further details.

2013-08-24  Kevin Cernekee  <cernekee@gmail.com>

	AX_JNI_INCLUDE_DIR: Try searching $JAVA_HOME first
	JAVA_HOME is a standard way to indicate the path to the JDK.  If it
	isn't defined, fall back to the old $JAVAC method.

	Also, if javac is already in the PATH, don't force the user to
	explicitly set $JAVAC.

2013-08-24  Kevin Cernekee  <cernekee@gmail.com>

	AX_JNI_INCLUDE_DIR: Use AC_CHECK_FILE for jni.h existence checks
	Using AC_CHECK_FILE provides helpful diagnostic output to the user in
	case the check fails:

	    checking for /foo/bar/jdk1.23/include/jni.h... no
	    checking for /foo/bar/include/jni.h... no
	    configure: error: cannot find JDK header files

2013-08-24  Arto Bendiken  <arto@bendiken.net>

	AX_PROG_JAVAH: fix AC_CANONICAL_TARGET warnings
	Further detail is available at <http://savannah.gnu.org/patch/?8168>.

2013-07-16  Peter Simons  <simons@cryp.to>

	ax_cxx_namespaces.m4: avoid non-ASCII characters in comment section

2013-07-16  Bastien Roucariès  <roucaries.bastien+autoconf@gmail.com>

	AX_CXX_NAMESPACES: prefer AC_COMPILE_IFELSE internally

2013-07-06  Michael Petch  <mpetch@capp-sysware.com>

	AX_EXT: determine if the OS actually supports AVX
	AX_EXT checks for different SIMD variants on a CPU. It checks for AVX, but
	doesn't go far enough to actually be useful in some cases. It is possible to be
	on a CPU with AVX support and the OS doesn't support it. We should be checking
	that such support exists. This is via an additional check of cpuinfo's ECX
	register bit 27. Then one needs to call xgetbv and if EAX&0b110 = 0b110 then
	AVX is supported by the CPU and OS.

	Further details are at <http://savannah.gnu.org/patch/?8084>.

2013-07-05  Michael Petch  <mpetch@capp-sysware.com>

	AX_EXT, AX_GCC_ARCHFLAG: improve support for 64-bit FreeBSD

2013-06-19  Andreas Schwab  <schwab@linux-m68k.org>

	AX_BOOST_BASE: add aarch64 to the list of lib64 architectures

2013-06-12  Janne Blomqvist  <blomqvist.janne@gmail.com>

	AX_LIB_HDF5: fix typo
	See <https://savannah.gnu.org/patch/?8069> for further details.

2013-06-05  Peter Simons  <simons@cryp.to>

	AX_XSDCXX: minor cosmetic change

2013-06-05  Andreas Oberritter  <obi@saftware.de>

	ax_prog_flex: change grep syntax to accept e.g. "flex.real" in case a wrapper or symlink is used.

2013-06-05  Timothy Brown  <tbrown@freeshell.org>

	AX_LIB_HDF5: various updates
	 - Added variables HDF5_CC and HDF5_FC that one could use to override CC and FC.

	 - Added the variable HDF5_LIBS.

	 - Modified the test of H5CC to make sure it is a file, as a directory returns
	   true to "test -x" if it is searchable.

	 - Tried to combine all the tests to get CFLAGS, LDFLAGS etc to be more robust.

	See <https://savannah.gnu.org/patch/?8026> for further details.

2013-06-05  Laszlo Kajan  <lkajan@rostlab.org>

	AX_XSDCXX: find the CodeSynthesis XSD executable and headers

2013-06-05  Daniel Müllner  <muellner@math.stanford.edu>

	AX_PYTHON_DEVEL: don't override LOCALMODLIBS
	According to

	  https://lists.ubuntu.com/archives/ubuntu-devel/2010-March/030430.html

	it is wrong to use LOCALMODLIBS in the flags.

	See <http://savannah.gnu.org/patch/index.php?8065> for further details.

2013-06-05  Sebastian Freundt  <freundt@fresse.org>

	AX_ZONEINFO: improve portability
	This patch improves portability of ax_zoneinfo.m4 shell code. Backticks
	are used instead of $(...) subshelling. Generated temporary files are
	deleted after use. Quoting inside backtick assignments is done properly.
	For convenience an AC_ARG_VAR is provided so users can set TZDIR on the
	configure line.

	Further details are at <http://savannah.gnu.org/patch/index.php?8029>.

2013-04-20  Mike Frysinger  <vapier@gentoo.org>

	AX_ENABLE_DEFAULT_ACLOCALDIR: fix configure flag
	The first arg to AC_ARG_ENABLE needs to omit the "enable"/"disable" part.
	Otherwise the current code ends up using the flags:

		--enable-enable-default-aclocaldir
		--disable-enable-default-aclocaldir

	Also convert to AS_HELP_STRING to keep the help string simple.

2013-04-07  Peter Simons  <simons@cryp.to>

	AX_CHECK_GLUT: cosmetic markup fix for better HTML rendering

	AX_CHECK_GLU: cosmetic markup fix for better HTML rendering

2013-04-07  Bastien ROUCARIÈS  <roucaries.bastien@gmail.com>

	Improve ax_check_glut
	- Use modern construct
	- test link/compile/headers
	- add more comments

	Fix a typo
	replace _AX_CHECK_GL_SAVE_FLAGS by _AX_CHECK_GLU_SAVE_FLAGS

	Simplify required macro by ax_check_glu.m4
	ax_check_glu does not require information about c compiler.

	Fix detection of gl by pkg-config
	* fix detection by pkg-config and run when available
	* fixe a typo s/GL_FLAG/GL_CFLAGS/g

	Improve glu detection
	* use pkg-config if available
	* in all the case test tesselation callback
	* do not try to run with c++ glu is implicitly a c lib

	Improve ax_check_glu.m4
	- remove obsolete text
	- bump serial
	- add myself under copyright
	- use internal ax_sav_flags/ax_restore_flags

	Partial revert "Dropped obsolete macros from the distribution."
	This reverts commit 01738c00a51efab548b7270108d0ed8084a08ac7 particularly
	m4/ax_check_glu.m4 and m4/ax_check_glut.m4.

2013-04-05  Timothy Brown  <tbrown@freeshell.org>

	AX_LIB_SAMTOOLS: address review comments by Peter Johansson

	AX_LIB_TABIX: address review comments by Peter Johansson

2013-04-04  Daniel Mullner  <muellner@math.stanford.edu>

	AX_PYTHON_DEVEL: improve support for MacOS X

2013-04-01  Roy Stogner  <roystgnr@ices.utexas.edu>

	AX_CXX_COMPILE_STDCXX_11: address review comments from Zack Weinberg

2013-04-01  Peter Simons  <simons@cryp.to>

	AX_CHECK_GL: forgot to bump the serial number in my last commit

	AX_CHECK_GL: avoid use of non-ASCII characters in the macro documentation

2013-04-01  Hib Eris  <hib@hiberis.nl>

	Do not use AC_CANONICAL_SYSTEM in ax_prog_c{c,xx}_for_build.m4
	AC_CANONICAL_SYSTEM requires AC_CANONICAL_TARGET which is bad
	practice for packages that do not build compilers.

	Using AC_CANONICAL_HOST performs only the subset of AC_CANONICAL_SYSTEM
	relevant to the host type.

2013-04-01  Bastien Roucariès  <roucaries.bastien+autoconf@gmail.com>

	AX_CHECK_GL: updated version of the formerly obsoleted macro

2013-03-29  Timothy Brown  <tbrown@freeshell.org>

	AX_LIB_SAMTOOLS: initial version
	See <http://savannah.gnu.org/patch/?7983> for further details.

	AX_LIB_TABIX: initial version
	See <http://savannah.gnu.org/patch/?7984> for further details.

2013-03-29  Roy Stogner  <roystgnr@ices.utexas.edu>

	AX_CXX_COMPILE_STDCXX_11: test code now includes the "auto" keyword
	Furthermore, the macro now uses AC_LANG_PUSH/POP rather than AC_LANG_ASSERT,
	which makes it more robust to use.

	An optional second argument makes it possible to test for C++11 and return the
	result with an AC_DEFINE/AC_SUBST/AM_CONDITIONAL without erroring out if
	support is not found.

	This new version should be nearly backwards-compatible with the old; the
	obvious exception being when compilers which implement a subset of C++11 not
	including "auto" are used with codes for which that subset would have been
	sufficient.

	Further details can be found at <http://savannah.gnu.org/patch/?7985>.

2013-03-29  Daniel Richard G  <skunk@iSKUNK.ORG>

	AX_PTHREAD: fix support for AIX
	See <http://savannah.gnu.org/patch/?7973> for further details.

2013-03-26  Daniel Mullner  <muellner@math.stanford.edu>

	AX_PYTHON_DEVEL: use distutils to detect proper suffix for shared libraries
	See <https://savannah.gnu.org/patch/?7953> for further details.

2013-03-26  Peter Simons  <simons@cryp.to>

	AX_BOOST_PYTHON: avoid non-ASCII character in macro documentation

2013-03-25  Daniel Müllner  <muellner@math.stanford.edu>

	AX_BOOST_PYTHON: extend macro to work reliably with its default arguments
	See <http://savannah.gnu.org/patch/?7980> for further details.

	AX_BOOST_PYTHON: switch Python detection to AX_PYTHON_DEVEL
	See <http://savannah.gnu.org/patch/?7979> for further details.

2013-03-25  Peter Simons  <simons@cryp.to>

	AX_LIB_EXPAT don't overwrite $LIBS
	Furthermore, linker flags are now returned in $EXPAT_LDFLAGS instead of
	$EXPAT_LIBS. See <http://savannah.gnu.org/patch/?7968> for more details.

2013-03-25  Daniel Müllner  <muellner@math.stanford.edu>

	AX_PYTHON: use "distutils" instead of "locate" to find Python header files
	Further details are at <http://savannah.gnu.org/patch/?7966>.

2013-03-25  Julian Taylor  <jtaylor.debian@googlemail.com>

	AX_PYTHON_DEVEL: add platform specific include directory to PYTHON_CPPFLAGS
	required for ubuntu 13.04

2013-03-25  Tsukasa Oi  <li@livegrid.org>

	AX_GCC_ARCHFLAG: fix wrong CPU detection
	AX_GCC_X86_CPUID does not guarantee that result is always 4*8-digit.
	This commit fixes CPU detection issue caused by the wrong assumption
	by fixing case patterns.

2013-03-23  Christophe Tournayre  <turn3r@users.sourceforge.net>

	AX_EXT: add support for AVX SIMD instructions

2013-02-26  Peter Simons  <simons@cryp.to>

	AX_BOOST_ASIO: fix misspelled $BOOST_LDFLAGS variable
	Further details are at <http://savannah.gnu.org/patch/index.php?7959>.

2013-02-19  Daniel Müllner  <muellner@math.stanford.edu>

	AX_PYTHON_DEVEL: improve support on ArchLinux
	See <http://savannah.gnu.org/patch/?7953> for further details.

2013-02-17  Daniel Müllner  <muellner@math.stanford.edu>

	AX_PYTHON: make AX_PYTHON work on Arch Linux
	See <http://savannah.gnu.org/patch/?7951> for further details.

2013-02-10  Peter Simons  <simons@cryp.to>

	AX_LUA: re-format the macro's documentation so that the HTML and Texinfo renderer can deal with it

2013-02-08  Reuben Thomas  <rrt@sc3d.org>

	ax_lua.m4: fix some English typos.

2013-02-06  Reuben Thomas  <rrt@sc3d.org>

	ax_lua.m4: rewrite by Tim Perkins adding path searching and version checking.

2013-02-06  Antoine Brodin  <antoine@FreeBSD.org>

	AX_JNI_INCLUDE_DIR: add support for FreeBSD
	Further details can be found on the maintainers mailing list at:

	  http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2013-02/msg00014.html

2013-02-02  Peter Simons  <simons@cryp.to>

	AX_LIB_EV: strip trailing whitespace

	AX_PTHREAD: improve support for AIX
	See <http://savannah.gnu.org/patch/index.php?7911> for further details.

2013-02-01  Misty De Meo  <mistydemeo@gmail.com>

	AX_BOOST_FILESYSTEM: adapt 2ec785001bc685dafcd792e49765dcbd2ae9bd38 to this macro
	Use 'ls -r' rather than non-portable tool 'tac'.

	Simplify filepattern in ls expression so dylib (on OSX) are also
	detected.

2013-02-01  Peter Simons  <simons@cryp.to>

	AX_LIB_EV: initial version
	This macro checks for libev in a pkg-config-like manner. This is to unifty
	behaviour between distros that come with libev.pc and systems (e.g. upstream)
	that don't. See <http://savannah.gnu.org/patch/?7938> for further details.

2013-01-04  Daniel Trebbien  <dtrebbien@gmail.com>

	AX_OPENMP: fix Mac OS X support
	The macro was failing to detect the OpenMP flags for g++ on Mac OS 10.7 because
	the AC_TRY_LINK test program was failing to link:

	  Undefined symbols for architecture x86_64:
	    "_gomp_thread_attr", referenced from:
	        _initialize_env in libgomp.a(env.o)
	  ld: symbol(s) not found for architecture x86_64
	  collect2: ld returned 1 exit status

	As explained at [1], without resorting to a non-portable hack, the test program
	needs to actually use an OMP pragma.

	[1] http://stackoverflow.com/questions/8983038/linker-errors-after-enabling-openmp-on-mac

2013-01-04  Thierry Reding  <thierry.reding@avionic-design.de>

	AX_PROG_CXX_FOR_BUILD: Initial version
	Add an AX_PROG_CXX_FOR_BUILD macro based on AX_PROG_CC_FOR_BUILD that
	tries to detect the C++ compiler to use for the build host when cross-
	compiling.

2013-01-04  Thierry Reding  <thierry.reding@avionic-design.de>

	Unbreak AX_PROG_CC_FOR_BUILD
	Instead of pushing the cross_compiling and ac_tool_prefix definitions,
	override them by assignment. Pushing the definition will cause the
	variable names to be replaced instead of the content.

	While at it, remove the AC_TRY_COMPILER redefinition as it was removed
	in autoconf 2.50. Also push LDFLAGS to prevent flags specific to the
	host tools from leaking into the build tools. Furthermore, consistently
	pop definitions in the reverse order than they were pushed.

2013-01-04  Peter Simons  <simons@cryp.to>

	AX_PYTHON: bump serial number and document changes in NEWS file

2013-01-04  Gilles Espinasse  <g.esp@free.fr>

	Add code for testing more recent python versions

2013-01-04  Gilles Espinasse  <g.esp@free.fr>

	Fix python detection

	I saw that on libnl-3.2.12
	checking for python build information...
	checking for python2.6... python2.6
	checking for main in -lpython2.6... yes
	checking python2.6/Python.h usability... yes
	checking python2.6/Python.h presence... yes
	checking for python2.6/Python.h... yes
	./configure: line 12065: test: !=: unary operator expected
	checking for python2.5... (cached) python2.6
	checking for main in -lpython2.6... (cached) yes
	checking for python2.6/Python.h... (cached) yes
	./configure: line 12065: test: !=: unary operator expected
	checking for python2.4... (cached) python2.6
	checking for main in -lpython2.6... (cached) yes
	checking for python2.6/Python.h... (cached) yes
	./configure: line 12065: test: !=: unary operator expected
	checking for python2.3... (cached) python2.6
	checking for main in -lpython2.6... (cached) yes
	checking for python2.6/Python.h... (cached) yes
	./configure: line 12065: test: !=: unary operator expected
	checking for python2.2... (cached) python2.6
	checking for main in -lpython2.6... (cached) yes
	checking for python2.6/Python.h... (cached) yes
	./configure: line 12065: test: !=: unary operator expected
	checking for python2.1... (cached) python2.6
	checking for main in -lpython2.6... (cached) yes
	checking for python2.6/Python.h... (cached) yes
	./configure: line 12065: test: !=: unary operator expected
	checking for python... (cached) python2.6
	checking for main in -lpython2.6... (cached) yes
	checking for python2.6/Python.h... (cached) yes
	./configure: line 12065: test: !=: unary operator expected
	  results of the Python check:
	    Binary:      python2.6
	    Library:     python2.6
	    Include Dir: no

2012-11-14  Peter Simons  <simons@cryp.to>

	Update version numbers for the upcoming release.

2012-10-28  Reuben Thomas  <rrt@sc3d.org>

	ax_lua.m4: major update
	AX_LUA_VERSION is removed (use AX_PROG_LUA instead)

	AX_PROG_LUA now takes version numbers in the form output by the Lua
	interpreter, and uses AX_COMPARE_VERSION (AX_LUA_HEADERS_VERSION
	continues to take the form used in the headers).

	Use just one style of testing empty strings consistently.

	Put the macros in the source in the same order as in the
	documentation, which is a more logical order.

	Bump the serial number to 17.

2012-10-27  Peter Simons  <simons@cryp.to>

	Alan W. Irwin doesn't want to receive e-mail concerning the macros he submitted a long time ago.

	Andrew Collier's e-mail address has become invalid.

2012-10-11  Peter Simons  <simons@cryp.to>

	AX_COUNT_CPUS: improve style and clean-up use of AS_IF
	See <http://savannah.gnu.org/patch/?7860> for further details.

2012-09-30  Peter Simons  <simons@cryp.to>

	Update NEWS file and bump #serial numbers after recent changes.

2012-09-30  Peter Johansson  <trojkan@gmail.com>

	Use 'ls -r' in order to try newer version before older ones. Simplify ls pattern so also dylibs are detected.

	Use 'ls -r' rather than non-portable tool 'tac'. Simplify filepattern in ls expression so dylib (on OSX) are also detected.

2012-09-07  Christopher Gilbreth  <cngilbreth@gmail.com>

	AX_BLAS: improve the detection of the Intel Math Kernel Library (MKL)
	New versions of the MKL cannot be linked with "-lmkl -lguide -lpthread", but
	instead require variations on "-lmkl_intel_lp64 -lmkl_sequential -lmkl_core
	-lpthread",depending on architecture, compiler & other variables. See
	<http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/>.

	The present patch detects the architecture (x86_64 or i686) and compiler
	(gfortran or others), but not the interface layer (assumes lp64 for x86_64),
	threading (assumes sequential), static vs. dynamic (assumes dynamic), etc.

	Tested on a number of different systems using gfortran and ifort.

	See <http://savannah.gnu.org/patch/?7807> for further details.

2012-09-07  Leo Davis  <ldavis@speechfxinc.com>

	AX_CHECK_CLASS did not use the `uudecode' found by AX_PROG_JAVA_WORKS.
	See <http://savannah.gnu.org/patch/?7835> for further details.

	AX_PROG_JAVA_WORKS would never find a 'uudecode' that could decode base64, even if one was on the path.
	See <http://savannah.gnu.org/patch/?7835> for further details.

	AX_PROG_JAVA had old macro name documentation.
	See <http://savannah.gnu.org/patch/?7835> for further details.

	AX_TRY_RUN_JAVA had old macro name documentation and was missing an AU_ALIAS. I renamed the .m4 file to match the documented macro name.
	See <http://savannah.gnu.org/patch/?7835> for further details.

	AX_INCLUDE_STRCASECMP: initial version
	The macro detects which header file defines the strcasecmp() function.
	See <http://savannah.gnu.org/patch/?7836> for further details.

2012-09-07  Peter Simons  <simons@cryp.to>

	AX_LIB_ORACLE_OCCI: initial version
	The macro detects the availability of the Oracle OCCI API of particular version
	or newer. Further details can be found at <http://savannah.gnu.org/patch/?7834>.

	AX_CHECK_POSTGRES_DB: version bump and cosmetic

2012-09-07  Olivier Mehani  <olivier.mehani@nicta.com.au>

	Add -Idir to CPPFLAGS rather than CFLAGS

2012-09-07  Olivier Mehani  <olivier.mehani@nicta.com.au>

	Substantial rewrite of AX_CHECK_POSTGRES_DB.
	It still behaves the same by default, AC_DEFINing HAVE_LIBPQ and setting
	variables PQINCPATH and PQLIBPATH, while erroring when either header or
	library is found in the default or specified paths.

	The logic is however different, where the specified prefixes and/or
	incdir and libdir are temporarily added to CFLAGS and LDFLAGS. The
	normal detection logic (AC_CHECK_HEADER and AC_CHECK_LIB) is used next,
	only, and once.

	In addition, two optional arguments to the macro, ACTION-IF-FOUND and
	ACTION-IF-NOT-FOUND are now available to extend the logic. The default
	ACTION-IF-FOUND is to do nothing (apart from defining the variables and
	substitutions, which is always done). The default ACTION-IF-NOT-FOUND is
	to error out; it is replaced by the ACTION-IF-NOT-FOUND if specified
	to, e.g., gracefully remove configure PGSQL out when it's only optional.

	Bump serial from 5 to 6.

2012-09-07  Olivier Mehani  <olivier.mehani@nicta.com.au>

	Use AS_HELP_STRING in ax_check_postgres_db.m4

2012-09-07  Tudor Bosman  <tudorb@gmail.com>

	AX_CXX_RVALUE_REFERENCES: initial version
	See <http://savannah.gnu.org/patch/?7833> for further details.

2012-09-07  Peter Simons  <simons@cryp.to>

	AX_BLAS: add support for the (free-software, BSD-licensed) OpenBLAS library, a descendant of GotoBLAS (http://xianyi.github.com/OpenBLAS/).
	See <http://savannah.gnu.org/patch/?7828> for further details.

2012-07-31  Peter Johansson  <trojkan@gmail.com>

	AX_CHECK_ZLIB: Fix typo. Assign LDFLAGS correctly in action-if-found.

2012-07-22  John Stumpo  <stump@jstump.com>

	AX_CC_MAXOPT: use $enableval, not $withval, in AC_ARG_ENABLE call

2012-07-22  Diego Elio Pettenò  <flameeyes@flameeyes.eu>

	AX_BOOST_SYSTEM, AX_BOOST_FILESYSTEM: inverse the order of search for libraries
	With the original macros, the oldest versioned library is used, but
	for most distribution this is detrimental, as the old versions are
	kept for compatibility, and not to be linked against. By using tac we
	reverse the order of the libraries, preferring an unversioned one
	(usually the latest available on the system), and then proceeding in
	descending order.

	Together with this, also try to simplify the sed syntax. It's of note
	that even though tac might not be very portable, the sed syntax used
	is also not so portable, so it might be worth working this around in a
	different way.

2012-07-22  Sebastian Freundt  <freundt@fresse.org>

	AX_ZONEINFO: find compiled zoneinfo files
	See <http://savannah.gnu.org/patch/index.php?7814> for further details.

2012-07-22  Peter Johansson  <trojkan@gmail.com>

	AX_CHECK_ZLIB: cosmetic indentation fix
	Adding some quoting and replacing "test x -a y" with more portable
	"test x && test y".

	AX_CHECK_ZLIB: change the behavior so macro proceeds to compile and link tests even if zlib.h was not found in the "usual locations". If end-user has provided CPPFLAGS and LDFLAGS as needed for compilation/linking to succeed, there is no reason to error out.

	AX_CHECK_ZLIB: fix help output so it is inline with other macros that uses AS_HELP_STRING.

	AX_CHECK_ZLIB: extend the interface to the typical ([action-if-found], [action-if-not-found])-style, so user can define how macro should behave when macro is successful or failed. If not provided the macro will behave as previously. I also clarified in DESCRIPTION what this behaviour is.

	AX_CHECK_ZLIB: the current version only looks for zlib if --with-zlib was provided [by user]. This patch changes that so the search and test are also performed in default mode.

2012-06-18  Mike Frysinger  <vapier@gentoo.org>

	AC_REQUIRE AX_APPEND_FLAG when appropriate.
	A bunch of m4 files use AX_APPEND_FLAG, but don't AC_REQUIRE, which
	can lead to runtime errors instead of compile time errors when the
	macro is missing.

2012-06-16  Gabriele Svelto  <gabriele.svelto@gmail.com>

	Replace the obsolete AC_FD_CC macro with AS_MESSAGE_LOG_FD.
	See <http://savannah.gnu.org/patch/?7793> for further details.

2012-06-15  Olivier Mehani  <olivier.mehani@nicta.com.au>

	AX_PROG_RUBY_VERSION: updated documentation
	Replace mention of deprecated AX_WITH_RUBY with example use of AX_WITH_PROG.

2012-06-15  Daniel Richard G  <skunk@iSKUNK.ORG>

	AX_PRINTF_SIZE_T: initial version
	See <http://savannah.gnu.org/patch/?7787> for further details.

2012-05-09  Sebastian Hegler  <sebastian.hegler@tu-dresden.de>

	AX_LIB_CGAL_CORE: fixed "no AC_LANG_SOURCE call detected in body" warning

2012-05-09  Fernando Mut  <fermut@gmail.com>

	AX_BLAS: added the libraries "-lguide -lpthread" for the Intel MKL library test
	These two libraries are needed to avoid unresolved symbols. 

	See <http://savannah.gnu.org/patch/?7770> for further details.

2012-04-24  Sebastian Hegler  <sebastian.hegler@tu-dresden.de>

	AX_BOOST_SERIALIZATION: add support for MacOS/BSD sed
	Further details can be found at <http://savannah.gnu.org/patch/?7768>.

2012-04-04  Zack Weinberg  <zackw@panix.com>

	AX_CXX_COMPILE_STDCXX_11: new submission
	This is a revised version of AX_CXX_COMPILE_STDCXX_0X. The major changes
	are:

	 - Automatically sets CXXFLAGS to enable support for C++11, and errors out if
	   no C++11 mode can be found. (Note: currently only supports GCC-style -std=
	   switches.) Does not define any preprocessor macros.

	 - Support for other compilers' mode switches will be much easier to add.

	 - Can be instructed to avoid using C++11-with-extensions compilation modes, or
	   C++11-without-extensions modes, as appropriate.

	 - Autoupdate clean.

	 - Better AC_MSG_CHECKING messages.

	 - Consistently refers to C++11 rather than C++0x.

	See <http://savannah.gnu.org/patch/?7734> for further details.

2012-04-04  Zack Weinberg  <zackw@panix.com>

	AX_CXX_DELETE_METHOD: check whether the C++11 '= delete' syntax is supported
	Further details are at <https://savannah.gnu.org/patch/?7735>.

2012-04-04  Xiyue Deng  <manphiz@gmail.com>

	AX_BOOST_LOCALE: new submission
	See <http://savannah.gnu.org/patch/?7743> for further details.

2012-04-04  Peter Simons  <simons@cryp.to>

	AX_BOOST_PYTHON: use consistent word-wrapping in documentation

	AX_BOOST_*: bumped serial numbers

2012-04-04  Xiyue Deng  <manphiz@gmail.com>

	AX_BOOST_CHRONO: new submission
	See <http://savannah.gnu.org/patch/?7721> for further details.

	AX_BOOST_*: fixed detection of dynamic libraries on Mac OS X (*.dylib)
	See <http://savannah.gnu.org/patch/?7719> for further details.

2012-04-04  Anders Kaseorg  <andersk@mit.edu>

	AX_CHECK_LIBRARY: do not use m4_ifnblank
	m4_ifnblank requires autoconf 2.64, and doesn’t seem necessary here.

2012-04-04  Markus Elfring  <Markus.Elfring@web.de>

	AX_PTHREAD: deletion of unreferenced variable "host_cpu"
	The CPU did not play a role in the current setting adjustments by this script.
	The variable "host_cpu" was therefore deleted and the corresponding pattern
	selection was a bit simplified.

2012-02-04  Tsukasa Oi  <li@livegrid.org>

	AX_GCC_ARCHFLAG: add new Intel/AMD CPU support

2012-02-03  Reuben Thomas  <rrt@sc3d.org>

	Update example .h code to match gnulib style rules (no useless parens).

2012-01-30  Reuben Thomas  <rrt@sc3d.org>

	m4/ax_lua.m4: test lua_load instead of lua_call in AX_LUA_LIBS, to work with Lua 5.2.

2012-01-10  Christoph Junghans  <junghans@mpip-mainz.mpg.de>

	AX_COUNT_CPUS: fixed endless recursion bug
	See <http://savannah.gnu.org/patch/?7697> for further details.

2011-12-02  Stephan Sürken  <absurd@olurdix.de>

	AX_BERKELEY_DB_CXX: Add 'AC_LANG_ASSERT(C++)' (as suggested by Amir Taaki, thanks!).
	This will basically improve the error reporting when the macro is called
	without LANG=C++; is also suggested in autoconf documentation (see:
	http://www.gnu.org/s/hello/manual/autoconf/Language-Choice.html).

2011-11-22  Rhys Ulerich  <rhys.ulerich@gmail.com>

	Fix inadvertent breakage from commit cfea4ee52f7

2011-11-21  Peter Simons  <simons@cryp.to>

	AX_PTHREAD: added missing -mt option for Oracle/Sun CC on Solaris
	Further details are available at <http://savannah.gnu.org/patch/?7666>.

2011-11-21  Michael Terry  <michael.terry@canonical.com>

	AX_BOOST_PYTHON: fixed under-quoted use of $CPPFLAGS
	See <http://savannah.gnu.org/patch/?7673> for further details.

2011-11-21  Jonathan Wakely  <zilla@kayari.org>

	AX_CXX_HEADER_STDCXX_0X: updated the list of headers required by C++11 (the standard formerly known as C++0x)
	Further details are available at <http://savannah.gnu.org/patch/index.php?7664>.

2011-11-21  Peter Simons  <simons@cryp.to>

	AX_WITH_CURSES: fixed broken AS_IF() test that prevented $CURSES_LIB from being used
	See <http://savannah.gnu.org/patch/index.php?7651> for further details.

2011-10-22  Peter Simons  <simons@cryp.to>

	AX_EXT: fixed compiler tests and added support for detection of SSE4.1, SSE4.2, AVX extensions
	See <http://savannah.gnu.org/patch/?7633> for further details.

2011-10-22  Mateusz Loskot  <mateusz@loskot.net>

	AX_LIB_GDAL: new submission
	This macro provides tests for the availability of the GDAL/OGR library.
	Further details are available at <http://savannah.gnu.org/patch/?7639>.

2011-09-26  Peter Simons  <simons@cryp.to>

	AX_LIB_SQLITE3: replace C++-style commend with C-style to improve portability
	See <http://savannah.gnu.org/patch/?7623> for further details.

2011-09-25  Peter Simons  <simons@cryp.to>

	AX_ENABLE_BUILDDIR: fixed Darwin support
	Further details are available at <http://savannah.gnu.org/patch/?7619>.

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

	Dropped obsolete macros from the distribution.

2011-09-17  Peter Simons  <simons@cryp.to>

	AX_LIB_MYSQLCPPCONN: test for the MySQL Connector/C++ libraries

	AX_LIB_TRACE: test for the libtrace libraries

	AX_DEFINE_DIR: cosmetic changes to wrap-wrapping

2011-09-16  Reuben Thomas  <rrt@sc3d.org>

	AX_DEFINE_DIR: Obsolete: it doesn't comply with the GCS.

2011-09-06  Reuben Thomas  <rrt@sc3d.org>

	AX_FUNC_FORK: Not actually useful. Use AX_CHECK_FUNC(fork) instead.

	AX_SNPRINTF_OFLOW: Make obsolete, in favour of gnulib's snprintf module.

2011-09-05  Aaron Griffith  <aargri@gmail.com>

	AX_PROG_DOXYGEN: cleaned up use of AM_CONDITIONAL
	Previously, calls to AM_CONDITIONAL were inside shell flow control
	structures. The automake manual notes that running AM_CONDITIONAL
	conditionally will confuse automake. In this case, later use of the
	AM_COND_IF to check if Doxygen was found would result in the
	conditional appearing to be false, even if it's not.

	http://www.gnu.org/s/hello/manual/automake/Usage-of-Conditionals.html

2011-09-03  Reuben Thomas  <rrt@sc3d.org>

	Tidy up assignment to lua_min_version and lua_max_version.
	Fix error messages to always use the above vars, not the original
	parameters passed to the macros.

2011-08-29  Peter Simons  <simons@cryp.to>

	AX_LIB_SQLITE3: bumped serial number

	AX_LIB_SQLITE3: find the library with the C compiler

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

	AX_CHECK_{GL,GLU,GLUT}: these macro are no longer maintained here; marked obsolete

	AX_CHECK_SUNPRO_C: cosmetic, no functional change

	AX_LANG_COMPILER_MS: cosmetic, no functional change

2011-08-23  Yusuke Tsutsumi  <tsutsumi.yusuke@gmail.com>

	AX_CHECK_MYSQL: re-factoring and several bug fixes

2011-08-14  Stanislav Sedov  <stas@FreeBSD.org>

	AX_RUBY_EXT: initial version

	AX_PERL_EXT: initial version

2011-08-02  Chun-Chung Chen  <cjj@u.washington.edu>

	AX_PTHREAD: fixed mis-placed brackets

2011-08-01  Chun-Chung Chen  <cjj@u.washington.edu>

	AX_LIB_HDF5: HAVE_HDF5 was defined even when the library is not detected
	The following codes are executed unless --without-hdf5 is used, even
	when the HDF5 library is not installed or detected:

	  AC_SUBST([HDF5_VERSION])
	  AC_SUBST([HDF5_CFLAGS])
	  AC_SUBST([HDF5_CPPFLAGS])
	  AC_SUBST([HDF5_LDFLAGS])
	  AC_SUBST([HDF5_FFLAGS])
	  AC_SUBST([HDF5_FLIBS])
	  AC_DEFINE([HAVE_HDF5], [1], [Defined if you have HDF5 support])

	To remedy the situation, these have been moved into the conditional
	block where HDF5 is actually detected.

2011-08-01  Chun-Chung Chen  <cjj@u.washington.edu>

	AX_PTHREAD: fixed Autoconf warnings about underquoted arguments

2011-07-30  Peter Simons  <simons@cryp.to>

	AX_GCC_INSTALL_DIR, AX_GCC_LIBRARIES_DIR, AX_GCC_VERSION, and AX_GXX_VERSION are non-functional and have been marked obsolete, because they depend on the obsolete AX_GCC_OPTION macro, which has been removed from the archive.

2011-07-28  John Zaitseff  <J.Zaitseff@zap.org.au>

	AX_WITH_CURSES: major re-write
	I re-wrote the AX_WITH_CURSES macro, and added the macros AX_WITH_CURSES_PANEL,
	AX_WITH_CURSES_MENU, and AX_WITH_CURSES_FORM for the following reasons:

	 - The checks are far more rigorous and now work with many more systems. In
	   particular, Debian Sid, Debian 6.0 (Squeeze), Ubuntu 11.04 (Natty), Ubuntu
	   10.04 (Lucid), Fedora 15, FreeBSD 8.2 and Cygwin have all been confirmed as
	   working.

	 - The old version required Ncurses to be present even when linking with
	   NcursesW. This has been fixed.

	 - Multiple header filenames are checked for each library as these seem to be
	   different in every system. The old version did not do these checks and hence
	   failed on many systems (eg, FreeBSD and Cygwin).

	 - A number of feature checks have been added: X/Open Enhanced functionality
	   checks, colour function checks, obsolete function checks, etc.

	 - The additional macros check for auxiliary libraries associated with Curses:
	   Panel, Menu and Form, again with checks against NcursesW, Ncurses and plain
	   Curses.

	 - Extensive documentation has been added, particularly useful for the beginner
	   (ie, exactly what needs to be put where for a working Curses check).

2011-07-17  Peter Simons  <simons@cryp.to>

	Fixed minor spelling errors detected by gnulib's QA module.

	AX_BOOST_FILESYSTEM: fixed cut-and-paste error
	See <http://savannah.gnu.org/patch/?7576> for further details.

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

	Updated serial numbers, and re-formatted the macro to be consistent with the rest of the archive.

2011-07-02  Maarten Bosmans  <mkbosmans@gmail.com>

	ax_cflags_*: Use AX_APPEND_FLAG macro

	Use one implementation for C/C++ in ax_cflags_*.m4

	AX_COMPILER_VENDOR: Make the list of vendors and corresponding symbols clearer
	Also deprecate the macros AX_CHECK_SUNPRO_C and AX_LANG_COMPILER_MS in favor
	of the more generic AX_COMPILER_VENDOR.

	ax_append_flag: Split file into one macro per file

2011-06-30  Nick Bowler  <nbowler@elliptictech.com>

	ax_check_openssl: Fix underquoted macro arguments.
	Several of the macros used in AX_CHECK_OPENSSL have underquoted
	arguments.  In particular, autoconf complains loudly about the
	unquoted AC_LANG_PROGRAM argument to AC_LINK_IFELSE:

	  configure.ac:10: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
	  ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
	  ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
	  ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
	  m4/ax_check_openssl.m4:38: AX_CHECK_OPENSSL is expanded from...
	  configure.ac:10: the top level

	Fix that up, and fix up the others while we're at it.

2011-06-28  Anders Kaseorg  <andersk@mit.edu>

	AX_CHECK_FLAG: Fix to work with autoconf 2.59
	• AS_VAR_PUSHDEF([FLAGS], [something containing FLAGS]) caused an
	  infinite loop before v2.65~21.
	• AS_VAR_APPEND was new in v2.63b~224.
	• AS_VAR_IF was new in v2.63~27.
	• AS_ECHO was new in AUTOCONF-2.61a~45, and AC_PROG_GREP in
	  AUTOCONF-2.59c~744, but their use here is more idiomatically
	  replaced with a case pattern anyway.
	• Before AUTOCONF-2.60b~8, the variable name passed to AC_CACHE_CHECK,
	  AS_VAR_GET, AS_VAR_SET, and AS_VAR_SET_IF must be left unquoted.

2011-06-25  Peter Simons  <simons@cryp.to>

	AX_CFLAGS_GCC_OPTION: deprecated in favor of AX_CHECK_COMPILE_FLAG

	Added a proper 'obsolete' section to AX_C_CHECK_FLAG, AX_CHECK_LINKER_FLAGS, AX_CPP_CHECK_FLAG, AX_CXX_CHECK_FLAG, AX_CXXCPP_CHECK_FLAG, and AX_LD_CHECK_FLAG.

	Bumped serial numbers of AX_CFLAGS_*_OPTION, AX_CHECK_{COMPILER,LINKER}_FLAGS, and edited the formatting of the documentation for consistency. Also documented the recent changes in the NEWS file.

2011-06-25  Maarten Bosmans  <mkbosmans@gmail.com>

	Implement AX_*_CHECK_FLAG on top of ax_check_flag.m4 macros
	The PROLOGUE and BODY arguments were almost never used, so there's no need to
	keep them. Just emit a warning if they are nonempty.

	Implement AX_CHECK_*_FLAGS on top of ax_check_flag.m4 macros
	The implementation takes care to empty the CFLAGS, to mimic previous behaviour,
	but the new behaviour of AX_CHECK_COMPILE_FLAG should be better for most situations.

	ax_cflags_*_option.m4: Use AX_APPEND_FLAG macro to append the flag

	ax_cflags_*_option.m4: Use AX_CHECK_COMPILE_FLAG macro to do most of the work
	This gets rid of the for loop and the string splitting using sed.  For
	gcc_option the logic is now contained in a much easier to follow if statement.

	Add ax_check_flag.m4

	ax_cflags_*_option.m4: Consolidate CFLAGS and CXXFLAGS macros
	Combine duplicate AX_CFLAGS_ and AX_CXXFLAGS_ macros into one AX_FLAGS macro and
	change language in the language_specific macro.

	ax_cflags_*_option.m4: Consolidate _OLD and _NEW macros
	Combine duplicate _OLD and _NEW macros into one _PRIVATE macro and switch
	arguments in the main macro.

2011-06-21  Maarten Bosmans  <mkbosmans@gmail.com>

	AX_PTHREAD: define HAVE_PTHREAD_PRIO_INHERIT if PTHREAD_PRIO_INHERIT is set at compile-time

2011-06-21  Peter Simons  <simons@cryp.to>

	AX_WITH_RUBY: dropped obsolete macro

	AX_WITH_PYTHON: dropped obsolete macro

	AX_WITH_PERL: dropped obsolete macro

	AX_WITH_GUILE: dropped obsolete macro

	AX_GCC_OPTION: dropped obsolete macro

	AX_C_PRINTF_THSEP: dropped obsolete macro

	AX_C_IFDEF: dropped obsolete macro

	AX_CFLAGS_WARN_ALL_ANSI: dropped obsolete macro

2011-06-15  Michael Hofmann  <michael.hofmann@informatik.tu-chemnitz.de>

	Bugfix in MPI Fortran macros for fixed form code.

2011-06-15  Yusuke Tsutsumi  <tsutsumi.yusuke@gmail.com>

	AX_CHECK_MYSQL: new submission
	I am submitting an Autoconf Macro I've been developing for the past
	couple months - ax_check_mysql.m4. I'm aware that multiple other MySQL
	macros exist, but mine is specifically geared toward MySQL plugin
	development and installation. Specifically:

	 - Automatically Detects binary, include, and plugin directories for most
	   typical MySQL installations.

	 - Provides methods for one to designate the directories manually, or point to
	   a root directory containing a MySQL installation.

	See <http://savannah.gnu.org/patch/?7553> for further details.

2011-06-15  Maarten Bosmans  <mkbosmans@gmail.com>

	AX_PTHREAD: add check for PTHREAD_PRIO_INHERIT
	See <http://savannah.gnu.org/patch/?7552> for further details.

2011-06-15  Maarten Bosmans  <mkbosmans@gmail.com>

	AX_CHECK_DEFINE: various bug fixes
	 - Change macro names to CHECK_DEFINE and alias the old name CHECK_DEFINED.
	   This makes the names in sync with the help comments on top.

	 - Update obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE.

	 - Include header name in cache value and in output message.

	 - Switch #ifndef to #ifdef. That macro could not have worked previously.

	See <http://savannah.gnu.org/patch/?7551> for further details.

2011-06-15  Olaf Lenz  <olenz@icp.uni-stuttgart.de>

	AX_PROG_{CC,CXX,FC}_MPI: new submissions
	The new macros AX_PROG_CC_MPI, AX_PROG_CXX_MPI, AX_PROG_F77_MPI, and AX_PROG_FC_MPI
	address several shortcomings found in AX_MPI. Further details can be found at
	<http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2011-05/msg00004.html>,
	<http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2011-06/msg00003.html>.

2011-06-15  Reuben Thomas  <rrt@sc3d.org>

	Fix trivial comment typo.

2011-05-09  Andreas Röver  <andreas_roever@web.de>

	AX_BOOST_THREAD: fixes two bugs that prevented cross-compilation for Windows on Unix
	 - In the OS selection switches, where the special cases for mingw are
	   selected, it says ming32 but should be mingw32.

	 - Those switches are supposed to be dependent on the os you compile for but
	   the switch uses the build_os variable.

2011-04-29  Daniel Richard G  <skunk@iSKUNK.ORG>

	AX_VAR_TIMEZONE_EXTERNALS: updated for Autoconf 2.68

	AX_FUNC_WHICH_GETHOSTBYNAME_R: updated for Autoconf 2.68

	AX_PTHREAD: updated for Autoconf 2.68

2011-04-06  Philipp Thomas  <pth@suse.de>

	AX_HAVE_QT: fixed Autoconf warning
	See <http://savannah.gnu.org/patch/index.php?7511> for further details.

2011-04-01  Peter Simons  <simons@cryp.to>

	AX_HAVE_QT: use AS_HELP_STRING
	See <http://savannah.gnu.org/patch/index.php?7510> for further details.

	AX_HAVE_QT: remove spurious semicolon

2011-04-01  Peter Simons  <simons@cryp.to>

	AX_HAVE_QT: libraries come last, not first
	The linker call in ax_have_qt.m4 names libraries before the objects.
	This will fail when --as-needed is in effect. This patch moves the
	libraries to the end of the command line.

	See <http://savannah.gnu.org/patch/?7514> for further details.

2011-03-29  Reuben Thomas  <rrt@sc3d.org>

	Get Lua interpreter version in a more robust way (works with LuaJIT).

2011-03-25  Reuben Thomas  <rrt@sc3d.org>

	Don't use -a or -o argument to test in ax_lua.m4.

	Add missing letter in comment.

2011-03-17  Peter Simons  <simons@cryp.to>

	AX_PATH_GENERIC has been extended to allow setting LIBRARY_LIBS and LIBRARY_CFLAGS variables on configure command line or in the environment to override the normal values returned by `library-config --libs` and `--cflags` respectively. See <http://savannah.gnu.org/patch/?7490> for further details.

	AX_LIB_EXPAT: store found library in EXPAT_LIBS instead if EXPAT_LDFLAGS
	This change is necessary to avoid build failures when linking with --as-needed.
	See <http://savannah.gnu.org/patch/?7489> for further details.

	AX_WITH_PROG, AX_WITH_CURSES: synchronize serial numbers with Git

	AX_WITH_PROG, AX_WITH_CURSES: pseudo-bump #serial number
	These macros have serial numbers greater than the number of commits that
	modified them. Since we cannot decrease serial numbers once they've been
	assigned, the macros need two (effectively empty) commits to synchronize
	their serial number with Git.

2011-03-17  Murray Cumming  <murrayc@murrayc.com>

	AX_PKG_SWIG: fix the configure check so it can find swig 2 as swig2.0
	Ubuntu Maverick and Ubuntu Natty install swig 2 as /usr/bin/swig2.0
	because they do not yet want to upgrade their normal swig package. This
	lets our macro find that too.

2011-03-13  Reuben Thomas  <rrt@sc3d.org>

	Use && not -a in tests.

	Quote first argument of AC_DEFINE.

2011-03-01  Henrik Uhrenholt  <henrik.uhrenholt.gpl@gmail.com>

	AX_PROG_SPLINT: various improvements
	* Added splint URL
	* Added AC_REQUIRE([AX_ADD_AM_MACRO_STATIC])
	* Added support for running splint on LTLIBRARIES

2011-02-27  Peter Simons  <simons@cryp.to>

	AX_LUA: normalize formatting of the documentation

2011-02-26  Reuben Thomas  <rrt@sc3d.org>

	Add AX_PROG_LUA macro, and improve behaviour of single version number given to mean “exactly this version” rather than “this verison or greater”.

	Add Lua 5.2 support (trivial!).
	Remove --with-lua-prefix (use CPPFLAGS &c. instead).

2011-02-06  Mike Frysinger  <vapier@gentoo.org>

	AX_CREATE_PKGCONFIG_INFO: don't add user CPPFLAGS/LDFLAGS to pc files
	CPPFLAGS and LDFLAGS are settings that come from the user.  These
	should not be placed into .pc files.  Since this helper already
	provides variables for getting cflags/ldflags into the .pc file,
	just punt the user sourcing.

2011-02-03  Henrik Uhrenholt  <henrik.uhrenholt.gpl@gmail.com>

	AX_PROG_SPLINT: initial version
	Further details at <http://savannah.gnu.org/patch/?7453>.

2011-02-02  Peter Simons  <simons@cryp.to>

	AX_BERKELEY_DB_CXX: fixed transliteration of Sürken from Surken to Suerken

2011-01-27  Gary Funck  <gary@intrepid.com>

	AX_BOOST_BASE, AX_BOOST_REGEX: improved error messages

2011-01-22  Stephan Sürken  <absurd@olurdix.de>

	AX_BERKELEY_DB_CXX: variant of AX_BERKELEY_DB, adapted to check for C++ headers and libs
	This macro is based on AX_BERKELEY_DB by Vaclav Slavik with small
	adaptions to check for C++ header and libs instead of C by Stephan
	Sürken. See <http://savannah.gnu.org/patch/?7446> for further details.

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

	AX_EXT_HAVE_LIB: fixed bug introduced in previous patch

2011-01-02  Peter Simons  <simons@cryp.to>

	AX_LIB_CGAL_CORE: dropped trailing empty line at the end of the file

2010-12-25  Dan Horák  <dan@danny.cz>

	AX_BOOST_BASE: accept also non-x86 64-bit architectures
	See <http://savannah.gnu.org/patch/?7428> for further details.

2010-12-23  Bastien Chevreux  <bach@chevreux.org>

	AX_CHECK_ZLIB: honor --with-zlib option
	See <http://savannah.gnu.org/patch/?7411> for further details.

2010-12-18  Peter Simons  <simons@cryp.to>

	AX_CHECK_JAVA_HOME: added support for MacOS X
	See <http://savannah.gnu.org/patch/?7408> for further details.

2010-12-18  Diego Elio Pettenò  <flameeyes@gmail.com>

	AX_PROG_FLEX, AX_PROG_BISON: use version information for detection
	Rather than reimplementing (partial) basename functionality, follow the
	suggestion by the Autoconf manual to check for the output of --version for
	the program's name.

	Also, make the macro use m4_ifnblank rather than use an unconditional :
	no-op operation.

2010-12-18  Sergio Belkin  <sebelk@gmail.com>

	AX_EXT_HAVE_LIB: allow macro to be called more than one time
	See <http://savannah.gnu.org/patch/?7403> for further details.

2010-11-25  Václav Haisman  <V.Haisman@sh.cvut.cz>

	AX_C_IFDEF: fixed Autoconf warnings
	See <http://savannah.gnu.org/patch/?7405> for further details.

	AX_CFLAGS_SUN_OPTION: fixed Autoconf warnings
	See <http://savannah.gnu.org/patch/?7405> for further details.

2010-11-23  Riccardo Murri  <riccardo.murri@gmail.com>

	AX_CXX_RESTRICT_THIS: detect whether the C++ compiler can qualify a member function with restricted "this" pointer
	See <http://savannah.gnu.org/patch/?7397> for further details.

2010-11-18  Cristian Rodríguez  <cristian.rodriguez@opensuse.org>

	ax_cxx_compile_stdcxx_0x stopped working since GCC 4.5 due to changes in the standard
	Please refer to <http://savannah.gnu.org/patch/?7387> for further details.

2010-11-16  Reuben Thomas  <rrt@sc3d.org>

	Mark AX_GCC_OPTION obsolete, in agreement with author.

	Bump version of GPL, as per authors' request.

	Bump version of GPL, as per authors' request.

2010-11-16  Peter Simons  <simons@cryp.to>

	AX_CREATE_PKGCONFIG_INFO: bumped serial number after recent changes

2010-11-16  Reuben Thomas  <rrt@sc3d.org>

	Bump version of GPL, as per authors' consent.

	Bump version of GPL, as per authors' consent.

2010-11-15  Reuben Thomas  <rrt@sc3d.org>

	Bump GPL version on Guido Draheim's (sole-author) macros.

2010-11-12  Peter Simons  <simons@cryp.to>

	AX_CXX_CPPFLAGS_STD_LANG: bumped serial number after recent edits

2010-11-12  Rhys Ulerich  <rhys.ulerich@gmail.com>

	Correct recent AX_CXX_CPPFLAGS_STD_LANG update
	No idea what I was thinking on the mistaken syntax...

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

	Move AX_CXX_{CPP,CXX,LD}FLAGS_STD_LANG to AX_COMPILER_VENDOR
	Nested quoting within AX_CXX_COMPILER_VENDOR gives warnings on
	newer autoconf versions.  Switching which compiler-detection
	script these macros use.

	Implementation changeover simple-- just need to account for a
	difference in 'dec' vs 'compaq' compiler identifier.

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

	Updated the NEWS file describe ax_asm_inline.m4 and ax_forceinline.m4.
	Furthermore, updated both macros to use word wrapping boundaries consistent
	with the rest of the archive.

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

	Add new macro AX_FORCEINLINE

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

	Add new macro AX_ASM_INLINE

2010-11-04  Sebastian Hegler  <sebastian.hegler@tu-dresden.de>

	AX_LIB_CGAL_CORE: test for the CGAL_Core library
	See <http://savannah.gnu.org/patch/?7370> for further details.

2010-11-04  Diego Elio Petteno`  <flameeyes@gmail.com>

	AX_CHECK_LIBRARY, AX_TLS: correct the spelling of author's surname

2010-11-03  Diego Elio Pettenò  <flameeyes@gmail.com>

	AX_CHECK_LIBRARY: add a new macro for generic library checking
	This macro allows to check a pair of header file and library needed for the
	library to be used. This can then be used to replace a number of identical
	tests on a number of projects, some of which are simply wrong.

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

	AX_JNI_INCLUDE_DIR: recognize <jni.h> even if it's a symlink (like on Mac OS X)
	Further details are available at <http://savannah.gnu.org/patch/?7360>.

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

	m4/ax_tls.m4: avoid non-ASCII character in copyright section

	AX_LIB_HDF5: word-wrap documentation to conform to our repository-wide maximum line length

2010-10-20  Rhys Ulerich  <rhys.ulerich@gmail.com>

	ax_lib_hdf5: improve {C,CPP,LD,F}FLAGS + Fortran
	Newer compiler wrapper versions stop providing as
	much useful information.  After attempting to pull
	everything from them, we now look for -L/-I information
	in the compiler wrapper's -show output.

	This greatly improves HDF5_FFLAGS.  Also, added HDF5_FLIBS
	to capture the Fortran-specific link line details.

2010-10-14  Rhys Ulerich  <rhys.ulerich@gmail.com>

	AX_SPLIT_VERSION: add AC_PROG_SED as a prerequisite

2010-10-13  Luke Mewburn  <lukem@netbsd.org>

	AX_PROG_DOXYGEN: implemented missing "DX_DOT_FEATURE(ON|OFF)" feature
	See <http://savannah.gnu.org/patch/?7340> for further details.

2010-10-13  Sebastian Hegler  <sebastian.hegler@tu-dresden.de>

	AX_BOOST_BASE: improved BOOST_LDFLAGS detection
	The macro optimistically assembled BOOST_LDFLAGS from an empty variable,
	resulting in a wrong value for BOOST_LDFLAGS, making all following
	ax_boost* macros fail.

	See <http://savannah.gnu.org/patch/?7337> for further details.

2010-10-13  Rhys Ulerich  <rhys.ulerich@gmail.com>

	AX_LIB_HDF5: added ability to request either a serial or a parallel HDF5 installation and to detect whether or not a Fortran-ready installation is present.
	See http://savannah.gnu.org/patch/?7338 for further details.

2010-10-07  Rhys Ulerich  <rhys.ulerich@gmail.com>

	AX_CFLAGS_WARN_ALL: removed obsolete Autoconf constructs and added AX_FCFLAGS_WARN_ALL
	See <http://savannah.gnu.org/patch/?7335> for further details.

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

	Obsolete macros that are trivial wrappers of AX_WITH_PROG.

2010-09-24  Václav Haisman  <V.Haisman@sh.cvut.cz>

	AX_COMPILER_VENDOR: adding support for Clang compiler

2010-09-24  Jaroslav Hajek  <hajek@hajek.vzlu.local>

	AX_BLAS: avoid caching issues

2010-09-24  Peter Simons  <simons@cryp.to>

	Updated NEWS file, bumped serial numbers after recent changes, and remedied minor cosmetic issues.

2010-09-24  Jim Meyering  <meyering@redhat.com>

	build: m4-quote use of AC_LANG_PROGRAM to avoid warning from new autoconf
	Using autoconf-2.68 would evoke many new warnings like this:

	  configure.ac:78: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
	  ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
	  ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
	  ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
	  ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
	  ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
	  ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
	  ax/ax_boost_thread.m4:35: AX_BOOST_THREAD is expanded from...
	  configure.ac:78: the top level

	Autoconf was unable to detect the existing use of AC_LANG_SOURCE
	because it was underquoted.  Fix that.

2010-09-24  Jim Meyering  <meyering@redhat.com>

	replace TAB SP{8} by TAB TAB, repeatedly

	replace SP*-TAB by TAB, now that we know there are fewer than 8 SP
	git grep -l ' 	'|xargs perl -pi -e 's/ +\t/\t/'

	change SP-TAB inside a [...] expression to TAB-SP
	git grep -l '\[ 	.*\]' \
	  | xargs perl -pi -e 's/\[ \t([^]]*\])/[\t $1/g'

	replace SP{8}TAB by TABTAB

2010-09-22  Reuben Thomas  <rrt@sc3d.org>

	Add AX_CC_FOR_BUILD for cross-compilation support.

	Change AX_LUA_LIB_VERSION to AX_LUA_HEADERS_VERSION, as that's what we're really checking; add AX_LUA_READLINE.

2010-09-17  Harald van Dijk  <truedfx@gentoo.org>

	AX_PREFIX_CONFIG_H: added support for system shell "dash"
	The AX_PREFIX_CONFIG_H macro doesn't work with dash, the bug is already
	noted in the source file. As of autoconf 2.62, AS_ECHO can be used to
	print strings that may contain backslashes or look like options. This
	patch updates AX_PREFIX_CONFIG_H to use it.

	The comment in the source file refers to $ECHO from libtool, but this
	requires libtool.m4 which is not part of autoconf, and AS_ECHO is. On
	the other hand, libtool.m4 (at least the one on my system) only requires
	autoconf 2.58 or higher, so depending on how much you value
	compatibility with older autoconf versions, that may be a better choice.

	See <http://savannah.gnu.org/patch/?7317> for further details.

2010-09-15  Jaroslav Hajek  <hajek@hajek.vzlu.local>

	AX_BLAS_F77_FUNC: fixed a small typo

	AX_BLAS_F77_FUNC: check for correct integer size

	AX_BLAS_F77_FUNC: save and restore $LIBS variable

2010-09-07  Diego Elio Pettenò  <flameeyes@gmail.com>

	AX_TLS: add support for actions on found/not-found
	Converts to AS_CASE/AS_IF; update doc to note that ICC is also supported.

2010-08-26  Peter Simons  <simons@cryp.to>

	AX_CFLAGS_GCC_OPTION: use AS_VAR_COPY() if available, but don't require it
	Peter Kjellerstedt noticed a problem when using the updated macro with an older
	version of autoconf (e.g. 2.61 as used by debian). AS_VAR_COPY() seems to be a
	relatively new addition to the API, and did not exist in 2.61.

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

	AX_CFLAGS_GCC_OPTION: bumped serial number

2010-08-25  Peter Kjellerstedt  <pkj@axis.com>

	AX_CFLAGS_GCC_OPTION: Use an actually existing gcc option as example

2010-08-25  Peter Kjellerstedt  <pkj@axis.com>

	AX_CFLAGS_GCC_OPTION: Correct handling of indirectly named sh vars
	With autoconf 2.67 a use of AX_CFLAGS_GCC_OPTION() like this

	    AX_CFLAGS_GCC_OPTION([-fvisibility=hidden], AM_CFLAGS)

	with an option containing a non-literal character like = suddenly
	breaks. This was due to directly accessing variables defined with
	AS_VAR_PUSHDEF(), rather than using AS_VAR_SET() and AS_VAR_COPY().

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

	AX_LIB_MYSQL: dropped trailing white space

	AX_MPI: cosmetic changes to the formatting of the documentaion

2010-08-18  Peter Simons  <simons@cryp.to>

	AX_BOOST_BASE: prefer more portable `...` syntax over $(...) for running sub-shells

	Bumped boost macro serial numbers.

2010-08-18  Jaap Eldering  <eldering@A-Eskwadraat.nl>

	On x86_64 architecture search both lib64 and lib dirs.

	Add check to see if any library is found.

2010-08-18  Peter Simons  <simons@cryp.to>

	AX_LIB_MYSQL: bumped serial number

2010-08-18  Wim Lewis  <wiml@hhhh.org>

	AX_LIB_MYSQL: If mysql_config isn't found, see if we can find mysql_config5.

	Bug fixes for AX_LIB_MYSQL: - omit spurious "-o test" which would cause $MYSQL_CONFIG to be ignored sometimes - $MYSQL_CONFIG is a precious var - don't set HAVE_MYSQL if we checked the version and discovered it's too old

2010-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	AX_MPI: Fix recommendation for compiling everything with MPI.
	Fix typos when compiling everything with MPI. Update description to
	include defaulting CC to MPICC if only the latter was set. See

	  http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2010-08/msg00000.html

	for further details.

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

	AX_LIB_SQLITE3: fixed a trivial typo, no functional change

	AX_CHECK_GNU_MAKE: remove extraneous new-line in macro header
	According to <http://savannah.gnu.org/patch/?7259>, the extraneous
	newline causes trouble in some versions of Autoconf/Automake.

2010-08-10  Jaap Eldering  <eldering@a-eskwadraat.nl>

	AX_BOOST_BASE: fix under-quoted shell variable

2010-07-16  Olaf Meeuwissen  <olaf.meeuwissen@avasys.jp>

	The boost macros for iostreams, regex, serialization, signals, system, test_exec_monitor, unit_test_framework, wave, and wserialization have been patched not to rely on being executed by a 'bash' shell.

2010-06-15  Philip Allison  <philip.allison@smoothwall.net>

	AX_PTHREAD: fix compiler warning in AC_TRY_LINK test program
	The test program generated by AX_PTHREAD's AC_TRY_LINK invocation generates a
	compiler warning (on Linux, using GCC 4). When building with "-Wall -Werror" in
	CFLAGS, as done during development to catch unexpected warnings, this turns
	into a compiler error; hence, all of the AC_TRY_LINK invocations fail, and the
	macro fails to detect any suitable compiler/linker flags for pthreads usage.

	A sample from config.log showing the error follows.

	  configure:16038: result: no
	  configure:15936: checking whether pthreads work without any flags
	  configure:16029: gcc -o conftest -O3 -g -Wall -Werror -pipe -fvisibility=hidden -Wl,-O1 -Wl,--as-needed conftest.c >&5
	  cc1: warnings being treated as errors
	  conftest.c: In function 'main':
	  conftest.c:31: error: 'th' is used uninitialized in this function

	This patch fixes the issue by placing pthread_create before pthread_join in the
	test program.

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!).

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

	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.

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

	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.

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

	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.

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

	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.

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

	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.

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

	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 "../".

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

	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:

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

	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.

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

	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

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

	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.

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

	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.

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

	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.

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

	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>

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

	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.