mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Update: Replace echo with more portable AS_ECHO
This commit is contained in:
parent
2c9d33efb1
commit
7eefec20d2
@ -302,7 +302,7 @@ AC_CONFIG_FILES([
|
|||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
echo "
|
AS_ECHO(["
|
||||||
Icecast configuration
|
Icecast configuration
|
||||||
---------------------
|
---------------------
|
||||||
Version : ${VERSION}
|
Version : ${VERSION}
|
||||||
@ -316,4 +316,4 @@ Format/Codec support:
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
YP support : ${enable_yp}
|
YP support : ${enable_yp}
|
||||||
Client tests : ${enable_client_tests}"
|
Client tests : ${enable_client_tests}"])
|
||||||
|
Loading…
Reference in New Issue
Block a user