comparison mcabber/configure.ac @ 2175:6b2403ddecb3

Ready for release 1.0.0
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Jun 2015 17:11:24 +0200
parents db6ca1e1e082
children ef35d7458223
comparison
equal deleted inserted replaced
2174:b3742d9ad961 2175:6b2403ddecb3
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],[0.10.4-dev],[mcabber@lilotux.net]) 5 AC_INIT([mcabber],[1.0.0],[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