SDL_ttf: with customized tar.m4, tar-pax isn't needed: ustar seems enough.

From b1006d184a16b369dbe8eda176c90952838f4ac3 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 16 Apr 2021 11:24:10 +0300
Subject: [PATCH] with customized tar.m4, tar-pax isn't needed: ustar seems
 enough.

---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index e13debe..541fa50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,6 @@ AC_SUBST([MINOR_VERSION], MINOR_VERSION_MACRO)
 AC_SUBST([MICRO_VERSION], MICRO_VERSION_MACRO)
 AC_SUBST([INTERFACE_AGE], INTERFACE_AGE_MACRO)
 AC_SUBST([BINARY_AGE], BINARY_AGE_MACRO)
-# VERSION is AC_SUBST'd by AC_INIT
 
 # libtool versioning
 LT_INIT([win32-dll])
@@ -45,7 +44,7 @@ dnl Detect the canonical build and host environments
 AC_CANONICAL_HOST
 
 dnl Setup for automake
-AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])
+AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
 
 dnl Check for tools
 AC_PROG_CC