Added CONFIGUREFLAGS option to Smake.
[pspp-builds.git] / README.CVS
index 244c31b7e49c34ee63916767b79866ea404599fa..b5ff93df8a68db1be2485891a66260234f81501e 100644 (file)
@@ -2,8 +2,16 @@ To build this project from the sources direct from the
 cvs archive use:
 
 make -f Smake
+# If you need to pass arguments to configure, use 
+# make -f Smake CONFIGUREFLAGS="--with-this --without-that"
 make
 
- and to test it:
+
+
+ To test it:
+
+make check
+
+ For a very thorough test: 
 
 make distcheck