/config/ac_gpl_licensed.m4

https://code.google.com/ · m4 · 19 lines · 6 code · 1 blank · 12 comment · 0 complexity · 7d57acb78004e054d40c7f58ed7e66f6 MD5 · raw file

  1. ##*****************************************************************************
  2. ## $Id$
  3. ##*****************************************************************************
  4. # AUTHOR:
  5. # Chris Dunlap <cdunlap@llnl.gov>
  6. #
  7. # SYNOPSIS:
  8. # AC_GPL_LICENSED
  9. #
  10. # DESCRIPTION:
  11. # Acknowledge being licensed under terms of the GNU General Public License.
  12. ##*****************************************************************************
  13. AC_DEFUN([AC_GPL_LICENSED],
  14. [
  15. AC_DEFINE([GPL_LICENSED], [1],
  16. [Define to 1 if licensed under terms of the GNU General Public License.]
  17. )
  18. ])