about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-07-09 21:08:01 -0400
committerJune McEnroe <june@causal.agency>2023-07-09 21:08:01 -0400
commit8274be77a0b01f3e29bd1137be77d82077c038a3 (patch)
treedbc96885e2e0fe7aa2dcff6c75e1ec4f81bfe5a7 /configure
parentFix README files list (diff)
downloadcatgirl-8274be77a0b01f3e29bd1137be77d82077c038a3.tar.gz
catgirl-8274be77a0b01f3e29bd1137be77d82077c038a3.zip
Move sandman to top-level, add --enable-sandman 2.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 9465b77..07e3245 100755
--- a/configure
+++ b/configure
@@ -29,6 +29,7 @@ for opt; do
 		(--prefix=*) echo "PREFIX = ${opt#*=}" ;;
 		(--bindir=*) echo "BINDIR = ${opt#*=}" ;;
 		(--mandir=*) echo "MANDIR = ${opt#*=}" ;;
+		(--enable-sandman) echo 'BINS += sandman' ;;
 		(*) echo "warning: unsupported option ${opt}" >&2 ;;
 	esac
 done