[xiph-commits] r18400 - icecast/trunk/icecast
giles at svn.xiph.org
giles at svn.xiph.org
Wed Jun 13 14:09:23 PDT 2012
Author: giles
Date: 2012-06-13 14:09:23 -0700 (Wed, 13 Jun 2012)
New Revision: 18400
Modified:
icecast/trunk/icecast/Makefile.am
icecast/trunk/icecast/configure.in
Log:
Remove debian from the build system, so automake works again.
In r18399 the debian package info directory was removed, but
references to to it in the build system were not, causing
configure to fail to update the makefiles on fresh checkouts.
Modified: icecast/trunk/icecast/Makefile.am
===================================================================
--- icecast/trunk/icecast/Makefile.am 2012-06-13 19:56:58 UTC (rev 18399)
+++ icecast/trunk/icecast/Makefile.am 2012-06-13 21:09:23 UTC (rev 18400)
@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = foreign dist-zip
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src conf debian doc web admin win32 examples
+SUBDIRS = src conf doc web admin win32 examples
EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
m4/theora.m4 m4/vorbis.m4 m4/speex.m4 \
Modified: icecast/trunk/icecast/configure.in
===================================================================
--- icecast/trunk/icecast/configure.in 2012-06-13 19:56:58 UTC (rev 18399)
+++ icecast/trunk/icecast/configure.in 2012-06-13 21:09:23 UTC (rev 18400)
@@ -150,7 +150,7 @@
AC_SUBST(HAVE_KATE)
AC_SUBST(KATE_LIBS)
-AC_OUTPUT([Makefile conf/Makefile debian/Makefile src/Makefile src/avl/Makefile
+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 doc/Makefile web/Makefile
admin/Makefile win32/Makefile win32/res/Makefile examples/Makefile])
More information about the commits
mailing list