comparison configure.in @ 2249:e0d886c8e633 stable/1.2

Release v1.2.3
author Klaus Ethgen <Klaus@Ethgen.de>
date Mon, 07 Mar 2016 11:21:06 +0100
parents 3d2afc7eec7f
children
comparison
equal deleted inserted replaced
2248:e14de5a0ed41 2249:e0d886c8e633
1 dnl Process this file with autoconf to produce a configure script. -*- Autoconf 1 dnl Process this file with autoconf to produce a configure script. -*- Autoconf
2 -*- 2 -*-
3 3
4 dnl This file is a part of Geeqie project (http://geeqie.sourceforge.net/). 4 dnl This file is a part of Geeqie project (http://geeqie.sourceforge.net/).
5 dnl Copyright (C) 2008 - 2012 The Geeqie Team 5 dnl Copyright (C) 2008 - 2016 The Geeqie Team
6 dnl 6 dnl
7 dnl This program is free software; you can redistribute it and/or modify 7 dnl This program is free software; you can redistribute it and/or modify
8 dnl it under the terms of the GNU General Public License as published by 8 dnl it under the terms of the GNU General Public License as published by
9 dnl the Free Software Foundation; either version 2 of the License, or 9 dnl the Free Software Foundation; either version 2 of the License, or
10 dnl (at your option) any later version. 10 dnl (at your option) any later version.
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of 13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 dnl GNU General Public License for more details. 15 dnl GNU General Public License for more details.
16 16
17 AC_PREREQ(2.57) 17 AC_PREREQ(2.57)
18 AC_INIT(geeqie, 1.2.2, geeqie-devel@lists.sourceforge.net) 18 AC_INIT(geeqie, 1.2.3, geeqie-devel@lists.sourceforge.net)
19 19
20 # Check for rightly dirs 20 # Check for rightly dirs
21 AC_CONFIG_SRCDIR([src/main.c]) 21 AC_CONFIG_SRCDIR([src/main.c])
22 22
23 AC_CONFIG_AUX_DIR(auxdir) 23 AC_CONFIG_AUX_DIR(auxdir)