comparison mcabber/configure.ac @ 2287:1f5f708d58a6

Merge release 1.0.4
author Mikael Berthe <mikael@lilotux.net>
date Mon, 21 Nov 2016 20:58:58 +0100
parents 56b0cf821f64 e20ac5fe419c
children 72540f37f679
comparison
equal deleted inserted replaced
2282:dc1b123d63d5 2287:1f5f708d58a6
1 # -*- Autoconf -*- 1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script. 2 # Process this file with autoconf to produce a configure script.
3 3
4 AC_PREREQ(2.59) 4 AC_PREREQ(2.59)
5 AC_INIT([mcabber],[1.0.4-dev],[mcabber@lilotux.net]) 5 AC_INIT([mcabber],[1.0.5-dev],[mcabber@lilotux.net])
6 XC_AUTOMAKE 6 XC_AUTOMAKE
7 AC_CONFIG_SRCDIR([mcabber]) 7 AC_CONFIG_SRCDIR([mcabber])
8 AC_CONFIG_HEADERS([mcabber/config.h]) 8 AC_CONFIG_HEADERS([mcabber/config.h])
9 AC_CONFIG_HEADERS([include/config.h]) 9 AC_CONFIG_HEADERS([include/config.h])
10 10