diff options
author | James Booth <boothj5@gmail.com> | 2014-03-06 20:48:44 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-03-06 20:48:44 +0000 |
commit | 8ae6f52f1012bc93b22c50f74aefaa24fb00f15b (patch) | |
tree | b44f912657f797b2ee61e9766b61a59d8154a9b9 | |
parent | c51cc954d84499f2b30e60289eba0fc435a0858d (diff) | |
download | profani-tty-8ae6f52f1012bc93b22c50f74aefaa24fb00f15b.tar.gz |
Set package status to brew for osx
-rw-r--r-- | configure.ac | 3 |
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 |