mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Update: Set SYS for easier host os detection in configure
This commit is contained in:
parent
e55f42c528
commit
fae2bccf96
@ -32,6 +32,12 @@ dnl Set build/host to default values
|
||||
AC_CANONICAL_HOST
|
||||
AC_CANONICAL_BUILD
|
||||
|
||||
dnl Check for which host we are compiling
|
||||
AS_CASE("${host_os}",
|
||||
[linux*], [SYS="linux"],
|
||||
[darwin*], [SYS="darwin"],
|
||||
[SYS="${host_os}"]
|
||||
)
|
||||
|
||||
AM_INIT_AUTOMAKE([tar-ustar foreign dist-zip])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
Loading…
Reference in New Issue
Block a user