12 lines
493 B
Diff
12 lines
493 B
Diff
--- soundtouch/configure.ac.orig 2013-01-06 17:22:01.834107811 +0100
|
|
+++ soundtouch/configure.ac 2013-01-06 17:21:11.127607077 +0100
|
|
@@ -21,7 +21,7 @@
|
|
|
|
AC_INIT(SoundTouch, 1.7.0, [http://www.surina.net/soundtouch])
|
|
AC_CONFIG_AUX_DIR(config)
|
|
-AM_CONFIG_HEADER([include/soundtouch_config.h])
|
|
+AC_CONFIG_HEADERS([include/soundtouch_config.h])
|
|
AM_INIT_AUTOMAKE
|
|
#AC_DISABLE_SHARED dnl This makes libtool only build static libs
|
|
AC_DISABLE_STATIC dnl This makes libtool only build shared libs
|