Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
b54afbc6
Commit
b54afbc6
authored
Nov 28, 2015
by
Marvin Scholz
Browse files
Correct AC_CONFIG_MACRO_DIRS to AC_CONFIG_MACRO_DIR for compatibility
parent
d16e091e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b54afbc6
...
...
@@ -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_DIR
S
([m4])
AC_CONFIG_MACRO_DIR([m4])
dnl Process this file with autoconf to produce a configure script.
AM_INIT_AUTOMAKE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment