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
4cd55dc1
Commit
4cd55dc1
authored
Nov 28, 2015
by
Marvin Scholz
Browse files
Add missing AC_CONFIG_MACRO_DIRS and some configure.ac cleanup
parent
d6fa6891
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4cd55dc1
AC_INIT([Icecast], [2.4.99.1], [icecast@xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)
AC_PREREQ([2.54])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIRS([m4])
dnl Process this file with autoconf to produce a configure script.
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(
[
config.h
]
)
AM_MAINTAINER_MODE
AC_PROG_CC
...
...
@@ -51,9 +52,9 @@ XIPH_C__FUNC__
dnl Check for types
dnl Checks for library functions.
AC_CHECK_FUNCS(localtime_r poll gettimeofday ftime)
AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP, 1,
[Define if you have nanosleep]))
AC_CHECK_FUNCS(
[
localtime_r poll gettimeofday ftime
]
)
AC_SEARCH_LIBS([nanosleep], [rt posix4], AC_DEFINE([HAVE_NANOSLEEP], [1],
[Define if you have nanosleep]))
XIPH_NET
dnl -- configure options --
...
...
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