ax_am_macros_static.m4 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # ===========================================================================
  2. # https://www.gnu.org/software/autoconf-archive/ax_am_macros_static.html
  3. # ===========================================================================
  4. #
  5. # SYNOPSIS
  6. #
  7. # AX_AM_MACROS_STATIC
  8. #
  9. # DESCRIPTION
  10. #
  11. # Adds support for macros that create Automake rules. You must manually
  12. # add the following line
  13. #
  14. # include $(top_srcdir)/aminclude_static.am
  15. #
  16. # to your Makefile.am files.
  17. #
  18. # LICENSE
  19. #
  20. # Copyright (c) 2009 Tom Howard <tomhoward@users.sf.net>
  21. # Copyright (c) 2009 Allan Caffee <allan.caffee@gmail.com>
  22. #
  23. # Copying and distribution of this file, with or without modification, are
  24. # permitted in any medium without royalty provided the copyright notice
  25. # and this notice are preserved. This file is offered as-is, without any
  26. # warranty.
  27. #serial 10
  28. AC_DEFUN([AMINCLUDE_STATIC],[aminclude_static.am])
  29. AC_DEFUN([AX_AM_MACROS_STATIC],
  30. [
  31. AX_AC_PRINT_TO_FILE(AMINCLUDE_STATIC,[
  32. # ]AMINCLUDE_STATIC[ generated automatically by Autoconf
  33. # from AX_AM_MACROS_STATIC on ]m4_esyscmd([date])[
  34. ])
  35. ])