mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
configure: generate bzip2 tarballs in ustar format by default.
This commit is contained in:
parent
40cb71f36e
commit
1dea0ef974
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ AC_CONFIG_AUX_DIR([build-aux])
|
|||
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-bzip2])
|
||||
|
||||
TODAY="`LC_ALL=C date +'%a, %d %b %Y %X %z'`"
|
||||
AC_SUBST(TODAY)
|
||||
|
|
Loading…
Reference in a new issue