From 8ae6f52f1012bc93b22c50f74aefaa24fb00f15b Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 6 Mar 2014 20:48:44 +0000 Subject: [PATCH] Set package status to brew for osx --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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