Mercurial > pidgin-twitter
comparison configure.ac @ 321:ba5ac8d6c5bb 0.8.5.1
version bump to 0.8.5.1
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 19 Sep 2009 02:00:06 +0900 |
parents | ac151370a698 |
children | 38a2ef743019 |
comparison
equal
deleted
inserted
replaced
320:f021bd3431a6 | 321:ba5ac8d6c5bb |
---|---|
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.5, yaz@honeyplanet.jp) | 5 AC_INIT(pidgin-twitter, 0.8.5.1, 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 |