[xiph-cvs] cvs commit: vorbis-tools Makefile.am configure.in
Jack Moffitt
jack at xiph.org
Sun Oct 29 21:34:40 PST 2000
jack 00/10/29 21:34:39
Modified: . Makefile.am configure.in
Log:
commit #400230485
i'm dumb.
jack.
Revision Changes Path
1.4 +1 -1 vorbis-tools/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am 2000/10/30 01:17:22 1.3
+++ Makefile.am 2000/10/30 05:34:39 1.4
@@ -4,7 +4,7 @@
SUBDIRS = oggenc ogg123 vorbiscomment
-EXTRA_DIST = README
+EXTRA_DIST = README vorbis-tools.spec
debug:
$(MAKE) all CFLAGS="@DEBUG@"
1.5 +1 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in 2000/10/30 04:55:33 1.4
+++ configure.in 2000/10/30 05:34:39 1.5
@@ -60,7 +60,7 @@
fi
AC_CHECK_LIB(vorbis, vorbis_info_init, LIBS="$LIBS -lvorbis", AC_MSG_ERROR([You must have libvorbis to compile vorbis-tools!!!]))
-AM_PATH_AO(0.0.0,,AC_MSG_ERROR(libao needed!))
+AM_PATH_AO(1.0.0,,AC_MSG_ERROR(libao needed!))
dnl --------------------------------------------------
dnl Check for library functions
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list