mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	BuildSystem: Allow newer autotools on OpenBSD.
ASTERISK-27683 Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624
This commit is contained in:
		| @@ -18,8 +18,9 @@ case `uname -sr` in | ||||
| 		MY_AM_VER= | ||||
| 		;; | ||||
| 	OpenBSD*) | ||||
| 		export AUTOCONF_VERSION=2.63 | ||||
| 		export AUTOMAKE_VERSION=1.9 | ||||
| 		# pkg_add autoconf%2.63 automake%1.9 metaauto | ||||
| 		[ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.63 | ||||
| 		[ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.9 | ||||
| 		;; | ||||
| 	*'BSD'*) | ||||
| 		MY_AC_VER=-2.62 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user