aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 9198ae5..3a1b4a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,22 +1,22 @@
1# Process this file with autoconf to produce a configure script. 1# Process this file with autoconf to produce a configure script.
2# 2#
3# This file is part of TALER 3# This file is part of GNU libextractor
4# Copyright (C) 2014 GNUnet e.V. 4# Copyright (C) 2014, 2017 GNUnet e.V.
5# 5#
6# TALER is free software; you can redistribute it and/or modify it under the 6# GNU libextractor is free software; you can redistribute it and/or modify it under the
7# terms of the GNU General Public License as published by the Free Software 7# terms of the GNU General Public License as published by the Free Software
8# Foundation; either version 3, or (at your option) any later version. 8# Foundation; either version 3, or (at your option) any later version.
9# 9#
10# TALER is distributed in the hope that it will be useful, but WITHOUT ANY 10# GNU libextractor is distributed in the hope that it will be useful, but WITHOUT ANY
11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12# A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License along with 14# You should have received a copy of the GNU General Public License along with
15# TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/license> 15# GNU libextractor; see the file COPYING. If not, If not, see <http://www.gnu.org/license>
16# 16#
17# 17#
18AC_PREREQ(2.61) 18AC_PREREQ(2.61)
19AC_INIT([libextractor], [1.3], [bug-libextractor@gnu.org]) 19AC_INIT([libextractor], [1.4], [bug-libextractor@gnu.org])
20AC_CONFIG_HEADERS([config.h]) 20AC_CONFIG_HEADERS([config.h])
21AC_CONFIG_MACRO_DIR([m4]) 21AC_CONFIG_MACRO_DIR([m4])
22AH_TOP([#define _GNU_SOURCE 1]) 22AH_TOP([#define _GNU_SOURCE 1])
@@ -25,7 +25,7 @@ AC_CANONICAL_HOST
25AC_CANONICAL_SYSTEM 25AC_CANONICAL_SYSTEM
26 26
27LIB_VERSION_CURRENT=4 27LIB_VERSION_CURRENT=4
28LIB_VERSION_REVISION=3 28LIB_VERSION_REVISION=4
29LIB_VERSION_AGE=1 29LIB_VERSION_AGE=1
30AC_SUBST(LIB_VERSION_CURRENT) 30AC_SUBST(LIB_VERSION_CURRENT)
31AC_SUBST(LIB_VERSION_REVISION) 31AC_SUBST(LIB_VERSION_REVISION)