]> arthur.barton.de Git - bup.git/commit
config: more config stuff to config/ subdir, call it from Makefile.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 15 May 2011 20:59:30 +0000 (16:59 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 15 May 2011 21:00:07 +0000 (17:00 -0400)
commitd8cb7b11ba2bc21c52d343f56d83d6fb3b9db7a6
tree94b6644b589f1442bac27579190424486036fb49
parent543b24adb1196fabcc8ee8bb5150415310a27d22
config: more config stuff to config/ subdir, call it from Makefile.

I really don't like Makefile.in files when Makefile can just as easily run
configure for you if you forget.

This also moves some of the junk files to the config/ subdir so they don't
(further) clutter the root.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
12 files changed:
.gitignore
Makefile [new file with mode: 0644]
Makefile.in [deleted file]
config/.gitignore [new file with mode: 0644]
config/Makefile [new file with mode: 0644]
config/config.vars.in [new file with mode: 0644]
config/configure [new file with mode: 0755]
config/configure.inc [new file with mode: 0644]
configure [new file with mode: 0755]
configure.inc [deleted file]
configure.sh [deleted file]
lib/bup/_helpers.c