summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-14 06:11:15 +0000
committerDavid Robillard <d@drobilla.net>2011-06-14 06:11:15 +0000
commit843b5756630dc4baf85622fd5ae4bbaf078f3424 (patch)
tree8fff463597610f938a701d44bd815b085b6d1181
parenta8025107f8218501f399d6862a11dd34650bd5af (diff)
downloadraul-843b5756630dc4baf85622fd5ae4bbaf078f3424.tar.gz
raul-843b5756630dc4baf85622fd5ae4bbaf078f3424.tar.bz2
raul-843b5756630dc4baf85622fd5ae4bbaf078f3424.zip
Use uppercase for pkg-config variables, matching environment variables.
Somehow, the lower case seems to work fine for myself and everyone else I've heard from except on Gentoo (surprise!). How this behaviour could vary by system is a deep mystery... git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3396 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--raul.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/raul.pc.in b/raul.pc.in
index db1293b..b1f08e4 100644
--- a/raul.pc.in
+++ b/raul.pc.in
@@ -1,7 +1,7 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
Name: raul
Version: @RAUL_VERSION@