summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README.md: update download URLs for the new releasev2021.02.19Peter Simons2021-02-191-3/+3
* NEWS: update for upcoming releasePeter Simons2021-02-191-1/+4
* AX_CHECK_PCRE2: cosmetic change to fix the #serial numberPeter Simons2021-02-191-4/+4
* Remove *~ backup files during maintainer-clean.Peter Simons2021-02-192-0/+2
* Bump date in all copyright headers.Peter Simons2021-02-197-8/+8
* AX_ABSOLUTE_HEADER: replace AC_FOREACH with m4_foreach_wMichael Orlitzky2021-02-191-2/+2
* AX_BOOST_SERIALIZATION: make sure tests run with a clean $ax_lib variableIgnacy Gawedzki2021-02-191-1/+2
* AX_PROG_CXX_FOR_BUILD: match changes made to AX_PROG_CC_FOR_BUILD recentlyMax Horn2021-02-191-14/+18
* AX_LIB_HDF5: fix ax_lib_hdf5 on systems with verbose h5cc -showMatthieu Schaller2021-02-191-3/+3
* git: ignore backup files generated by gnulibPeter Simons2021-02-191-0/+3
* AX_CHECK_PCRE2: search for an installed libpcre2-8 libraryPeter Simons2021-02-191-0/+163
* Add --no-vc-files to bootstrap.sh to stop duplicate .gitignore entriesJames Morris2021-02-191-1/+1
* Replaced 'echo -n' with m4_esyscmd_s in configure.ac for portabilityJames Morris2021-02-191-2/+2
* AX_PTHREAD: use AS_ECHO instead of $as_echoZack Weinberg2021-02-191-2/+2
* AX_PTHREAD: target > hostJens Rehsack2021-02-191-6/+6
* AX_PTHREAD.M4: ensure C++ is handled analogousJens Rehsack2021-02-191-6/+21
* AX_PYTHON: add newer versions of PythonPaul Wise2021-02-191-2/+2
* Merge pull request #222 from bircoph/masterPeter Simons2021-02-181-2/+2
|\
| * AX_BOOST_BASE: add e2k to the list of lib64 architecturesMichael Shigorin2020-07-141-2/+2
* | Merge pull request #220 from chyla/robotPeter Simons2021-02-181-0/+63
|\ \
| * | update serialAdam Chyła2020-06-021-8/+7
| * | fix malformed license sectionAdam Chyła2020-06-021-1/+0
| * | remove non ascii charactersAdam Chyła2020-06-021-1/+1
| * | add ax_prog_robot.m4Adam Chyła2020-06-021-0/+65
| |/
* | Merge pull request #219 from CheyenneWills/fallthrough-fixPeter Simons2021-02-181-2/+2
|\ \
| * | ax_gcc_func_attribute.m4: test fails for the fallthrough attribute with clangCheyenne Wills2020-05-201-2/+2
| |/
* | Merge pull request #218 from jicama/masterPeter Simons2021-02-181-2/+13
|\ \
| * | ax_cxx_compile_stdcxx.m4: Restore check for default C++ version supportJason Merrill2020-05-151-2/+13
| |/
* | Merge pull request #217 from rrthomas/ax_cpu_vendor-cache-fixPeter Simons2021-02-181-12/+12
|\ \
| * | ax_cpu_vendor: rename output variable to prevent autoconf warningsReuben Thomas2020-04-181-12/+12
| |/
* | Merge pull request #216 from rrthomas/masterPeter Simons2021-02-181-12/+9
|\ \
| * | ax_subdirs_configure.m4: update to make cache files for subdirs work betterReuben Thomas2020-04-181-12/+9
| |/
| * Merge pull request #214 from pespin/pespin/fix-armv7lPeter Simons2020-04-081-1/+2
| |\ | |/ |/|
* | m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for arch armv7lPau Espin Pedrol2020-03-131-1/+2
|/
* ax_gcc_func_attribute: fix serial numberPeter Simons2020-03-131-1/+1
* Merge pull request #215 from chenming1986/gcc-attrPeter Simons2020-03-131-1/+1
|\
| * ax_gcc_func_attribute: Revise the detection of unknown attributesMing Chen2020-03-021-1/+1
* | Merge pull request #207 from jannick0/ax_prog_cc_for_buildPeter Simons2020-03-131-19/+33
|\ \ | |/ |/|
| * ax_prog_cc_for_build.m4: bump serial to 18 (from 9)Jannick2020-02-081-1/+1
| * ax_prog_cc_for_build.m4: add call for AC_CANONICAL_BUILDJannick2020-02-081-0/+1
| * ax_prog_cc_for_build.m4: use AC_LANG_PUSH([C]) and AC_LANG_POP([C])Jannick2020-02-081-22/+6
| * ax_prog_cc_for_build.m4: bug fix - determine EXEEXT and OBJEXT for BUILDJannick2020-02-081-2/+6
| * ax_prog_cc_for_build.m4: bug fix - prevent using HOST cache valuesJannick2020-02-081-0/+6
| * ax_prog_cc_for_build.m4: bug fix - run tests with BUILD compilerJannick2020-02-081-11/+27
| * ax_prog_cc_for_build.m4: bug fix - honor configure's --build flagJannick2020-02-081-3/+6
| * ax_prog_cc_for_build.m4: add 'GCC_FOR_BUILD' as given in documentationJannick2020-02-081-0/+2
| * ax_prog_cc_for_build.m4: remove reference to obsolete macro 'AC_EXEEXT'Jannick2020-02-081-2/+0
* | Merge pull request #204 from cr-marcstevens/masterPeter Simons2020-02-071-102/+117
|\ \
| * | Note that for GCC and Clang -pthread generally implies -lpthread,cr-marcstevens2019-11-261-102/+117
| |/
* | Merge pull request #208 from rurban/fortifyPeter Simons2020-02-071-13/+40
|\ \