Skip to content

Commit

Permalink
configure.ac: use the "ustar" format for tarballs.
Browse files Browse the repository at this point in the history
There are several tar formats, and the historical default according to
the automake documentation ("List of Automake options") is not a good
one. The ustar format should be the best-supported, so let's use that.
  • Loading branch information
orlitzky committed Feb 7, 2020
1 parent 00c688e commit 3a3fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dnl Set to c:r+1:a if the interface is unchanged.
AC_SUBST([libcdd_version_info], [0:0:0])

AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.14.1 foreign])
AM_INIT_AUTOMAKE([1.14.1 foreign tar-ustar])

dnl Find C compiler.
AC_PROG_CC
Expand Down

0 comments on commit 3a3fbcc

Please sign in to comment.