Mercurial > pidgin
comparison configure.ac @ 6246:2cb2a49f4bbe
[gaim-migrate @ 6740]
Lots of very minor updates:
-dos2unixed PROGRAMMING_NOTES
-added PROGRAMMING_NOTES to make dist, or whatever
-fixed a typo in README.CVS
-updated the version number
-sheared the sheep
-rpm spec file updates from Bjoern Voigt
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 20 Jul 2003 18:59:56 +0000 |
parents | 25b26e3ecf60 |
children | 7e5cc7c7cf5d |
comparison
equal
deleted
inserted
replaced
6245:9083f92e0d58 | 6246:2cb2a49f4bbe |
---|---|
1 dnl Process this file with autoconf to produce a configure script. | 1 dnl Process this file with autoconf to produce a configure script. |
2 AC_INIT(src/main.c) | 2 AC_INIT(src/main.c) |
3 AM_CONFIG_HEADER(config.h) | 3 AM_CONFIG_HEADER(config.h) |
4 AM_INIT_AUTOMAKE([gaim], [0.66]) | 4 AM_INIT_AUTOMAKE([gaim], [0.67cvs]) |
5 | 5 |
6 AC_PREREQ([2.50]) | 6 AC_PREREQ([2.50]) |
7 | 7 |
8 AC_PATH_PROG(sedpath, sed) | 8 AC_PATH_PROG(sedpath, sed) |
9 | 9 |