ac-config-macro-dirs.m4 667 B

123456789101112131415
  1. # Support AC_CONFIG_MACRO_DIRS with older autoconf. -*- Autoconf -*-
  2. # FIXME: To be removed in Automake 2.0, once we can assume autoconf
  3. # 2.70 or later.
  4. # FIXME: keep in sync with the contents of the variable
  5. # '$ac_config_macro_dirs_fallback' in aclocal.in.
  6. # Copyright (C) 2012-2017 Free Software Foundation, Inc.
  7. #
  8. # This file is free software; the Free Software Foundation
  9. # gives unlimited permission to copy and/or distribute it,
  10. # with or without modifications, as long as this notice is preserved.
  11. m4_ifndef([AC_CONFIG_MACRO_DIRS],
  12. [m4_defun([_AM_CONFIG_MACRO_DIRS],[])]dnl
  13. [m4_defun([AC_CONFIG_MACRO_DIRS],[_AM_CONFIG_MACRO_DIRS($@)])])