mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
autogen.sh uses m4 dir for acinclude.m4 see if this works for everyone
Original commit message from CVS: autogen.sh uses m4 dir for acinclude.m4 see if this works for everyone
This commit is contained in:
parent
02e08e11db
commit
008b8caeb6
2 changed files with 4 additions and 7 deletions
|
@ -112,6 +112,9 @@ if test -z "$*"; then
|
|||
echo "to pass any to it, please specify them on the $0 command line."
|
||||
fi
|
||||
|
||||
echo "+ creating acinclude.m4"
|
||||
cat m4/*.m4 > acinclude.m4
|
||||
|
||||
echo "+ running aclocal ..."
|
||||
aclocal $ACLOCAL_FLAGS || {
|
||||
echo
|
||||
|
|
|
@ -376,12 +376,6 @@ dnl FIXME: thomasvs: I don't understand this, have replaced the check
|
|||
dnl translit(dnm, m, l) AM_CONDITIONAL(USE_ARTS, true)
|
||||
dnl GST_CHECK_FEATURE(ARTS, [arts plugins], arts, [GST_CHECK_ARTS()])
|
||||
|
||||
dnl Check for xmms
|
||||
dnl translit(dnm, m, l) AM_CONDITIONAL(USE_LIBXMMS, true)
|
||||
dnl GST_CHECK_FEATURE(LIBXMMS, [xmms plugin], xmms, [
|
||||
dnl AM_PATH_XMMS(0.1.0, HAVE_LIBXMMS=yes, HAVE_LIBXMMS=no)
|
||||
dnl ], disabled)
|
||||
|
||||
dnl Check for alsa
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_ALSA, true)
|
||||
GST_CHECK_FEATURE(ALSA, [alsa plugins], gstalsa, [
|
||||
|
@ -450,7 +444,7 @@ ARTS_MCOPFLAGS="$ARTS_CFLAGS"
|
|||
AC_SUBST(ARTS_MCOPFLAGS)
|
||||
|
||||
dnl Check for xmms
|
||||
AM_PATH_XMMS(0.9.4, HAVE_XXMS=yes, HAVE_XMMS=no)
|
||||
AM_PATH_XMMS(0.9.4, HAVE_XMMS=yes, HAVE_XMMS=no)
|
||||
|
||||
dnl Check for libglade
|
||||
HAVE_LIBGLADE_GNOME="no"
|
||||
|
|
Loading…
Reference in a new issue