comparison mcabber/configure.ac @ 909:04d0bc95f6f1

Post-0.7.7 changes Fix a small typo in 0.7.7 changelog
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 22:48:37 +0200
parents ead2d49f2a88
children 7613db31d344
comparison
equal deleted inserted replaced
908:12727120c39b 909:04d0bc95f6f1
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.7.7],[mcabber@lilotux.net]) 5 AC_INIT([mcabber],[0.7.8-dev],[mcabber@lilotux.net])
6 AM_INIT_AUTOMAKE 6 AM_INIT_AUTOMAKE
7 AC_CONFIG_SRCDIR([src]) 7 AC_CONFIG_SRCDIR([src])
8 AM_CONFIG_HEADER(config.h) 8 AM_CONFIG_HEADER(config.h)
9 9
10 AC_PROG_RANLIB 10 AC_PROG_RANLIB