[sylpheed:37188] Re: [ANNOUNCE] Sylpheed's public repository migrated to GitHub

Frank Elsner <[email protected]> Wed, 7 Jun 2023 21:38:08 +0200
Newsgroups gmane.mail.sylpheed.general
Message-ID <[email protected]>
On Wed, 7 Jun 2023 19:03:16 +0200 Ingo Strauch wrote:
> On Wed, 7 Jun 2023 18:49:25 +0200
> Frank Elsner <[email protected]> wrote:
> 
> > I managed to clone the repo but can't find any documentation how to compile.
> 
> The INSTALL file in principle has the information:
> 
> % ./configure
> % make
> % su
> Password: [Enter password]
> # make install
> 
> But the "configure" file does not exist. So for now you would have to
> 
> % ./autogen.sh

After removing the version 1.15 from aclocal and automake 
autogen.sh ran perfect. Compilation successful and sylpheed usable.

Thanks, Frank