aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-07-05 18:32:34 +0000
committerWerner Koch <[email protected]>2007-07-05 18:32:34 +0000
commit49a4ba3ce049f29fc5021605b7bdec71040a8fa2 (patch)
treec5928dc324cc90a6554e2f807bbd5271b1a06808 /configure.ac
parent2007-07-04 Marcus Brinkmann <[email protected]> (diff)
downloadlibassuan-1.0.2.tar.gz
libassuan-1.0.2.zip
Switched to LGPLv3.libassuan-1.0.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 2c6dfb4..dc48ba3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
# configure.ac - for libassuan
-# Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc,
+# Copyright (C) 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc.
#
# This file is part of Assuan.
#
# Assuan 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
+# published by the Free Software Foundation; either version 3 of
# the License, or (at your option) any later version.
#
# Assuan is distributed in the hope that it will be useful, but
@@ -14,9 +14,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
# Process this file with autoconf to produce a configure script.
@@ -27,7 +25,7 @@ min_automake_version="1.10"
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [1.0.2])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))