[xiph-commits] r12535 - trunk/ezstream

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Feb 24 13:34:07 PST 2007


Author: moritz
Date: 2007-02-24 13:34:05 -0800 (Sat, 24 Feb 2007)
New Revision: 12535

Modified:
   trunk/ezstream/configure.in
Log:
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.


Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in	2007-02-24 21:29:27 UTC (rev 12534)
+++ trunk/ezstream/configure.in	2007-02-24 21:34:05 UTC (rev 12535)
@@ -10,9 +10,7 @@
 
 dnl SETUP
 
-AC_PROG_CC
 AC_CANONICAL_HOST
-AM_PROG_LIBTOOL
 
 DEBUG="-g"
 if test -z "$GCC"; then
@@ -49,9 +47,7 @@
 
 dnl USEFUL HEADERS
 
-AC_HEADER_STDC
 
-
 dnl CONFIGURE OPTIONS
 
 XIPH_PATH_SHOUT(, AC_MSG_ERROR([must have libshout installed!]))
@@ -79,7 +75,6 @@
 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)



More information about the commits mailing list