- Updated to alsa-tools 1.0.28: All pervious fix patches are obsoleted: 0001-Add-a-distclean-target-to-example-Makefile.patch 0002-Fix-spelling-of-successfully.patch 0003-Fix-bashisms.patch 0004-Fix-build-errors-caused-by-Werror-format-security.patch 0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch 0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch OBS-URL: https://build.opensuse.org/request/show/237963 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-tools?expand=0&rev=54
25 lines
526 B
Plaintext
25 lines
526 B
Plaintext
---
|
|
ld10k1/configure.ac | 1 -
|
|
qlo10k1/configure.ac | 1 -
|
|
2 files changed, 2 deletions(-)
|
|
|
|
--- a/ld10k1/configure.ac
|
|
+++ b/ld10k1/configure.ac
|
|
@@ -1,6 +1,5 @@
|
|
AC_INIT(ld10k1, 0.1.8p1)
|
|
AM_INIT_AUTOMAKE
|
|
-AC_CONFIG_MACRO_DIR([m4])
|
|
AM_MAINTAINER_MODE([enable])
|
|
|
|
AC_CONFIG_HEADERS(config.h)
|
|
--- a/qlo10k1/configure.ac
|
|
+++ b/qlo10k1/configure.ac
|
|
@@ -1,7 +1,6 @@
|
|
AC_INIT(qlo10k1, 0.1.2p1)
|
|
AM_INIT_AUTOMAKE
|
|
AM_MAINTAINER_MODE([enable])
|
|
-AC_CONFIG_MACRO_DIR([m4])
|
|
AC_CONFIG_HEADERS(config.h)
|
|
AC_PROG_CXX
|
|
AC_PROG_LD
|