|
sylpheed:19552
From: Alberto GonzáÍez Palomo <matmota@xxxxxxxxxx> On Wed, 2 Apr 2003 08:13:31 +0200 Fred Ruffet <fred.ruffet@xxxxxxxxxx> wrote: > I've just downloaded the source and patch. > > patch, autoconf and configure passed just fine. But when I run make, I get the following : > > $ make > cd . && /usr/bin/automake --gnu Makefile > automake: configure.in: `AM_INIT_AUTOMAKE' must be used > make: *** [Makefile.in] Erreur 1 > > any idea ? I do not know very well autoconf / automake... Me neither, but from what I've found at Google: http://www.google.com/search?q=%60AM_INIT_AUTOMAKE%27+must+be+used&sourceid=mozilla-search&start=0&start=0 it seems that it could be the version of automake. The one I'm using is 1.4 ("automake --version"). From the Debian package information for automake: "Automake 1.7 fails to work in a number of situations that Automake 1.4 and 1.5 did, so has been renamed so that the previous version can continue to be made available." After installing automake1.7, and changing configure.in to use it with: AC_PATH_PROG(AUTOMAKE, automake-1.7) I get the same error: [594 21:43:46] [WMMail.app-0.64]$ make cd . && /usr/bin/automake-1.7 --gnu Makefile configure.in: `AM_INIT_AUTOMAKE' must be used make: *** [Makefile.in] Error 1 I've tried adding AM_INIT_AUTOMAKE(WMMail, 0.64) to "configure.in", but then I get more (different) errors. Regards, -- Alberto Gonz 19485 2003-03-28 03:12 [matmota@xxxxxxxxxx ] Re: Fw: WMMail 0.64-7: Sylpheed support. 19537 2003-04-02 15:13 `-[fred.ruffet@xxxxxxxx] -> 19552 2003-04-03 04:58 `-[matmota@xxxxxxxxxx ] 19554 2003-04-03 15:16 `-[fred.ruffet@xxxxxxxx] 19561 2003-04-04 05:00 `-[matmota@xxxxxxxxxx ] 19593 2003-04-08 15:31 `-[fred.ruffet@xxxxxxxx] |