[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnutls 3.0.10
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: gnutls 3.0.10 |
Date: |
Sun, 19 Feb 2012 19:54:59 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
On 02/19/2012 01:49 PM, Andreas Metzler wrote:
>>> I will take a look at this tomorrow. (Unless weather permits
>>> snowboarding.)
>
>> The problem is that libopts might be there but not autogen. If you find
>> any possible solutions to that let me know!
>
> For the time being I am using this hack in Debian:
> # force regeneration of autogen-ed files.
> for i in `grep -l AutoGen-ed src/*.c` ; do \
> t=`basename $$i .c` ;\
> rm -v $$i src/$$t.h;\
> done
> The problem really does not suggest a tidy resolution to me either.
I've also reported that to autogen upstream.
https://sourceforge.net/tracker/?func=detail&aid=3489380&group_id=3593&atid=103593
regards,
Nikos