Update DISTCHECK_CONFIGURE_ARGS
The --disable-rebuilds option does not exist anymore, so remove it. At the same time, add --enable-installed-tests.
This commit is contained in:
		
							
								
								
									
										10
									
								
								Makefile.am
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Makefile.am
									
									
									
									
									
								
							| @ -123,11 +123,11 @@ snapshot: | ||||
| 	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||||
|  | ||||
| DISTCHECK_CONFIGURE_FLAGS =		\ | ||||
| 		--enable-gtk-doc 	\ | ||||
| 		--enable-man 		\ | ||||
| 		--disable-rebuilds 	\ | ||||
| 		--disable-maintainer-mode \ | ||||
| 		--enable-introspection | ||||
| 	--enable-gtk-doc 		\ | ||||
| 	--enable-man 			\ | ||||
| 	--disable-maintainer-mode 	\ | ||||
| 	--enable-introspection  	\ | ||||
| 	--enable-installed-tests | ||||
|  | ||||
| GITIGNOREFILES = \ | ||||
| 	po-properties/Makefile.in.in \ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen