diff --git a/configuration/README b/configuration/README new file mode 100755 index 0000000..42f6a43 --- /dev/null +++ b/configuration/README @@ -0,0 +1,11 @@ +Make configuration system for the INFO database authoring framework, using autoconf. + +To update: + +% cvs update +% make +% ./configure + +Check for missing items in the configure script output. Some will raise a fatal error if missing, some won't. + +If all looks OK, then everything should just work! (fingers crossed)