Jason Parker 
							
						 
					 
					
						
						
							
						
						344a0f8f7b 
					 
					
						
						
							
							Allow bootstrap script to work on Solaris.  
						
						... 
						
						
						
						As usual, the way they do things is different, so we need to account for that.
automake is versioned ala BSD/Linux, but autoconf is not.  We don't actually
need to specify a version there, since AC_PREREQ will cover it for us.  Things
will fail pretty loudly if AC_PREREQ isn't met.
(closes issue #16341 )
Reported by: bklang
Patches: 
      opensolaris_bootstrap.sh uploaded by bklang (license 919)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@262299  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2010-05-11 16:43:07 +00:00 
						 
				 
			
				
					
						
							
							
								Luigi Rizzo 
							
						 
					 
					
						
						
							
						
						acc8bbbaf5 
					 
					
						
						
							
							FreeBSD now has autoconf 2.62 in the ports, 2.61 has disappeared.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205118  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2009-07-08 14:45:15 +00:00 
						 
				 
			
				
					
						
							
							
								Sean Bright 
							
						 
					 
					
						
						
							
						
						b018f80119 
					 
					
						
						
							
							Merged revisions 152992 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r152992 | seanbright | 2008-10-30 16:58:24 -0400 (Thu, 30 Oct 2008) | 2 lines
The -I argument to aclocal needs a space before the include directory name.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@152993  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2008-10-30 20:59:17 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						3d67e2adea 
					 
					
						
						
							
							Merged revisions 151240 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r151240 | kpfleming | 2008-10-20 07:45:56 +0300 (Mon, 20 Oct 2008) | 3 lines
  
  break up acinclude.m4 into individual files, which will make it easier to maintain, easier to add new macros (less patching) and will ease maintenance of these macros across Asterisk branches
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151242  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2008-10-20 04:59:04 +00:00 
						 
				 
			
				
					
						
							
							
								Luigi Rizzo 
							
						 
					 
					
						
						
							
						
						b4814719ff 
					 
					
						
						
							
							Adapt the autotools names to different versions of FreeBSD  
						
						... 
						
						
						
						(and open the way to better adaptation for other platforms as well).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85197  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-10-10 06:48:50 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Murphy 
							
						 
					 
					
						
						
							
						
						1827bcba77 
					 
					
						
						
							
							These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing, as well as the bootstrap needing a small upgrade for openbsd. Many thanks to mvanbaak  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73821  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-07-07 16:44:57 +00:00 
						 
				 
			
				
					
						
							
							
								Luigi Rizzo 
							
						 
					 
					
						
						
							
						
						812a7b2539 
					 
					
						
						
							
							simplify this file  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44250  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-10-03 15:41:00 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						2eb7c010c7 
					 
					
						
						
							
							we use autoconf 2.60.  
						
						... 
						
						
						
						Note that this only affects people regenerating the configure script.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41088  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-08-25 16:19:58 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						68835cd455 
					 
					
						
						
							
							remove a bashism ...  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22357  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-25 06:07:43 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						ed2918cfd1 
					 
					
						
						
							
							check for automake before aclocal, so that the error message says automake  
						
						... 
						
						
						
						is missing instead of aclocal, since that's where aclocal comes from
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22327  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-24 21:32:41 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						bc50c527f8 
					 
					
						
						
							
							print a message before running the autotools  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22272  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-24 17:34:35 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						574e14cbea 
					 
					
						
						
							
							Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22267  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-24 17:11:45 +00:00