You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
916 B
35 lines
916 B
14 years ago
|
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
|
||
14 years ago
|
@@ -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@"
|
||
14 years ago
|
cflags=" -I${includedir} @CPPFLAGS@"
|
||
14 years ago
|
fflags="@FFLAGS@ @MOD_FLAG@${includedir}"
|
||
14 years ago
|
-libs="-L${libdir} @NC_LIBS@"
|
||
14 years ago
|
-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)
|