Browse Source

Fix ./configure within make distcheck

pull/2/head
Rémi Denis-Courmont 21 years ago
parent
commit
d015ddc74a
  1. 3
      Makefile.am

3
Makefile.am

@ -44,6 +44,9 @@ BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
SUFFIXES =
DISTCHECK_CONFIGURE_FLAGS = --disable-dvd --disable-mad --disable-libmpeg2 \
--disable-ffmpeg --disable-faad --disable-skins2
# Tell aclocal to use -I m4. Wonder if it really works.
ACLOCAL_AMFLAGS = -I m4

Loading…
Cancel
Save