Commit Briefs

Omar Polo

include test in the distribution tarball

while here also delete the two remaining makefiles from before the -portable merge.



Omar Polo

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.


Omar Polo

hook the tests


Omar Polo

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.