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

Correct AC_CONFIG_MACRO_DIRS to AC_CONFIG_MACRO_DIR for compatibility

This commit is contained in:
Marvin Scholz 2015-11-28 13:43:00 +01:00
parent d16e091e25
commit b54afbc6be

View File

@ -2,7 +2,7 @@ AC_INIT([Icecast], [2.4.99.1], [icecast@xiph.org])
AC_PREREQ([2.54])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_MACRO_DIR([m4])
dnl Process this file with autoconf to produce a configure script.
AM_INIT_AUTOMAKE