Created
November 16, 2015 15:11
-
-
Save jonm/87655e0da99d3dbef3ef to your computer and use it in GitHub Desktop.
second run of `autoreconf --install`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/src/SillyMUD]$ autoreconf --install | |
configure.ac:3: installing './compile' | |
configure.ac:2: installing './install-sh' | |
configure.ac:2: installing './missing' | |
Makefile.am: installing './INSTALL' | |
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 | |
Makefile.am: installing './COPYING' using GNU General Public License v3 file | |
Makefile.am: Consider adding the COPYING file to the version control system | |
Makefile.am: for your code, to avoid questions about which license your project uses | |
src/Makefile.am: installing './depcomp' | |
autoreconf: automake failed with exit status: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment