mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Ezstream does not need libtool, so remove it. Remove other redundant configure
checks as well: AC_PROG_CC and AC_HEADER_STDC are automatically checked in packages written in C, no need to do it twice. This shaves a lot off configure runtime. git-svn-id: https://svn.xiph.org/trunk/ezstream@12535 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
dbf12f4c16
commit
c7a3eda868
@ -10,9 +10,7 @@ AM_MAINTAINER_MODE
|
||||
|
||||
dnl SETUP
|
||||
|
||||
AC_PROG_CC
|
||||
AC_CANONICAL_HOST
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
DEBUG="-g"
|
||||
if test -z "$GCC"; then
|
||||
@ -49,8 +47,6 @@ fi
|
||||
|
||||
dnl USEFUL HEADERS
|
||||
|
||||
AC_HEADER_STDC
|
||||
|
||||
|
||||
dnl CONFIGURE OPTIONS
|
||||
|
||||
@ -79,7 +75,6 @@ dnl OUTPUT
|
||||
AC_SUBST(XIPH_CPPFLAGS)
|
||||
AC_SUBST(XIPH_CFLAGS)
|
||||
AC_SUBST(XIPH_LIBS)
|
||||
AC_SUBST(LIBTOOL_DEPS)
|
||||
AC_SUBST(LIBS)
|
||||
AC_SUBST(DEBUG)
|
||||
AC_SUBST(CFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user