Blame SOURCES/7.4.062

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.062
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.062 (after 7.4.061)
22c937
Problem:    Configure check for AvailabilityMacros.h is wrong.
22c937
Solution:   Use AC_CHECK_HEADERS().
22c937
Files:      src/configure.in, src/auto/configure
22c937
22c937
22c937
*** ../vim-7.4.061/src/configure.in	2013-11-03 00:40:54.000000000 +0100
22c937
--- src/configure.in	2013-11-03 20:19:42.000000000 +0100
22c937
***************
22c937
*** 230,236 ****
22c937
  
22c937
  dnl Mac OS X 10.9+ no longer include AvailabilityMacros.h in Carbon
22c937
  dnl so we need to include it to have access to version macros.
22c937
! AC_CHECK_HEADER(AvailabilityMacros.h, HAVE_AVAILABILITYMACROS_H=1)
22c937
  
22c937
  AC_SUBST(OS_EXTRA_SRC)
22c937
  AC_SUBST(OS_EXTRA_OBJ)
22c937
--- 230,236 ----
22c937
  
22c937
  dnl Mac OS X 10.9+ no longer include AvailabilityMacros.h in Carbon
22c937
  dnl so we need to include it to have access to version macros.
22c937
! AC_CHECK_HEADERS(AvailabilityMacros.h)
22c937
  
22c937
  AC_SUBST(OS_EXTRA_SRC)
22c937
  AC_SUBST(OS_EXTRA_OBJ)
22c937
*** ../vim-7.4.061/src/auto/configure	2013-11-03 00:40:54.000000000 +0100
22c937
--- src/auto/configure	2013-11-03 20:22:56.000000000 +0100
22c937
***************
22c937
*** 4263,4273 ****
22c937
  $as_echo "no" >&6; }
22c937
  fi
22c937
  
22c937
! ac_fn_c_check_header_mongrel "$LINENO" "AvailabilityMacros.h" "ac_cv_header_AvailabilityMacros_h" "$ac_includes_default"
22c937
  if test "x$ac_cv_header_AvailabilityMacros_h" = x""yes; then :
22c937
!   HAVE_AVAILABILITYMACROS_H=1
22c937
  fi
22c937
  
22c937
  
22c937
  
22c937
  
22c937
--- 4263,4279 ----
22c937
  $as_echo "no" >&6; }
22c937
  fi
22c937
  
22c937
! for ac_header in AvailabilityMacros.h
22c937
! do :
22c937
!   ac_fn_c_check_header_mongrel "$LINENO" "AvailabilityMacros.h" "ac_cv_header_AvailabilityMacros_h" "$ac_includes_default"
22c937
  if test "x$ac_cv_header_AvailabilityMacros_h" = x""yes; then :
22c937
!   cat >>confdefs.h <<_ACEOF
22c937
! #define HAVE_AVAILABILITYMACROS_H 1
22c937
! _ACEOF
22c937
! 
22c937
  fi
22c937
  
22c937
+ done
22c937
  
22c937
  
22c937
  
22c937
*** ../vim-7.4.061/src/version.c	2013-11-03 00:40:54.000000000 +0100
22c937
--- src/version.c	2013-11-03 20:25:31.000000000 +0100
22c937
***************
22c937
*** 740,741 ****
22c937
--- 740,743 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     62,
22c937
  /**/
22c937
22c937
-- 
22c937
Yesterday, all my deadlines seemed so far away
22c937
now it looks as though it's freeze in four days
22c937
oh I believe in cvs..
22c937
    [ CVS log "Beatles style" for FreeBSD ports/INDEX, Satoshi Asami ]
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///