Mercurial > hg > xemacs-beta
comparison aclocal.m4 @ 5290:e6508b64ee08
More permission consistency.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 14 Jun 2010 19:03:57 +0900 |
parents | 8b63e21b0436 |
children | 3889ef128488 b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5289:9e51b172d50f | 5290:e6508b64ee08 |
---|---|
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 | |
8 dnl the Free Software Foundation; either version 2, or (at your option) | |
9 dnl any later version. | |
10 dnl | |
11 dnl XEmacs is distributed in the hope that it will be useful, but | |
12 dnl WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
14 dnl General Public License for more details. | |
15 dnl | |
16 dnl You should have received a copy of the GNU General Public License | |
17 dnl along with XEmacs; see the file COPYING. If not, write to the Free | |
18 dnl Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
19 dnl Boston, MA 02110-1301, USA. | |
6 dnl | 20 dnl |
7 dnl There are several things we care about here. First, we need to find | 21 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 | 22 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 | 23 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 | 24 dnl symbols. This is stored in ``ld_dynamic_link_flags'' and is used |