emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r101625: Set up GnuTLS support.


From: Ted Zlatanov
Subject: Re: /srv/bzr/emacs/trunk r101625: Set up GnuTLS support.
Date: Mon, 4 Oct 2010 10:06:02 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

On Sun, 03 Oct 2010 15:37:18 -0400 Glenn Morris <address@hidden> wrote: 

GM> Ted Zlatanov wrote:
>> I didn't know it was automatic since I don't know autoheader.  Can you
>> check if everything works without those hand-added sections?

GM> Running autoconf generates configure from configure.in.
GM> Running autoheader generates src/config.in from configure.in.
...
GM> But you almost certainly don't need to do this. The code you have
GM> there now has no effect, because nowhere in the C code is `LIBGNUTLS'
GM> expanded, and even if it were, it expands to a shell variable
GM> $(LIBGNUTLS_LIBS) which won't be set. The AC_SUBST(LIBGNUTLS_LIBS)
GM> line handles substituting the necessary value in the Makefiles.

On Sun, 03 Oct 2010 22:12:27 +0200 Eli Zaretskii <address@hidden> wrote: 

EZ> Doesn't "autoreconf" do both in one go?

OK.  So I should run `autoheader' or `autoreconf' and check in
src/config.in?

Thanks
Ted



reply via email to

[Prev in Thread] Current Thread [Next in Thread]