##***************************************************************************** ## $Id: ac_gpl_licensed.m4 398 2003-05-21 17:22:31Z grondo $ ##***************************************************************************** # AUTHOR: # Chris Dunlap # # 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.] ) ])