2001-09-09 22:21:46 -04:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_INIT(src/main.c)
|
|
|
|
|
|
|
|
AM_INIT_AUTOMAKE(icecast,2.0)
|
|
|
|
|
|
|
|
AC_PROG_CC
|
|
|
|
AC_CANONICAL_HOST
|
|
|
|
AM_PROG_LIBTOOL
|
|
|
|
|
|
|
|
dnl Set some options based on environment
|
|
|
|
|
2001-10-21 11:25:45 -04:00
|
|
|
SOCKET_LIBS=
|
|
|
|
|
2001-09-09 22:21:46 -04:00
|
|
|
if test -z "$GCC"; then
|
|
|
|
case $host in
|
|
|
|
*-*-irix*)
|
2001-10-21 10:19:39 -04:00
|
|
|
DEBUG="-g -signed -D_REENTRANT"
|
|
|
|
CFLAGS="-O2 -w -signed -D_REENTRANT"
|
|
|
|
PROFILE="-p -g3 -O2 -signed -D_REENTRANT"
|
2001-09-09 22:21:46 -04:00
|
|
|
;;
|
2001-10-29 10:02:54 -05:00
|
|
|
*-*-solaris*)
|
2001-10-21 06:07:51 -04:00
|
|
|
DEBUG="-v -g -D_REENTRANT"
|
|
|
|
CFLAGS="-xO4 -fast -w -fsimple -native -xcg92 -D_REENTRANT"
|
|
|
|
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc -D_REENTRANT"
|
2001-10-21 11:25:45 -04:00
|
|
|
SOCKET_LIBS="-lnsl -lsocket -lresolv"
|
2001-09-09 22:21:46 -04:00
|
|
|
;;
|
|
|
|
*)
|
2001-10-21 10:19:39 -04:00
|
|
|
DEBUG="-g -D_REENTRANT"
|
|
|
|
CFLAGS="-O -D_REENTRANT"
|
|
|
|
PROFILE="-g -p -D_REENTRANT"
|
2001-09-09 22:21:46 -04:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
case $host in
|
|
|
|
*-*-linux*)
|
|
|
|
DEBUG="-g -Wall -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
|
|
|
|
CFLAGS="-O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
|
|
|
|
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
|
|
|
|
;;
|
2001-10-29 09:55:08 -05:00
|
|
|
*-sun-*)
|
2001-10-21 06:07:51 -04:00
|
|
|
DEBUG="-g -Wall -fsigned-char -mv8 -D_REENTRANT"
|
|
|
|
CFLAGS="-O20 -ffast-math -fsigned-char -mv8 -D_REENTRANT"
|
|
|
|
PROFILE="-pg -g -O20 -fsigned-char -mv8 -D_REENTRANT"
|
2001-10-21 11:25:45 -04:00
|
|
|
SOCKET_LIBS="-lnsl -lsocket -lresolv"
|
2001-09-09 22:21:46 -04:00
|
|
|
;;
|
|
|
|
*)
|
2001-10-21 10:19:39 -04:00
|
|
|
DEBUG="-g -Wall -fsigned-char -D_REENTRANT"
|
|
|
|
CFLAGS="-O20 -fsigned-char -D_REENTRANT"
|
|
|
|
PROFILE="-O20 -g -pg -fsigned-char -D_REENTRANT"
|
2001-09-09 22:21:46 -04:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
|
|
|
dnl Checks for programs.
|
|
|
|
|
|
|
|
dnl Checks for libraries.
|
|
|
|
|
|
|
|
dnl IPV6
|
|
|
|
AC_SEARCH_LIBS(inet_pton, socket, AC_DEFINE(HAVE_IPV6, 1, [Define if you have IPV6 support]))
|
|
|
|
AC_SEARCH_LIBS(getipnodebyname, nsl,
|
|
|
|
AC_DEFINE(HAVE_GETIPNODEBYNAME, 1,
|
|
|
|
[Define if you have the getipnodebyname function])
|
|
|
|
)
|
|
|
|
|
|
|
|
dnl Checks for header files.
|
|
|
|
AC_HEADER_STDC
|
|
|
|
|
2001-10-20 17:28:09 -04:00
|
|
|
AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1),,)
|
|
|
|
|
2001-09-09 22:21:46 -04:00
|
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
|
|
|
AC_C_CONST
|
|
|
|
|
|
|
|
dnl Check for types
|
|
|
|
|
|
|
|
dnl Checks for library functions.
|
|
|
|
|
|
|
|
dnl -- configure options --
|
|
|
|
|
|
|
|
AC_ARG_WITH(xml-config,
|
|
|
|
[ --with-xml-config=PATH use xml-config in PATH to find libxml ],
|
|
|
|
[if ! test -x "$with_xml_config"
|
|
|
|
then
|
|
|
|
AC_MSG_ERROR([$with_xml_config cannot be executed])
|
|
|
|
fi
|
|
|
|
XMLCONFIG="$with_xml_config"]
|
|
|
|
)
|
|
|
|
if test -z "$XMLCONFIG"
|
|
|
|
then
|
|
|
|
AC_CHECK_PROGS(XMLCONFIG, [xml2-config xml-config])
|
|
|
|
fi
|
|
|
|
if test -n "$XMLCONFIG"
|
|
|
|
then
|
2001-10-21 10:19:39 -04:00
|
|
|
XML_LIBS="`$XMLCONFIG --libs`"
|
2001-10-21 12:13:02 -04:00
|
|
|
XML_CFLAGS="`$XMLCONFIG --cflags`"
|
2001-10-21 11:12:23 -04:00
|
|
|
save_LIBS="$LIBS"
|
2001-10-21 12:13:02 -04:00
|
|
|
save_CFLAGS="$CFLAGS"
|
2001-10-21 11:12:23 -04:00
|
|
|
LIBS="$LIBS $XML_LIBS"
|
2001-10-21 12:13:02 -04:00
|
|
|
CFLAGS="$CFLAGS $XML_CFLAGS"
|
2001-09-09 22:21:46 -04:00
|
|
|
AC_CHECK_FUNC(xmlParseFile,, [AC_MSG_ERROR([There was a problem linking with libxml])])
|
2001-10-21 11:12:23 -04:00
|
|
|
LIBS="$save_LIBS"
|
2001-10-21 12:13:02 -04:00
|
|
|
CFLAGS="$save_CFLAGS"
|
2001-10-21 11:12:23 -04:00
|
|
|
save_LIBS=
|
2001-10-21 12:13:02 -04:00
|
|
|
save_CFLAGS=
|
2001-09-09 22:21:46 -04:00
|
|
|
else
|
|
|
|
AC_MSG_ERROR([xml-config could not be found])
|
|
|
|
fi
|
|
|
|
|
2001-10-21 10:19:39 -04:00
|
|
|
AM_PATH_OGG(, AC_MSG_ERROR(must have Ogg installed!))
|
|
|
|
AM_PATH_VORBIS(, AC_MSG_ERROR(must have Vorbis installed!))
|
2001-09-09 22:21:46 -04:00
|
|
|
|
|
|
|
dnl Make substitutions
|
|
|
|
|
2001-10-21 12:13:02 -04:00
|
|
|
AC_SUBST(XML_CFLAGS)
|
|
|
|
AC_SUBST(OGG_CFLAGS)
|
|
|
|
AC_SUBST(VORBIS_CFLAGS)
|
2001-10-21 11:25:45 -04:00
|
|
|
AC_SUBST(XML_LIBS)
|
|
|
|
AC_SUBST(OGG_LIBS)
|
|
|
|
AC_SUBST(VORBIS_LIBS)
|
|
|
|
AC_SUBST(SOCKET_LIBS)
|
2001-09-09 22:21:46 -04:00
|
|
|
AC_SUBST(LIBTOOL_DEPS)
|
|
|
|
AC_SUBST(OPT)
|
|
|
|
AC_SUBST(LIBS)
|
|
|
|
AC_SUBST(DEBUG)
|
|
|
|
AC_SUBST(CFLAGS)
|
|
|
|
AC_SUBST(PROFILE)
|
|
|
|
|
2001-09-09 22:55:41 -04:00
|
|
|
AC_OUTPUT(Makefile conf/Makefile src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile)
|