1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Update: Replace echo with more portable AS_ECHO

This commit is contained in:
Marvin Scholz 2018-07-11 12:41:16 +02:00
parent 2c9d33efb1
commit 7eefec20d2

View File

@ -302,7 +302,7 @@ AC_CONFIG_FILES([
AC_OUTPUT
echo "
AS_ECHO(["
Icecast configuration
---------------------
Version : ${VERSION}
@ -316,4 +316,4 @@ Format/Codec support:
Features:
YP support : ${enable_yp}
Client tests : ${enable_client_tests}"
Client tests : ${enable_client_tests}"])