]> git.ipfire.org Git - thirdparty/autoconf.git/commit
autoreconf.in: improve compatibility with old perl
authorZack Weinberg <zackw@panix.com>
Mon, 2 Nov 2020 22:16:00 +0000 (17:16 -0500)
committerZack Weinberg <zackw@panix.com>
Mon, 2 Nov 2020 22:16:00 +0000 (17:16 -0500)
commit73f1be5e42e37644e9e742e9995fac250a9b3f25
treea57803641e95fb0aaa181824f6250ff975a56ec6
parent46f384f850b455cdb366bafbcf4e992606b3f2c0
autoreconf.in: improve compatibility with old perl

In very old perls (I noticed this with 5.8.4), File::Temp objects are
not automatically stringified in all contexts where we expect them to
be, causing autoreconf to crash.

* bin/autoreconf.in (install_aux_file): Explicitly extract the
  temporary file’s name from $temp, and use that in all the places we
  were using $temp.
bin/autoreconf.in