[xiph-cvs] cvs commit: ices/m4 shout.m4
Brendan
brendan at xiph.org
Sat Jun 21 19:38:55 PDT 2003
brendan 03/06/21 22:38:55
Modified: m4 shout.m4
Log:
Encourage pkg-config to check the path where shout installs itself by default
Revision Changes Path
1.3 +4 -0 ices/m4/shout.m4
Index: shout.m4
===================================================================
RCS file: /cvs/ice/ices/m4/shout.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -u -r1.2 -r1.3
--- shout.m4 13 Jun 2003 22:19:02 -0000 1.2
+++ shout.m4 22 Jun 2003 02:38:55 -0000 1.3
@@ -11,6 +11,10 @@ have_shout="no"
SHOUT_CFLAGS=""
SHOUT_LIBS=""
+# seed pkg-config with the default libshout location
+PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/local/lib/pkgconfig}
+export PKG_CONFIG_PATH
+
# Step 1: Use pkg-config if available
m4_ifdef([PKG_CHECK_MODULES],
[# PKG_CHECK_MODULES available
<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