Skip to content

Commit b54afbc

Browse files
committed
Correct AC_CONFIG_MACRO_DIRS to AC_CONFIG_MACRO_DIR for compatibility
1 parent d16e091 commit b54afbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_INIT([Icecast], [2.4.99.1], [[email protected]])
22

33
AC_PREREQ([2.54])
44
AC_CONFIG_SRCDIR([src/main.c])
5-
AC_CONFIG_MACRO_DIRS([m4])
5+
AC_CONFIG_MACRO_DIR([m4])
66
dnl Process this file with autoconf to produce a configure script.
77

88
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)