Re: cvs HEAD, autogen.sh failed with --with-gpgme



On 08.07.2004 19:29:02, Albrecht Dreß wrote:
Am 08.07.04 18:24 schrieb(en) Jean-Luc Coulon (f5ibh):
I've done the same thing with the cvs versino of yesterday and evrything went fine.

Yes, that's right, meanwhile Pawel submitted a mega-patch from me, which replaces the "#ifdef HAVE_GPGME" stuff in libbalsa/gmime-* by a conditional build (I use those files in an other project, and the ifdef's are confusing...). Remembering your first message, can you please check that in the top-level configure.in there is after the gpgme check a line reading


AM_CONDITIONAL([BUILD_WITH_GPGME], [test $gpgmecfg = "yes"])

which should enable this behaviour?

In configure.in, there is:

echo "GPG $gpgmecfg"
AM_CONDITIONAL([BUILD_WITH_GPGME], [test $gpgmecfg = "yes"])


I have several automake installed side by side (Debian sid system), but the one choosen by the autogen script is 1.4. If I remove 1.4 it doesnt work at all.

All I can say is that it works perfectly for me, and that this feature is used frequently in all gpg cvs sources (e.g. pinentry). I checked that automake-1.4 for me is a symlink to automake, which in turn has version 1.7.9. Hmmm...

I have had a look in the system behaviou:
autogen.sh call the gnome-autogen.sh which point to /usr/share/aclocal/ autogen.sh


The version test for automake is >= 1.4

In this autogen.sh, if 1.4 the automake-1.4 and nothing else, for higher versions, it checks from 1.7 (forgetting 1.8) down to 1.4.

I've reported a bug against this behaviour a long time ago but there was no answer ...

So, Ihave hacked the /usr/share/aclocal/autogen.sh so that it checks first for 1.8 down to 1.4

With 1.8, the autogen works fine (somewarning messages for the m4 macros).

---
regards
		- Jean-Luc

Cheers, Albrecht.


Attachment: signature.asc
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]