From: Mike Brady Date: Sun, 9 Sep 2018 19:43:19 +0000 (+0100) Subject: Many changes to compilation and linking flags. Stop using HAVE_* flags except where... X-Git-Tag: 3.3RC0~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda70644eece5db19597f8af7dc7af56d29894ac;p=thirdparty%2Fshairport-sync.git Many changes to compilation and linking flags. Stop using HAVE_* flags except where necessary, use CONFIG_* for optional stuff, use HAS_* for immediate definitions, use USE_* for AM definitions. Probably introduced bgs, sigh. --- diff --git a/configure.ac b/configure.ac index 8164384f..47861a2b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d8], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d9], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])