[xiph-cvs] cvs commit: vorbis-tools configure.in

Stan Seibert volsung at xiph.org
Wed Aug 6 14:51:36 PDT 2003



volsung     03/08/06 17:51:36

  Modified:    .        configure.in
  Log:
  Put the warning that ogg123 will be skipped at the end where people
  won't miss it.

Revision  Changes    Path
1.50      +6 -4      vorbis-tools/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- configure.in	24 Jun 2003 02:29:32 -0000	1.49
+++ configure.in	6 Aug 2003 21:51:35 -0000	1.50
@@ -121,10 +121,6 @@
   AM_PATH_CURL(,build_ogg123=no; AC_MSG_WARN(libcurl missing))
 
   ACX_PTHREAD(,build_ogg123=no; AC_MSG_WARN(POSIX threads missing))
-
-  if test "x$build_ogg123" != xyes; then
-    AC_MSG_WARN([Prerequisites for ogg123 not met, ogg123 will not be built])
-  fi
 fi
 
 dnl -------------------- FLAC ----------------------
@@ -252,3 +248,9 @@
 AC_SUBST(I18N_LIBS)
 
 AC_OUTPUT(Makefile intl/Makefile po/Makefile.in include/Makefile share/Makefile win32/Makefile oggdec/Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile vcut/Makefile ogginfo/Makefile debian/Makefile)
+
+if test "x$build_ogg123" != xyes; then
+    AC_MSG_WARN([Prerequisites for ogg123 not met, ogg123 will be skipped.
+    Please ensure that you have POSIX threads, libcurl and libao libraries and
+    headers present if you would like to build ogg123.])
+fi

<p><p>--- >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