summaryrefslogtreecommitdiffstats
path: root/tools/misc/h5cc.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5646] Purpose:Bill Wendling2002-06-161-1/+1
| | | | | | | | | | | | | Possible Bug Fix Description: It seems like the h5cc script could pick up old header files instead of the ones that are installed with it.... This is because of nefarious CPPFLAGS settings... Solution: Put the -I$includedir flag first so that it'll look there to get header files before other directories Platforms tested: None...crossing fingers...
* [svn-r5579] Purpose:Bill Wendling2002-06-101-3/+11
| | | | | | | | | | | | | | Copyright Fix Description: Switched the copyright statements from the old, bad version to the new version we got from the lawyers. Note: not every file was changed. There are some files which have copyrights not to NCSA (see the Stream VFD and some of the GIF conversion modules didn't have copyrights, so I didn't know if they were from others or from us). I left those alone. If others think they should be changed, please feel free to do so. Platforms tested: Linux
* [svn-r5043] Purpose:Bill Wendling2002-03-071-1/+2
| | | | | | | | | | | | | | | | | | Bug Fix Description: Some -I paths weren't included in the h5cc script. That would cause the compiler to fail if it was trying to find gass header files or the like. Solution: Added the CPPFLAGS macro to the h5cc.in file so that it'll be there when it's generated. This will also include some -D options which we compiled the library with, like the LFS flags on Linux. Also changed the configure* files so that it will "chmod" the created h5cc file to 755 (executable) since that wasn't happening all the time... Platforms tested: Linux
* [svn-r4925] Purpose:Bill Wendling2002-02-081-1/+2
| | | | | | | | | | | Bug Fix Description: The libraries were relying upon the "exec_prefix" variable. However, we weren't including that variable in the h5cc script. Solution: Added it. Platforms tested: Linux
* [svn-r4356] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-08-141-0/+246