summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2015-06-26fix a bug with bash replacement in configureLuke Shumaker
2015-06-26Rework rvs a lot (no longer needs complex C dependency tracker!)Luke Shumaker
Rework ./configure, and how it uses `srcdir'. Probably broke all the other packages. Oh well, everything only half-works right now.
2015-06-26add copyright notices, and start to autoconfiscateLuke Shumaker
2015-06-26It appears I'd previously edited other files, but as far as I knew a moment ago:Luke Shumaker
The Makefiles have had support for DESTDIR for some time. I just realised configure didn't Which lead me to find some bugs in configure's option handling.
2015-06-26add .gitignoreLuke Shumaker
clean up Makefile a bit add comments on `bashisms' in configure Add a `make commit' bit. Won't really be usefull to others, but is way more convenient for me than make distclean git add -A git commit -a
2015-06-26I am satisfied with how diff-daemon buildsLuke Shumaker
2015-06-26major rewrite on build system, make doesn't complain for diffLuke Shumaker
2015-06-26build-system-ish thing works at the meta-package levelLuke Shumaker
2015-06-26mkdir rvs; mv * rvsLuke Shumaker
2015-06-26work on tieing it all togetherLuke Shumaker
2015-06-26add dist to makefilesLuke Shumaker
2015-06-260.7.3 -- more robust copyright notices in filesLuke Shumaker
2015-06-26it builds!Luke Shumaker
2015-06-26tweak makefilesLuke Shumaker
2015-06-26use the Makefile.in name used by the GNU build systemLuke Shumaker
2015-06-26Further refactoring. Mostly tweaking makefiles. Switched to Luke Shumaker
autoconf-style variables. This means I had to change every shell script...
2015-06-26much refactoring. also, screw `bzr mv'. That's why I'm writing my own system.Luke Shumaker
2015-06-260.7.0 -- refactor to make core a pluggin (not done)Luke Shumaker
2015-06-260.6.2 -- how come no one told me `make install' fails?Luke Shumaker
2015-06-26rvs-0.6.1 -- make it possible to compile from another directoryLuke Shumaker
2015-06-26rvs 0.6.0 -- major restructuring to:Luke Shumaker
* use a proper build directory, rather than just extracting into / * declare functions in a POSIX/SUS3 compliant way * support systems with out GNU bash, or GNU bash in a place other than /bin/bash