[asterisk-commits] rizzo: branch rizzo/video_v2 r85199 -	/team/rizzo/video_v2/configure.ac
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Oct 10 01:51:35 CDT 2007
    
    
  
Author: rizzo
Date: Wed Oct 10 01:51:35 2007
New Revision: 85199
URL: http://svn.digium.com/view/asterisk?view=rev&rev=85199
Log:
properly support autoconf 2.61 features
Modified:
    team/rizzo/video_v2/configure.ac
Modified: team/rizzo/video_v2/configure.ac
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/configure.ac?view=diff&rev=85199&r1=85198&r2=85199
==============================================================================
--- team/rizzo/video_v2/configure.ac (original)
+++ team/rizzo/video_v2/configure.ac Wed Oct 10 01:51:35 2007
@@ -28,7 +28,7 @@
 AC_REVISION($Revision$)
 
 AC_GNU_SOURCE
-AC_USE_SYSTEM_EXTENSIONS	# note- does not work on FreeBSD
+AC_USE_SYSTEM_EXTENSIONS	# note- does not work with autoconf 2.59
 
 case "${host_os}" in
      freebsd*)
@@ -127,7 +127,7 @@
 AC_PROG_CXXCPP
 # This macro is just copied into our local acinclude.m4 from libtool.m4 so that
 # the developers regenerating the configure script don't have to install libtool.
-#AST_PROG_LD	# note, does not work on FreeBSD
+AST_PROG_LD	# note, does not work with autoconf 2.59
 AC_PROG_AWK
 AC_PROG_INSTALL
 AC_PROG_LN_S
    
    
More information about the asterisk-commits
mailing list