]> git.ipfire.org Git - thirdparty/autoconf.git/commit
autoreconf --install --force: replace install-sh with no timestamp
authorZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 15:32:04 +0000 (10:32 -0500)
committerZack Weinberg <zackw@panix.com>
Tue, 8 Dec 2020 15:34:31 +0000 (10:34 -0500)
commitc3afa488831e37137f3319f24456bb2cf7953acf
tree7445e04506bb95a6c355ebf984979705df2872ad
parent9887fa54b600e4dd78fb58f213d3602b906c47ee
autoreconf --install --force: replace install-sh with no timestamp

Old versions of install-sh did not have a timestamp line.  Therefore,
treat the absence of a timestamp line as indicating a very old file
(that --install --force should replace), not as an error.

Problem reported by Pascal Terjan.

* bin/autoreconf.in (extract_time_stamp): Return 1970-01-01 when
  no timestamp line is found.
* tests/torture.at (Missing auxiliary files (--force)):
  Test replacement of old install-sh with no timestamp line.
bin/autoreconf.in
tests/torture.at