2011-06-21 16:22:54 +00:00
|
|
|
diff -up netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in.pkgconfig netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in
|
|
|
|
--- netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in.pkgconfig 2011-05-26 20:23:15.000000000 -0600
|
|
|
|
+++ netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in 2011-05-27 15:04:12.823601895 -0600
|
2011-03-31 18:34:54 +00:00
|
|
|
@@ -8,7 +8,6 @@
|
|
|
|
|
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
-libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
cc="@CC@"
|
|
|
|
@@ -16,8 +15,6 @@ cxx="@CXX@"
|
|
|
|
fc="@FC@"
|
2011-06-21 16:22:54 +00:00
|
|
|
cflags=" -I${includedir} @CPPFLAGS@"
|
2011-03-31 18:34:54 +00:00
|
|
|
fflags="@FFLAGS@ @MOD_FLAG@${includedir}"
|
2011-06-21 16:22:54 +00:00
|
|
|
-libs="-L${libdir} @NC_LIBS@"
|
2011-03-31 18:34:54 +00:00
|
|
|
-flibs="-L${libdir} @NC_FLIBS@"
|
|
|
|
has_dap="@HAS_DAP@"
|
|
|
|
has_nc2="@HAS_NC2@"
|
|
|
|
has_nc4="@HAS_NC4@"
|
|
|
|
@@ -141,11 +138,11 @@ while test $# -gt 0; do
|
|
|
|
;;
|
|
|
|
|
|
|
|
--libs)
|
|
|
|
- echo $libs
|
|
|
|
+ pkg-config netcdf --libs
|
|
|
|
;;
|
|
|
|
|
|
|
|
--flibs)
|
|
|
|
- echo $flibs
|
|
|
|
+ pkg-config netcdf --flibs
|
|
|
|
;;
|
|
|
|
|
|
|
|
--has-dap)
|