mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	autogen.sh: Enforce serial test harness on automake >=1.13
This commit is contained in:
		
							
								
								
									
										14
									
								
								autogen.sh
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								autogen.sh
									
									
									
									
									
								
							| @@ -174,11 +174,21 @@ else | ||||
| 	DEANSI_START="#" | ||||
| 	DEANSI_END=" (disabled by ./autogen.sh script)" | ||||
| fi | ||||
| sed -e "s|^__ng_Makefile_am_template__|${DEANSI_START}AUTOMAKE_OPTIONS = ansi2knr${DEANSI_END}|g" \ | ||||
| # Serial test harness? | ||||
| if [ "$AM_MAJOR" -eq "1" -a "$AM_MINOR" -ge "13" ]; then | ||||
| 	# automake >= 1.13 => enforce "serial test harness" | ||||
| 	echo " - Enforcing serial test harness." | ||||
| 	SERIAL_TESTS="serial-tests" | ||||
| else | ||||
| 	# automake < 1.13 => no new test harness, nothing to do | ||||
| 	SERIAL_TEST="" | ||||
| fi | ||||
|  | ||||
| sed -e "s|^__ng_Makefile_am_template__|AUTOMAKE_OPTIONS = ${SERIAL_TESTS} ${DEANSI_START}ansi2knr${DEANSI_END}|g" \ | ||||
| 	src/portab/Makefile.ng >src/portab/Makefile.am | ||||
| for makefile_ng in $AM_MAKEFILES; do | ||||
| 	makefile_am=`echo "$makefile_ng" | sed -e "s|\.ng\$|\.am|g"` | ||||
| 	sed -e "s|^__ng_Makefile_am_template__|${DEANSI_START}AUTOMAKE_OPTIONS = ../portab/ansi2knr${DEANSI_END}|g" \ | ||||
| 	sed -e "s|^__ng_Makefile_am_template__|AUTOMAKE_OPTIONS = ${SERIAL_TESTS} ${DEANSI_START}../portab/ansi2knr${DEANSI_END}|g" \ | ||||
| 		$makefile_ng >$makefile_am | ||||
| done | ||||
|  | ||||
|   | ||||
| @@ -711,7 +711,8 @@ echo $ECHO_N "   libiconv support: $ECHO_C" | ||||
|  | ||||
| echo | ||||
|  | ||||
| if ! grep "^AUTOMAKE_OPTIONS = ../portab/ansi2knr" src/ngircd/Makefile.am >/dev/null 2>&1; then | ||||
| define(_automake_regex_,[[^AUTOMAKE_OPTIONS = [a-z .\-]*/portab/ansi2knr]]) | ||||
| if ! grep "_automake_regex_" src/ngircd/Makefile.am >/dev/null 2>&1; then | ||||
| 	echo "WARNING:" | ||||
| 	echo "This GNU automake generated build system does not support \"de-ANSI-fication\"," | ||||
| 	echo "therefore don't use it to generate \"official\" distribution archives!" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton