comparison configure.ac @ 287:4a7f4ba199cc

- version bump to 0.8.3 - rewrite signed_on_cb()
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 03 Feb 2009 19:59:29 +0900
parents ac9b8dc3b013
children 87dcbb5be76a
comparison
equal deleted inserted replaced
286:6d0bb66fedc7 287:4a7f4ba199cc
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(pidgin-twitter, 0.8.2, yaz@honeyplanet.jp) 5 AC_INIT(pidgin-twitter, 0.8.3, yaz@honeyplanet.jp)
6 AC_CONFIG_SRCDIR([main.c]) 6 AC_CONFIG_SRCDIR([main.c])
7 7
8 # Checks for programs. 8 # Checks for programs.
9 AC_PROG_CC 9 AC_PROG_CC
10 10