[Darshan-users] BUG: darshan-runtime makefile.in pkgconfig file location

Curry, Matthew Leon mlcurry at sandia.gov
Tue Feb 18 00:42:17 CST 2020


Hello,

The definition of the pkgconfig file location is incorrect in darshan-runtime/Makefile.in.

It is currently:
libdir = $(DESTDIR)@libdir@
pkgconfigdir = $(DESTDIR)$(libdir)/pkgconfig

My belief is that the second line should be:
pkgconfigdir = $(DESTDIR)@libdir@/pkgconfig

Thanks,
Matthew


More information about the Darshan-users mailing list