[gaim-migrate @ 9212]

Sun, 21 Mar 2004 06:18:55 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sun, 21 Mar 2004 06:18:55 +0000
changeset 8479
0d5e9525305b
parent 8478
451464042054
child 8480
e1c32e741f2d

[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)

configure.ac file | annotate | diff | comparison | revisions
--- 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])
 

mercurial