On Wednesday, 2 March 2022 21:27:57 CET Duncan wrote:
> My autotools foo isn't the best (it's an old gentoo pan live-git ebuild
> which I've updated with new deps and options over the years, they dropped
> the live ebuild years ago and dropped pan entirely a year or so ago, once
> it stabilizes on gtk3/gmime3 I'll put in a bug request to add it again) so
> I'm not entirely sure this answers your question, but...
> 
> ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-
> linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/
> usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-
> tracking --disable-silent-rules --docdir=/usr/share/doc/pan-9999 --
> htmldir=/usr/share/doc/pan-9999/html --libdir=/usr/lib64 --disable-
> maintainer-mode --disable-nls --without-yelp-tools --without-webkit --
> without-gmime-crypto --with-dbus --disable-gkr --with-gtkspell --disable-
> libnotify --with-gnutls

./configure is not archived in git repo, (although I think a new configure 
script is provided in the tarballs available on pan.rebelbase).

If you're compiling from git, you should regenerate this script by running 
something like:

./autogen.sh --with-gnutls --with-dbus --with-gmime-crypto --with-gtkspell --
enable-libnotify --enable-gkr --enable-manual

Running this script requires that automake tools (or may be autotools) are 
installed on your system. A package for automake should be available on gentoo

HTH




_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to