[xiph-cvs] cvs commit: libshout shout.m4

Jack Moffitt jack at xiph.org
Sun Oct 21 07:32:44 PDT 2001



jack        01/10/21 07:32:44

  Modified:    .        shout.m4
  Log:
  Update AM_PATH_SHOUT macro.

Revision  Changes    Path
1.3       +4 -4      libshout/shout.m4

Index: shout.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/shout.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shout.m4	2001/10/20 22:10:10	1.2
+++ shout.m4	2001/10/21 14:32:43	1.3
@@ -35,8 +35,8 @@
   if test "x$enable_shouttest" = "xyes" ; then
     ac_save_CFLAGS="$CFLAGS"
     ac_save_LIBS="$LIBS"
-    CFLAGS="$CFLAGS $SHOUT_CFLAGS"
-    LIBS="$LIBS $SHOUT_LIBS"
+    CFLAGS="$CFLAGS $SHOUT_CFLAGS $OGG_CFLAGS $VORBIS_CFLAGS"
+    LIBS="$LIBS $SHOUT_LIBS $OGG_LIBS $VORBIS_LIBS"
 dnl
 dnl Now check if the installed Shout is sufficiently new.
 dnl
@@ -67,8 +67,8 @@
        :
      else
        echo "*** Could not run Shout test program, checking why..."
-       CFLAGS="$CFLAGS $SHOUT_CFLAGS"
-       LIBS="$LIBS $SHOUT_LIBS"
+       CFLAGS="$CFLAGS $SHOUT_CFLAGS $OGG_CFLAGS $VORBIS_CFLAGS"
+       LIBS="$LIBS $SHOUT_LIBS $OGG_LIBS $VORBIS_LIBS"
        AC_TRY_LINK([
 #include <stdio.h>
 #include <shout/shout.h>

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