updated for autoconf stuff
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 16 May 2003 19:41:13 +0000 (19:41 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 16 May 2003 19:41:13 +0000 (19:41 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index dd2821025edd85f0e8d5e02327cefe4af222c78a..eee2704a1690840764de78c9e5ff8e0b331710f7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,11 @@
 
+Configure with './configure'.  './configure --help' will give the
+configuration options.  If the configure script does not exist
+(if you checked comedilib out from cvs for example), it can
+be generated by running './autogen.sh'.  The autoconf, automake,
+autoheader, etc. tools are required to generate the configure
+script (automake version 1.6 recommended).
+
 Compile using 'make'.  If this doesn't work, make sure you have the
 basic tools installed to compile.  If you can successfully compile
 other things, consult the author, as he has probably made a mistake.