diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-02-19 08:30:53 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-02-19 08:30:53 -0500 |
commit | 1c5d4005c1a7b9d636e4410b606c58683a5a8672 (patch) | |
tree | af9c4e6a21c1dff647a7c1090c7efaef7f3c1139 /README.md | |
parent | 706ed9d96a0d29609b79ba51c1c68926f30e4417 (diff) | |
download | kasym-1c5d4005c1a7b9d636e4410b606c58683a5a8672.tar.gz |
Add autogen script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -63,6 +63,12 @@ requests to reorganize the codebase to be more "sane" I'm just going to leave it alone.
+## If `configure` complains about version mismatches
+
+Execute `./autogen.sh` to align your system's version of autotools with the
+scripts in your build directory.
+
+
# Obtaining additional files
This is where picking and choosing individual datasets comes into play.
|