emacs-devel
[Top][All Lists]
Advanced

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

configure{.in,} question


From: Lars Magne Ingebrigtsen
Subject: configure{.in,} question
Date: Sun, 24 Oct 2010 19:31:10 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

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:

=== modified file 'configure'
*** configure   2010-10-12 21:03:09 +0000
--- configure   2010-10-24 17:26:15 +0000
***************
*** 5506,5524 ****
  fi
  
  
! 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

(bla bla)

Is this just somebody else who forgot to autoconf after previous
changes, or is my local autoconf doing odd things?  

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen




reply via email to

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