|
@@ -20,13 +20,15 @@ Fixes:
|
|
|
libtool: and run autoconf again.
|
|
|
|
|
|
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
|
|
|
+[Dario: make the patch to be applied with fuzz factor 0]
|
|
|
+Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
|
--- a/configure.ac
|
|
|
+++ b/configure.ac
|
|
|
-@@ -1,6 +1,7 @@
|
|
|
- dnl Process this file with autoconf to produce a configure script.
|
|
|
- AC_INIT(README)
|
|
|
+@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|
|
+ AC_INIT
|
|
|
+ AC_CONFIG_SRCDIR([mixer.c])
|
|
|
AC_CONFIG_AUX_DIR(build-scripts)
|
|
|
+AC_CONFIG_MACRO_DIR([acinclude])
|
|
|
|