summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 1d94084..62a3c1a 100755
--- a/configure
+++ b/configure
@@ -27,6 +27,12 @@ for opt; do
(--prefix=*) echo "PREFIX = ${opt#*=}" ;;
(--bindir=*) echo "BINDIR = ${opt#*=}" ;;
(--mandir=*) echo "MANDIR = ${opt#*=}" ;;
+ (--enable-edit) echo 'BINS += pounce-edit' ;;
+ (--enable-notify) echo 'BINS += pounce-notify' ;;
+ (--enable-palaver)
+ echo 'BINS += pounce-palaver'
+ config libcurl sqlite3
+ ;;
(*) echo "warning: unsupported option ${opt}" >&2 ;;
esac
done