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

Brendan brendan at xiph.org
Thu Jun 26 12:34:00 PDT 2003



brendan     03/06/26 15:34:00

  Modified:    .        shout.m4
  Log:
  Seed PKG_CONFIG_PATH with the default libshout shout.pc location
  (ported from ices0 version)

Revision  Changes    Path
1.9       +4 -1      m4/shout.m4

Index: shout.m4
===================================================================
RCS file: /usr/local/cvsroot/m4/shout.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -u -r1.8 -r1.9
--- shout.m4	25 Jun 2003 17:03:55 -0000	1.8
+++ shout.m4	26 Jun 2003 19:34:00 -0000	1.9
@@ -3,7 +3,7 @@ dnl Jack Moffitt <jack at icecast.org> 08-0
 dnl Rewritten for libshout 2
 dnl Brendan Cully <brendan at xiph.org> 20030612
 dnl 
-dnl $Id: shout.m4,v 1.8 2003/06/25 17:03:55 brendan Exp $
+dnl $Id: shout.m4,v 1.9 2003/06/26 19:34:00 brendan Exp $
 
 # XIPH_PATH_SHOUT([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 # Test for libshout, and define SHOUT_CFLAGS and SHOUT_LIBS
@@ -15,6 +15,9 @@ SHOUT_LIBS=""
 
 # NB: PKG_CHECK_MODULES exits if pkg-config is unavailable on the targe
 # system, so we can't use it.
+
+# seed pkg-config with the default libshout location
+PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/local/lib/pkgconfig}
 
 # Step 1: Use pkg-config if available
 AC_PATH_PROG([PKGCONFIG], [pkg-config], [no])

<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