From: Lennart Poettering Date: Sun, 3 Aug 2008 21:21:06 +0000 (+0200) Subject: define CANONICAL_HOST as macro for the GNU canonical host X-Git-Tag: v0.9.12~52^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6c11bec87abc40aad6a1a6e02047b5f7b123c90;p=platform%2Fupstream%2Fpulseaudio.git define CANONICAL_HOST as macro for the GNU canonical host --- diff --git a/configure.ac b/configure.ac index ac3090c..80a06f0 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,7 @@ AC_SUBST(LIBPULSE_MAINLOOP_GLIB_VERSION_INFO, [0:3:0]) AC_SUBST(LIBPULSECORE_VERSION_INFO, [6:0:0]) AC_CANONICAL_HOST +AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.]) if type -p stow > /dev/null && test -d /usr/local/stow ; then AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])