Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.9, 0.9.1, 0.9.2, 0.9.3, 0.9.3.1, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.14.1
-
None
-
Any platform where autotools is available (so really any platform).
I'll create a PR on github - it's a one-liner.
-
Patch
Description
Add "foreign" to "AM_INIT_AUTOMAKE()" in "configure.ac" to prevent autoreconf complaining about "missing" files. Autotools projects have historically required these to be present, but their absense is less critical these days.
$ autoreconf -vfi ... Makefile.am: error: required file './NEWS' not found Makefile.am: error: required file './README' not found Makefile.am: error: required file './AUTHORS' not found Makefile.am: error: required file './ChangeLog' not found ...
Also removed the "--foreign" argument from automake in bootstrap.sh
Attachments
Issue Links
- links to