Mercurial > pidgin.yaz
changeset 8479:dc07d60d1183
[gaim-migrate @ 9212]
Actually, that sucks pretty hard ... fortunately there is a trivial
fix for that. There may be bustage of old versions of automake, but
it seems this was introduced when the autoconf syntax was changed, so
it should only bust busted systems as best I can tell. (Removes
version information redundancy in configure.ac)
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 21 Mar 2004 06:18:55 +0000 |
parents | 824b871355b9 |
children | b0cebd011cc0 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Mar 21 05:38:20 2004 +0000 +++ b/configure.ac Sun Mar 21 06:18:55 2004 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(gaim, 0.76cvs, gaim-devel@lists.sourceforge.net) +AC_INIT([gaim], [0.76cvs], [gaim-devel@lists.sourceforge.net]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.76cvs]) +AM_INIT_AUTOMAKE AC_PREREQ([2.50])