[svn-commits] pcadach: branch pcadach/chan_h323-live r42084 -
	/team/pcadach/chan_h323-live/
    svn-commits at lists.digium.com 
    svn-commits at lists.digium.com
       
    Tue Sep  5 23:50:31 MST 2006
    
    
  
Author: pcadach
Date: Wed Sep  6 01:50:31 2006
New Revision: 42084
URL: http://svn.digium.com/view/asterisk?rev=42084&view=rev
Log:
People occasionaly needs to re-build configure so don't be so restrictive
to autoconf 2.60. Internal usage of 2.60 isn't depends on requirements to
build configure script.
Modified:
    team/pcadach/chan_h323-live/configure.ac
Modified: team/pcadach/chan_h323-live/configure.ac
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/configure.ac?rev=42084&r1=42083&r2=42084&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/configure.ac (original)
+++ team/pcadach/chan_h323-live/configure.ac Wed Sep  6 01:50:31 2006
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.60)
+AC_PREREQ(2.59)
 
 m4_define([PBX_VERSION],
           m4_bpatsubst(m4_esyscmd([build_tools/make_version .]),
    
    
More information about the svn-commits
mailing list