From 56ee1a2ea42f98743a76e2863359fb962c66e615 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Fri, 27 Aug 1999 13:24:56 -0500 Subject: [svn-r1608] ./src/libhdf5.settings.in [1.2, 1.3] Added C proprocessor flags and non-library linker flags to the description. ./src/H5T.c [1.2, 1.3] Changed return type in tracing macros to H5Tenum_nameof() and H5Tenum_valueof(). --- src/H5T.c | 4 ++-- src/libhdf5.settings.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/H5T.c b/src/H5T.c index cfa8187..00ab035 100644 --- a/src/H5T.c +++ b/src/H5T.c @@ -3810,7 +3810,7 @@ H5Tenum_nameof(hid_t type, void *value, char *name/*out*/, size_t size) H5T_t *dt = NULL; FUNC_ENTER(H5Tenum_nameof, FAIL); - H5TRACE4("i","ixxz",type,value,name,size); + H5TRACE4("e","ixxz",type,value,name,size); /* Check args */ if (H5I_DATATYPE!=H5I_get_type(type) || @@ -3860,7 +3860,7 @@ H5Tenum_valueof(hid_t type, const char *name, void *value/*out*/) H5T_t *dt = NULL; FUNC_ENTER(H5Tenum_valueof, FAIL); - H5TRACE3("i","isx",type,name,value); + H5TRACE3("e","isx",type,name,value); /* Check args */ if (H5I_DATATYPE!=H5I_get_type(type) || diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in index 6517922..7a59673 100644 --- a/src/libhdf5.settings.in +++ b/src/libhdf5.settings.in @@ -11,8 +11,8 @@ Libraries: @STATIC_SHARED@ Parallel support: @PARALLEL@ Installation point: @prefix@ Compiler: @CC_VERSION@ -Compiler switches: @CFLAGS@ -Extra libraries: @LIBS@ +Compiler switches: @CFLAGS@ @CPPFLAGS@ +Extra libraries: @LDFLAGS@ @LIBS@ Archiver: @AR@ Ranlib: @RANLIB@ Debugged Packages: @DEBUG_PKG@ -- cgit v0.12