3 --- aclocal.m4.orig Fri Jul 19 15:18:51 2002
4 +++ aclocal.m4 Sat Sep 14 18:28:40 2002
8 VORBISFILE_LIBS="$VORBIS_LIBS -lvorbisfile"
9 + IVORBISFILE_LIBS="$VORBIS_LIBS -lvorbisidec"
10 VORBISENC_LIBS="$VORBIS_LIBS -lvorbisenc"
11 VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
14 LIBS="$LIBS $VORBIS_LIBS $OGG_LIBS"
17 -#include <vorbis/codec.h>
18 +#include <tremor/ivorbiscodec.h>
20 [ echo "*** The test program compiled, but did not run. This usually means"
21 echo "*** that the run-time linker is not finding Vorbis or finding the wrong"
28 ifelse([$2], , :, [$2])
30 AC_SUBST(VORBIS_CFLAGS)
32 AC_SUBST(VORBISFILE_LIBS)
33 + AC_SUBST(IVORBISFILE_LIBS)
34 AC_SUBST(VORBISENC_LIBS)