d5a68cc00b
The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages. A useful set of command line tools is also provided to give quick access to GRIB messages. WWW: https://software.ecmwf.int/wiki/display/GRIB/Home
11 lines
518 B
Text
11 lines
518 B
Text
--- Makefile.in.orig 2014-07-07 19:30:11.000000000 +0800
|
|
+++ Makefile.in 2014-08-26 23:53:36.193299212 +0800
|
|
@@ -750,7 +750,7 @@
|
|
-rm -f libtool config.lt
|
|
install-pkgconfigDATA: $(pkgconfig_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
|
+ test -z "$(DESTDIR)$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
|
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|