From 1c5d4005c1a7b9d636e4410b606c58683a5a8672 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 19 Feb 2015 08:30:53 -0500 Subject: Add autogen script --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cc87b6f..49383f5 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit