Created
November 16, 2015 15:06
-
-
Save jonm/860723c9b02f60135469 to your computer and use it in GitHub Desktop.
first attempt at `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:2: error: option '-g' not recognized | |
configure.ac:2: error: option '-DIMPL_SECURITY' not recognized | |
configure.ac:2: error: option '-DNEW_RENT' not recognized | |
configure.ac:2: error: option '-DLEVEL_LOSS' not recognized | |
configure.ac:2: error: option '-DNEWEXP' not recognized | |
configure.ac:2: error: option '-DGROUP_NAMES' not recognized | |
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