emacs-devel
[Top][All Lists]
Advanced

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

Re: configure{.in,} question


From: Glenn Morris
Subject: Re: configure{.in,} question
Date: Sun, 24 Oct 2010 15:38:26 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Lars Magne Ingebrigtsen wrote:

> I was going to remove the (BROKEN) from the gnutls conf option in
> configure.in, but when I then said "autoconf" (aren't we supposed to
> after all configure.in changes?), I got a somewhat big change in the
> configure file, with lots gcc changes and stuff:

Big changes are expected if you use a different version of autoconf to
the previous guy. I try to use the same version always to avoid this.

> ! if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
> ! then
> !   ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
> ! fi
> ! 
> ! if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
> ! then
> !   ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
>   fi

I did not bother regenerating configure for that change, since it
purely cosmetic.



reply via email to

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