]> git.ipfire.org Git - thirdparty/automake.git/commit
m4: handle id failures when checking ustar support
authorMike Frysinger <vapier@gentoo.org>
Fri, 25 Feb 2022 03:20:53 +0000 (22:20 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 5 Mar 2022 18:12:15 +0000 (13:12 -0500)
commitce3bbbb49b22b0d5e7d0d74b2d44438dbc942f7e
treeea6ea9b0ccf20b0b7fd5b8fead8fec0f3c7cfbf2
parentd747a66a0defe0bf25989cda4f6d9dd89674d8a0
m4: handle id failures when checking ustar support

Fixes automake bug https://bugs.gnu.org/20713.

If `id` fails, display a specific warning message to the user.

* m4/tar.m4: Check $am_uid & $am_gid if they're unknown.
m4/tar.m4