Commits


prepend builddir/kamid to PATH before running the lisp regress suite I'm not proud of that hack, which is a double hack in fact, but I've already wasted too much time on this. The first hack is the PATH mangling, and the second the $$(cd ... ; pwd) to obtain an *absolute* path: for build in-tree top_builddir is just `.' which isn't really helpful after a cd.


hook the tests


9ps: chdir to script basename before including it In the *-suite.9ps files we have stuff like `include "lib.9ps"`, but when ninepscript is called from the *root* directory that include will fail. This is a workaround to allow including file relatively and allows to run the regress suite.


ignore certs, key and config files too


ftp: fix usage


fix readline on !OpenBSD I talked too fast. There's a typo that disabled readline even if found with pkg-config, and also the way I hooked it in kamiftp was wrong...


fix -hopefully once and for all- the readline stuff It's incredible how hard is to find an optional dependency that's needed only for some targets. I don't want to use a subdir because kamiftp needs the whole compat stuff as everything else, damn!


Merge branch 'portable' Trying to maintain two branches was impossible at this stage for me alone, so I'll recognize my stupidity and merge the portable branch into the main one. The repository will build using autotools.


regress: pass -r to ninepscript


ninepscript: drop per-test `dir' specify the dir only once via ninepscript' -r (mandatory) argument.


ninepscript: drop per-test `dir' specify the dir only once via ninepscript' -r (mandatory) argument.


ignore autotools stuff


update the readme


fix build on linux


revert the readline workaround