Mercurial > hg > xemacs-beta
comparison modules/postgresql/configure.ac @ 5418:56b64a055043
Converted modules to GPLv3 or later.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Wed, 27 Oct 2010 21:48:08 +0200 |
parents | 184461bc8de4 |
children | b2709239b1f6 |
comparison
equal
deleted
inserted
replaced
5417:dd9541c73e70 | 5418:56b64a055043 |
---|---|
6 AC_COPYRIGHT([Configuration script for the PostgreSQL module. | 6 AC_COPYRIGHT([Configuration script for the PostgreSQL module. |
7 Copyright (C) 2002 Jerry James. | 7 Copyright (C) 2002 Jerry James. |
8 | 8 |
9 This file is part of XEmacs. | 9 This file is part of XEmacs. |
10 | 10 |
11 XEmacs is free software; you can redistribute it and/or modify it | 11 XEmacs is free software: you can redistribute it and/or modify it |
12 under the terms of the GNU General Public License as published by | 12 under the terms of the GNU General Public License as published by the |
13 the Free Software Foundation; either version 2, or (at your | 13 Free Software Foundation, either version 3 of the License, or (at your |
14 option) any later version. | 14 option) any later version. |
15 | 15 |
16 XEmacs is distributed in the hope that it will be useful, but | 16 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
17 WITHOUT ANY WARRANTY; without even the implied warranty of | 17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 18 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
19 General Public License for more details. | 19 for more details. |
20 | 20 |
21 You should have received a copy of the GNU General Public License | 21 You should have received a copy of the GNU General Public License |
22 along with XEmacs; see the file COPYING. If not, write to the Free | 22 along with XEmacs. If not, see <http://www.gnu.org/licenses/>.]) |
23 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
24 02111-1307, USA.]) | |
25 | 23 |
26 AC_CONFIG_SRCDIR([postgresql.c]) | 24 AC_CONFIG_SRCDIR([postgresql.c]) |
27 | 25 |
28 m4_include([../common/configure-pre.ac]) | 26 m4_include([../common/configure-pre.ac]) |
29 | 27 |