summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* AX_IS_RELEASE: cosmeticPeter Simons2015-02-041-10/+10
* ax_check_enable_debug: Add an IS-RELEASE argument to change the defaultPhilip Withnall2015-02-041-6/+18
* ax_is_release: Add AX_IS_RELEASE to check for compiling release tarballsPhilip Withnall2015-02-041-0/+60
* ax_lua.m4: bump serial by 2Reuben Thomas2015-01-301-1/+1
* ax_lua.m4: add precautionary casts to numberReuben Thomas2015-01-301-1/+1
* Test that we can actually #include <omp.h> successfully, not just prototype a...John Peterson2015-01-301-6/+4
* ax_compiler_flags_cflags: Fix argument indexesDavid King2015-01-291-6/+6
* Re-format AX_COMPILER_FLAGS_* into canon and bump the #serial numbers.Peter Simons2015-01-264-33/+33
* ax_compiler_flags_gir: Add a compiler flags macro for g-ir-scannerPhilip Withnall2015-01-262-1/+76
* ax_compiler_flags: Split out into separate macros per toolPhilip Withnall2015-01-263-118/+231
* ax_compiler_flags: Document approach for locally disabling warningsPhilip Withnall2015-01-261-1/+5
* ax_compiler_flags: Add two extra warning CFLAGSPhilip Withnall2015-01-161-1/+3
* AX_CXX_ERASE_ITERATOR_TYPE: fix formattingPeter Simons2015-01-141-5/+5
* Add ax_cxx_erase_constant_iterator.m4Bastien ROUCARIÈS2015-01-121-0/+72
* Improve m4/ax_check_enable_debug.m4Bastien ROUCARIÈS2015-01-061-52/+54
* Add case of variable contain $1 at end of FLAGBastien ROUCARIÈS2015-01-061-6/+4
* Modernize ax_append_flag, ax_check_*_flagBastien ROUCARIÈS2015-01-064-23/+28
* Use gcov location with lcovBastien ROUCARIÈS2015-01-061-3/+8
* Detect gcov program in m4/ax_code_coverage.m4Bastien ROUCARIÈS2015-01-061-2/+25
* ax_valgrind_check: Support running without libtoolPhilip Withnall2015-01-051-3/+12
* Improve ax_gcc_version.m4Bastien ROUCARIÈS2015-01-041-18/+12
* AX_COMPILER_VERSION: avoid use of Unicode characters in documentationPeter Simons2015-01-041-4/+2
* Add obsolete header to ax_cxx_compiler_vendor.m4 and ax_have_opengl.m4Bastien ROUCARIÈS2015-01-042-2/+11
* Add tcc to compiler versionBastien ROUCARIÈS2015-01-041-10/+17
* Add tcc to m4/ax_compiler_vendor.m4Bastien ROUCARIÈS2015-01-041-1/+3
* Add ax_compiler_versionBastien ROUCARIÈS2015-01-041-0/+487
* Add __CODEGEARC__ to detection of borland compilerBastien ROUCARIÈS2015-01-041-2/+2
* Modernize ax_cxx_dtor_after_atexit.m4Bastien ROUCARIÈS2015-01-041-27/+28
* Clarify why ax_cxx_dtor_after_atexit.m4Bastien ROUCARIÈS2015-01-041-4/+18
* Check for constructor attribute with and without priority support.Vaclav Zeman2015-01-031-1/+5
* Modernize ax_cxx_default_template_parameters.m4Bastien ROUCARIÈS2014-12-291-15/+25
* Modernize ax_cxx_templates.m4Bastien ROUCARIÈS2014-12-291-14/+17
* Modernize m4/ax_cxx_const_cast.m4Bastien ROUCARIÈS2014-12-291-12/+18
* Modernize AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STDBastien ROUCARIÈS2014-12-291-18/+31
* Modernize ax_cxx_bool.m4Bastien ROUCARIÈS2014-12-291-16/+16
* Use AX_COMPILER_VENDOR for AX_CXX_COMPILER_VENDORBastien ROUCARIÈS2014-12-291-38/+13
* Add AC_OBSOLETE to m4/ax_have_opengl.m4Bastien ROUCARIÈS2014-12-291-1/+2
* AX_CHECK_GLX: fix #serial number (and minor cosmetic)Peter Simons2014-12-281-3/+2
* AX_HAVE_OPENGL: drop trailing whitespace (and fix the #serial number in the p...Peter Simons2014-12-281-1/+0
* Use ax_check_gl* for ax_have_openglBastien ROUCARIÈS2014-12-281-89/+11
* Improve compatibility with ax_have_openglBastien ROUCARIÈS2014-12-284-7/+20
* Add ax_check_glx.m4Bastien ROUCARIÈS2014-12-281-0/+322
* Prepare to replace ax_have_opengl by call of ax_check_glBastien ROUCARIÈS2014-12-281-21/+96
* AX_CODE_COVERAGE requires AC_PROG_SED.Emil Mikulic2014-12-271-1/+2
* ax_lua.m4: serial number, oops.Tim Perkins2014-12-171-2/+2
* ax_lua.m4: make Lua pieces work with Lua 5.0.Tim Perkins2014-12-171-68/+129
* AX_LUA: cosmeticPeter Simons2014-12-131-2/+1
* ax_lua.m4: proper use of sed.Tim Perkins2014-12-131-10/+14
* Merge pull request #9 from pwithnall/ax-pkg-check-modules-argsPeter Simons2014-12-101-6/+9
|\
| * AX_PKG_CHECK_MODULES: Add ACTION-IF-[NOT-]FOUND argumentsPhilip Withnall2014-12-101-6/+9