Mercurial > hg > xemacs-beta
comparison aclocal.m4 @ 5410:ff554e6a2d29
Convert aclocal.m4 to GPLv3 as it was GPLv2 by the author.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 21 Oct 2010 00:27:17 +0200 |
parents | 8b63e21b0436 |
children | b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5409:c36f065c3090 | 5410:ff554e6a2d29 |
---|---|
1 dnl aclocal.m4 --- Dynamically linked library support for XEmacs | 1 dnl aclocal.m4 --- Dynamically linked library support for XEmacs |
2 dnl Copyright (C) 1998, 1999 J. Kean Johnston. | 2 dnl Copyright (C) 1998, 1999 J. Kean Johnston. |
3 dnl Author: J. Kean Johnston <jkj@sco.com>, based on work in libtool. | 3 dnl Author: J. Kean Johnston <jkj@sco.com>, based on work in libtool. |
4 dnl This file is part of XEmacs. | 4 dnl This file is part of XEmacs. |
5 | 5 dnl |
6 dnl XEmacs is free software: you can redistribute it and/or modify it | |
7 dnl under the terms of the GNU General Public License as published by the | |
8 dnl Free Software Foundation, either version 3 of the License, or (at your | |
9 dnl option) any later version. | |
10 dnl | |
11 dnl XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
12 dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 dnl FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 dnl for more details. | |
15 dnl | |
16 dnl You should have received a copy of the GNU General Public License | |
17 dnl along with XEmacs. If not, see <http://www.gnu.org/licenses/>. | |
6 dnl | 18 dnl |
7 dnl There are several things we care about here. First, we need to find | 19 dnl There are several things we care about here. First, we need to find |
8 dnl out how we create an executable that has its symbols exported, so | 20 dnl out how we create an executable that has its symbols exported, so |
9 dnl that dynamically loaded modules have access to the internal XEmacs | 21 dnl that dynamically loaded modules have access to the internal XEmacs |
10 dnl symbols. This is stored in ``ld_dynamic_link_flags'' and is used | 22 dnl symbols. This is stored in ``ld_dynamic_link_flags'' and is used |