/config/ac_gpl_licensed.m4
https://code.google.com/ · m4 · 19 lines · 6 code · 1 blank · 12 comment · 0 complexity · 7d57acb78004e054d40c7f58ed7e66f6 MD5 · raw file
- ##*****************************************************************************
- ## $Id$
- ##*****************************************************************************
- # AUTHOR:
- # Chris Dunlap <cdunlap@llnl.gov>
- #
- # SYNOPSIS:
- # AC_GPL_LICENSED
- #
- # DESCRIPTION:
- # Acknowledge being licensed under terms of the GNU General Public License.
- ##*****************************************************************************
- AC_DEFUN([AC_GPL_LICENSED],
- [
- AC_DEFINE([GPL_LICENSED], [1],
- [Define to 1 if licensed under terms of the GNU General Public License.]
- )
- ])