[xiph-commits] r14155 - in icecast/trunk/icecast: . src
msmith at svn.xiph.org
msmith at svn.xiph.org
Thu Nov 15 07:12:21 PST 2007
Author: msmith
Date: 2007-11-15 07:12:21 -0800 (Thu, 15 Nov 2007)
New Revision: 14155
Modified:
icecast/trunk/icecast/Makefile.am
icecast/trunk/icecast/src/connection.c
Log:
Don't make autogen.sh look for a specific version of automake (seems to still
work)
Include <errno.h> in connection.c; hopefully fixes Geoff Shang's compilation
problems.
Modified: icecast/trunk/icecast/Makefile.am
===================================================================
--- icecast/trunk/icecast/Makefile.am 2007-11-15 14:40:39 UTC (rev 14154)
+++ icecast/trunk/icecast/Makefile.am 2007-11-15 15:12:21 UTC (rev 14155)
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
+AUTOMAKE_OPTIONS = foreign dist-zip
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src conf debian doc web admin win32 examples
Modified: icecast/trunk/icecast/src/connection.c
===================================================================
--- icecast/trunk/icecast/src/connection.c 2007-11-15 14:40:39 UTC (rev 14154)
+++ icecast/trunk/icecast/src/connection.c 2007-11-15 15:12:21 UTC (rev 14155)
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <errno.h>
#include <string.h>
#include <time.h>
#ifdef HAVE_POLL
More information about the commits
mailing list