--- a/mpich2-1.0.8/src/pkgconfig/mpich2-ch3.pc.in 2008-11-04 20:36:38.931970012 -0500 +++ b/mpich2-1.0.8/src/pkgconfig/mpich2-ch3.pc.in 2009-02-11 21:39:00.279871039 -0500 @@ -1,8 +1,12 @@ # this gives access to the mpich2 header files +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ Name: mpich2 Description: MPICH2 is an implementation of the Message-Passing Interface (MPI). The goals of MPICH2 are to provide an MPI implementation for important platforms, including clusters, SMPs, and massively parallel processors. It also provides a vehicle for MPI implementation research and for developing new and better parallel programming environments. Version: @VERSION@ Requires: -Libs: -L@libdir@ -lmpich -lmpichcxx @LIBS@ -Cflags: @CFLAGS@ -I@includedir@ -DMPICH_IGNORE_CXX_SEEK +Libs: -L${libdir} -lmpich -lmpichcxx @LIBS@ +Cflags: @CFLAGS@ -I${includedir} -DMPICH_IGNORE_CXX_SEEK