summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-28 17:10:42 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-28 17:10:42 +0000
commit578185a773b9d20744a0968f296aae0fef28a634 (patch)
tree8fdcbf2170c6f177a9f34a32a465036945411f25
parentbd9d2fccd0bd20fcc0de2ea3dcc363e946c53b6e (diff)
downloadmpc-578185a773b9d20744a0968f296aae0fef28a634.tar.gz
added licence statement to configure.ac
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@214 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--README.dev6
-rw-r--r--configure.ac21
2 files changed, 24 insertions, 3 deletions
diff --git a/README.dev b/README.dev
index 3554c8e..8ae2892 100644
--- a/README.dev
+++ b/README.dev
@@ -11,7 +11,7 @@ Creating a new release
----------------------
1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
- in INSTALL, and in mpc.h (remove suffix in MPC_VERSION STRING"), and
+ in INSTALL, and in mpc.h (remove suffix in MPC_VERSION_STRING), and
disactivate the -Werror option in configure.ac.
2) Check that NEWS, BUGS and TODO are up to date, and that the minimal
version numbers of gmp and mpfr in INSTALL and doc/mpc.texi are
@@ -19,6 +19,6 @@ Creating a new release
3) Execute "autoreconf; touch doc/mpc.texi; make dist".
This updates the date and version number in doc/version.texi and
creates the tarball for distribution.
-4) Update the version number in configure.ac and in INSTALL, and reactivate
- the -Werror option in configure.ac.
+4) Update the version number in configure.ac, INSTALL and mpc.h,
+ and reactivate the -Werror option in configure.ac.
5) Commit the changes to svn.
diff --git a/configure.ac b/configure.ac
index 6d07917..0fb6235 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,24 @@
+/* configure.ac
+
+Copyright (C) 2008 Andreas Enge, Philippe Th\'eveny
+
+This file is part of the MPC Library.
+
+The MPC Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or (at your
+option) any later version.
+
+The MPC Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the MPC Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA. */
+
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.