automake fails when using add-missing option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
autoconf (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
automake --add-missing --copy does not create or copy any missing files.
I `apt purge autoconf` then `apt install autoconf` in case the Gnu required files had gone missing from my system for any reason.
The work-around is easy of course, just `touch README` etc.
>> lsb_release -rd
Description: Ubuntu 16.04.4 LTS
Release: 16.04
>> apt-cache policy autoconf
autoconf:
Installed: 2.69-9
Candidate: 2.69-9
Version table:
*** 2.69-9 500
500 http://
500 http://
100 /var/lib/
>> automake --add-missing --copy
I expected it add a missing README file
This happened instead.
Makefile.am: error: required file './README' not found