mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 279562 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r279562 | tilghman | 2010-07-26 14:18:26 -0500 (Mon, 26 Jul 2010) | 9 lines Merged revisions 279561 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r279561 | tilghman | 2010-07-26 14:15:59 -0500 (Mon, 26 Jul 2010) | 2 lines Use a special Makefile for noobs who still have GNU Make 3.80. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@279564 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -176,6 +176,12 @@ AC_PROG_LN_S | ||||
| AC_PROG_RANLIB | ||||
| AST_CHECK_GNU_MAKE | ||||
|  | ||||
| if test ${ac_cv_GNU_MAKE_VERSION_MAJOR} -gt 2 -a ${ac_cv_GNU_MAKE_VERSION_MINOR} -gt 80; then | ||||
| 	$LN_S -f sounds/Makefile.381 sounds/Makefile | ||||
| else | ||||
| 	$LN_S -f sounds/Makefile.380 sounds/Makefile | ||||
| fi | ||||
|  | ||||
| AC_CHECK_TOOLS([STRIP], [strip gstrip], :) | ||||
| AC_CHECK_TOOLS([AR], [ar gar], :) | ||||
| AC_CHECK_TOOLS([SHA1SUM], [sha1sum], $ac_aux_dir/build_tools/sha1sum-sh) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user