comparison configure.ac @ 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 db4a125edd7b
comparison
equal deleted inserted replaced
8478:824b871355b9 8479:dc07d60d1183
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, 0.76cvs, gaim-devel@lists.sourceforge.net) 2 AC_INIT([gaim], [0.76cvs], [gaim-devel@lists.sourceforge.net])
3 AM_CONFIG_HEADER(config.h) 3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE([gaim], [0.76cvs]) 4 AM_INIT_AUTOMAKE
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