Hi! On Thu, 23. Oct 2008, 09:29:40 +0200, Gaizka wrote: > I want to try the gnome keyring support, so i am trying to compile > msmtp from CVS. > > I haven't managed to do so. Any hints?
If you have automake and autoconf installed, then the following command should build a proper configure script and install any missing autotools prerequisites: $ autoreconf -i After that, you should be able to run ./configure; make; make install as usual. Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ msmtp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msmtp-users
