mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
configure.in: Use tar-ustar to avoid name length limitations
Also use dist-bzip2.
This commit is contained in:
parent
635f5373c2
commit
3b9c8962dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user