aclocal.m4 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
  2. # Copyright (C) 1996-2021 Free Software Foundation, Inc.
  3. # This file is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
  11. # AM_CONDITIONAL -*- Autoconf -*-
  12. # Copyright (C) 1997-2021 Free Software Foundation, Inc.
  13. #
  14. # This file is free software; the Free Software Foundation
  15. # gives unlimited permission to copy and/or distribute it,
  16. # with or without modifications, as long as this notice is preserved.
  17. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  18. # -------------------------------------
  19. # Define a conditional.
  20. AC_DEFUN([AM_CONDITIONAL],
  21. [AC_PREREQ([2.52])dnl
  22. m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
  23. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  24. AC_SUBST([$1_TRUE])dnl
  25. AC_SUBST([$1_FALSE])dnl
  26. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  27. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  28. m4_define([_AM_COND_VALUE_$1], [$2])dnl
  29. if $2; then
  30. $1_TRUE=
  31. $1_FALSE='#'
  32. else
  33. $1_TRUE='#'
  34. $1_FALSE=
  35. fi
  36. AC_CONFIG_COMMANDS_PRE(
  37. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  38. AC_MSG_ERROR([[conditional "$1" was never defined.
  39. Usually this means the macro was only invoked conditionally.]])
  40. fi])])
  41. # Copyright (C) 2006-2021 Free Software Foundation, Inc.
  42. #
  43. # This file is free software; the Free Software Foundation
  44. # gives unlimited permission to copy and/or distribute it,
  45. # with or without modifications, as long as this notice is preserved.
  46. # _AM_SUBST_NOTMAKE(VARIABLE)
  47. # ---------------------------
  48. # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  49. # This macro is traced by Automake.
  50. AC_DEFUN([_AM_SUBST_NOTMAKE])
  51. # AM_SUBST_NOTMAKE(VARIABLE)
  52. # --------------------------
  53. # Public sister of _AM_SUBST_NOTMAKE.
  54. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  55. m4_include([macros/ld-version-script.m4])
  56. m4_include([macros/libtool.m4])
  57. m4_include([macros/ltoptions.m4])
  58. m4_include([macros/ltsugar.m4])
  59. m4_include([macros/ltversion.m4])
  60. m4_include([macros/lt~obsolete.m4])
  61. m4_include([macros/neon-test.m4])
  62. m4_include([macros/neon-xml-parser.m4])
  63. m4_include([macros/neon.m4])