about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-06 20:48:44 +0000
committerJames Booth <boothj5@gmail.com>2014-03-06 20:48:44 +0000
commit8ae6f52f1012bc93b22c50f74aefaa24fb00f15b (patch)
treeb44f912657f797b2ee61e9766b61a59d8154a9b9
parentc51cc954d84499f2b30e60289eba0fc435a0858d (diff)
downloadprofani-tty-8ae6f52f1012bc93b22c50f74aefaa24fb00f15b.tar.gz
Set package status to brew for osx
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8bf08ee3..935af821 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,8 @@ AS_CASE([$host_os],
     [cygwin], [PLATFORM="cygwin"],
     [PLATFORM="nix"])
 
-PACKAGE_STATUS="development"
+AS_IF([test "x$PLATFORM" = xosx], [PACKAGE_STATUS="brew"],
+    [PACKAGE_STATUS="development"])
 
 ### Get git branch and revision if in development
 if test "x$PACKAGE_STATUS" = xdevelopment; then