From 5fcfefbefcbf280c14dc74263871a7f7e3bae68f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Apr 10 2007 11:23:26 +0000 Subject: a patch for previous commit --- diff --git a/alsa-utils-1.0.14-alsaconf.patch b/alsa-utils-1.0.14-alsaconf.patch new file mode 100644 index 0000000..2563178 --- /dev/null +++ b/alsa-utils-1.0.14-alsaconf.patch @@ -0,0 +1,31 @@ +--- alsa-utils-1.0.14rc2/Makefile.in.old 2007-01-15 14:49:50.000000000 +0100 ++++ alsa-utils-1.0.14rc2/Makefile.in 2007-04-10 13:12:12.000000000 +0200 +@@ -65,7 +65,7 @@ + uninstall-recursive + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = include alsactl alsaconf alsamixer amidi amixer aplay \ ++DIST_SUBDIRS = include alsactl alsamixer amidi amixer aplay \ + iecset seq speaker-test utils m4 po + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) +@@ -185,7 +185,7 @@ + INCLUDES = -I$(top_srcdir)/include + @ALSAMIXER_FALSE@ALSAMIXER_DIR = + @ALSAMIXER_TRUE@ALSAMIXER_DIR = alsamixer +-SUBDIRS = include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po ++SUBDIRS = include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po + EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp + AUTOMAKE_OPTIONS = foreign + ACLOCAL_AMFLAGS = -I m4 +--- alsa-utils-1.0.14rc2/Makefile.am.old 2007-01-15 14:48:22.000000000 +0100 ++++ alsa-utils-1.0.14rc2/Makefile.am 2007-04-10 13:11:51.000000000 +0200 +@@ -4,7 +4,7 @@ + else + ALSAMIXER_DIR= + endif +-SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po ++SUBDIRS= include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po + EXTRA_DIST= config.rpath mkinstalldirs config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp + AUTOMAKE_OPTIONS=foreign + ACLOCAL_AMFLAGS = -I m4