From: Josh Triplett Date: Sun, 26 Nov 2006 06:27:33 +0000 (-0800) Subject: Use substitition variables in xcb-xinerama.pc.in, not instances of their values X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e2a5617ef1c9955b3b5553224c34f55c7c5d29;hp=e74cdcd02e6814222a76c0a237efca16c423bb26;p=free-sw%2Fxcb%2Flibxcb Use substitition variables in xcb-xinerama.pc.in, not instances of their values xcb-xinerama.pc.in looked more like a generated .pc file; replace specific instances of values provided by an invocation of configure with the general substitution variables configure replaces. --- diff --git a/xcb-xinerama.pc.in b/xcb-xinerama.pc.in index 93c35a3..c4775f9 100644 --- a/xcb-xinerama.pc.in +++ b/xcb-xinerama.pc.in @@ -1,11 +1,11 @@ -prefix=/opt/fdo/ -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ Name: XCB Xinerama Description: XCB Xinerama Extension -Version: 0.9.92 +Version: @PACKAGE_VERSION@ Requires: xcb Libs: -L${libdir} -lxcb-xinerama Cflags: -I${includedir}