| 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([gaim], [2.0.0dev], [gaim-devel@lists.sourceforge.net]) |
2 AC_INIT([gaim], [2.0.0beta5], [gaim-devel@lists.sourceforge.net]) |
| 3 AC_CANONICAL_SYSTEM |
3 AC_CANONICAL_SYSTEM |
| 4 AM_CONFIG_HEADER(config.h) |
4 AM_CONFIG_HEADER(config.h) |
| 5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |
5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |
| 6 #AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
6 #AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| 7 |
7 |