alsa-utils/alsa-utils-1.0.14-alsaconf.patch

32 lines
1.6 KiB
Diff
Raw Normal View History

2007-06-07 10:18:41 +00:00
--- alsa-utils-1.0.14/Makefile.in.orig 2007-05-31 10:07:29.000000000 +0200
+++ alsa-utils-1.0.14/Makefile.in 2007-06-07 12:15:11.000000000 +0200
@@ -65,7 +65,7 @@ RECURSIVE_TARGETS = all-recursive check-
2007-04-10 11:23:26 +00:00
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)
2007-06-07 10:18:41 +00:00
@@ -194,7 +194,7 @@ target_alias = @target_alias@
2007-04-10 11:23:26 +00:00
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
2007-06-07 10:18:41 +00:00
EXTRA_DIST = config.rpath config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp
2007-04-10 11:23:26 +00:00
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
2007-06-07 10:18:41 +00:00
--- alsa-utils-1.0.14/Makefile.am.orig 2007-05-31 10:07:23.000000000 +0200
+++ alsa-utils-1.0.14/Makefile.am 2007-06-07 12:15:29.000000000 +0200
@@ -4,7 +4,7 @@ ALSAMIXER_DIR=alsamixer
2007-04-10 11:23:26 +00:00
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
2007-06-07 10:18:41 +00:00
EXTRA_DIST= config.rpath config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp
2007-04-10 11:23:26 +00:00
AUTOMAKE_OPTIONS=foreign
ACLOCAL_AMFLAGS = -I m4