mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	configure.in: Use tar-ustar to avoid name length limitations
Also use dist-bzip2.
This commit is contained in:
		@@ -59,7 +59,7 @@ AC_CONFIG_MACRO_DIR([m4macros])
 | 
			
		||||
# Save this value here, since automake will set cflags later
 | 
			
		||||
cflags_set=${CFLAGS+set}
 | 
			
		||||
 | 
			
		||||
AM_INIT_AUTOMAKE([1.10 no-define])
 | 
			
		||||
AM_INIT_AUTOMAKE([1.10 no-define no-dist-gzip dist-bzip2 tar-ustar])
 | 
			
		||||
 | 
			
		||||
# Support silent build rules, requires at least automake-1.11. Disable
 | 
			
		||||
# by either passing --disable-silent-rules to configure or passing V=1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user