55 lines
1.5 KiB
Diff
55 lines
1.5 KiB
Diff
|
--- normalize-0.7.7.orig/configure.ac 2013-02-28 01:45:11.289477572 +0100
|
||
|
+++ normalize-0.7.7/configure.ac 2013-02-28 02:08:06.365298840 +0100
|
||
|
@@ -15,6 +15,8 @@
|
||
|
AC_ISC_POSIX
|
||
|
AC_PROG_INSTALL
|
||
|
AC_PROG_LN_S
|
||
|
+AC_PROG_RANLIB
|
||
|
+AC_PROG_LIBTOOL
|
||
|
|
||
|
AC_DOSFILE
|
||
|
|
||
|
@@ -219,34 +221,8 @@
|
||
|
esac ],
|
||
|
AC_DEFINE(USE_LOOKUPTABLE))
|
||
|
|
||
|
-dnl *** Stuff for xmms plugin ***
|
||
|
-have_xmms=true
|
||
|
-AM_PATH_GLIB(1.2.2, , [ have_xmms=false ])
|
||
|
-AM_PATH_GTK(1.2.2, , [ have_xmms=false ], gthread)
|
||
|
-AM_PATH_XMMS(1.0.0, , [ have_xmms=false ])
|
||
|
-AM_DISABLE_STATIC
|
||
|
-AM_PROG_LIBTOOL
|
||
|
-AC_ARG_ENABLE(xmms,
|
||
|
- AC_HELP_STRING([--enable-xmms],
|
||
|
- [build the volume adjust plugin for xmms (default yes)]),
|
||
|
- [ case "$enableval" in
|
||
|
- yes) enable_xmms=true ;;
|
||
|
- no) enable_xmms=false ;;
|
||
|
- *) AC_MSG_ERROR(bad value $enableval for --enable-xmms) ;;
|
||
|
- esac ])
|
||
|
-
|
||
|
-use_xmms=false
|
||
|
-if test x$enable_xmms != xfalse; then
|
||
|
- if test x$have_xmms = xtrue; then
|
||
|
- use_xmms=true
|
||
|
- PLUGINS="xmms-rva $PLUGINS"
|
||
|
- elif test x$enable_xmms = xtrue; then
|
||
|
- AC_MSG_ERROR([--enable-xmms specified, but xmms not found])
|
||
|
- fi
|
||
|
-fi
|
||
|
AC_SUBST(PLUGINS)
|
||
|
|
||
|
-
|
||
|
dnl *** Stuff for audiofile library ***
|
||
|
AC_ARG_WITH(audiofile, AC_HELP_STRING([--with-audiofile],
|
||
|
[use the audiofile library (default yes)]))
|
||
|
@@ -259,7 +235,6 @@
|
||
|
])
|
||
|
AM_CONDITIONAL(AUDIOFILE, test x$with_audiofile = xyes)
|
||
|
|
||
|
-
|
||
|
dnl *** Stuff for mad mpeg audio decoder library ***
|
||
|
AH_TEMPLATE([USE_MAD],
|
||
|
[Define if you want to use the mad mpeg audio decoder library.])
|