Author: nickg
Date: Thu Jan 12 11:48:41 2006
New Revision: 11128

Modified:
   trunk/config/gen/makefiles/parrot.pc.in
Log:
#38216 fix to variable substitution in parrot.pc (after #38213).


Modified: trunk/config/gen/makefiles/parrot.pc.in
==============================================================================
--- trunk/config/gen/makefiles/parrot.pc.in     (original)
+++ trunk/config/gen/makefiles/parrot.pc.in     Thu Jan 12 11:48:41 2006
@@ -1,10 +1,10 @@
 [EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@/lib
[EMAIL PROTECTED]@/include
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
 
 Name: parrot
 Description: virtual machine to execute bytecode for interpreted languages
 Version: @VERSION@
-Libs: [EMAIL PROTECTED]@} -lparrot @icu_shared@ @libs@
-Cflags: [EMAIL PROTECTED]@
+Libs: -L${libdir} -lparrot @icu_shared@ @libs@
+Cflags: -I${includedir}

Reply via email to