comparison configure.in @ 2354:a04e0fc10199 stable/1.3

Releasing stable version
author Klaus Ethgen <Klaus@Ethgen.de>
date Fri, 27 May 2016 10:37:56 +0100
parents 95507e596256
children
comparison
equal deleted inserted replaced
2353:eae10ee6bcf1 2354:a04e0fc10199
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], m4_esyscmd_s(git rev-parse --quiet --verify --short master), [geeqie-devel@lists.sourceforge.net], [], [http://www.geeqie.org/]) 18 AC_INIT([geeqie], 1.3, [geeqie-devel@lists.sourceforge.net], [], [http://www.geeqie.org/])
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)