1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Update to latest versions from the GNU Autoconf archive

This commit is contained in:
John Zaitseff 2019-02-15 05:51:33 +11:00
parent 7791bb9238
commit afc69f741b
3 changed files with 11 additions and 11 deletions

View File

@ -79,7 +79,7 @@
# modified version of the Autoconf Macro, you may extend this special # modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well. # exception to the GPL to apply to your modified version as well.
#serial 18 #serial 25
AC_DEFUN([AX_FLAGS_WARN_ALL], [ AC_DEFUN([AX_FLAGS_WARN_ALL], [
AX_REQUIRE_DEFINED([AX_PREPEND_FLAG])dnl AX_REQUIRE_DEFINED([AX_PREPEND_FLAG])dnl

View File

@ -30,7 +30,7 @@
# #
# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu> # Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
# Copyright (c) 2008 Matteo Frigo # Copyright (c) 2008 Matteo Frigo
# Copyright (c) 2018 John Zaitseff <J.Zaitseff@zap.org.au> # Copyright (c) 2018-19 John Zaitseff <J.Zaitseff@zap.org.au>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the # under the terms of the GNU General Public License as published by the
@ -58,7 +58,7 @@
# modified version of the Autoconf Macro, you may extend this special # modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well. # exception to the GPL to apply to your modified version as well.
#serial 19 #serial 30
AC_DEFUN([AX_COMPILER_VENDOR], [dnl AC_DEFUN([AX_COMPILER_VENDOR], [dnl
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl
@ -71,7 +71,7 @@ AC_DEFUN([AX_COMPILER_VENDOR], [dnl
vendors=" vendors="
intel: __ICC,__ECC,__INTEL_COMPILER intel: __ICC,__ECC,__INTEL_COMPILER
ibm: __xlc__,__xlC__,__IBMC__,__IBMCPP__ ibm: __xlc__,__xlC__,__IBMC__,__IBMCPP__,__ibmxl__
pathscale: __PATHCC__,__PATHSCALE__ pathscale: __PATHCC__,__PATHSCALE__
clang: __clang__ clang: __clang__
cray: _CRAYC cray: _CRAYC

View File

@ -29,7 +29,7 @@
# and this notice are preserved. This file is offered as-is, without any # and this notice are preserved. This file is offered as-is, without any
# warranty. # warranty.
#serial 1 #serial 2
AC_DEFUN([AX_PREPEND_FLAG], AC_DEFUN([AX_PREPEND_FLAG],
[dnl [dnl