summaryrefslogtreecommitdiffstats
path: root/c++/configure
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3930] Purpose:Bill Wendling2001-05-151-2/+2
| | | | | | | | | Fix Description: Removed the redundant executables here. We just use the ones in the top-level of the tree. Platforms tested: Linux
* [svn-r3810] Purpose:Bill Wendling2001-04-131-366/+58
| | | | | | Update Description: Removed test for zlib since the C++ library doesn't need it.
* [svn-r3807] Purpose:Quincey Koziol2001-04-131-74/+77
| | | | | | | | | | | | | | Portability changes Description: Very quick port to Compaq (nee DEC) Alpha OSF5. Solution: Added a new "dec-osf5.x" configuration file and changed configure.in to look for it. The local test machine is now passing all the tests, except I can't get the "-L<path>" stuff to work, so tools which depend on the HDF4 library around tested. Platforms tested: Compaq Alpha 5.1 (compaq.ncsa.uiuc.edu)
* [svn-r3740] Purpose:Bill Wendling2001-03-301-58/+366
| | | | | | | | | | | | | Bug Fix Description: If the user specifies where to look for a library (like the zlib) on the commandline, then we add that directory to the LDFLAGS macro. Solution: Copied the code which checks for this from the C configure.in. Also added code which checks for the --with-zlib flag since that wasn't in there. Platforms tested: Linux
* [svn-r3293] Purpose:Bill Wendling2001-01-161-173/+72
| | | | | | | | | | | | Fixup Description: We were specifying a config file for the C++ stuff and it didn't need one. This would cause problems with compiling the C++ stuff since it wouldn't get the correct H5config.h file. Solution: Removed support for it. Platforms tested: Eirene
* [svn-r3107] Purpose:Bill Wendling2000-12-111-16/+58
| | | | | | | Adding Flag Description: Testing to see if the C++ compiler can handle the ``static_cast'' keyword.
* [svn-r3091] Purpose:Bill Wendling2000-12-071-1/+1
| | | | | | | | | | Fix Description: Needed to change the extention to the file configure expects to be in the source directory when Binh-Minh changed the extensions for all the files. Solution: Did just that.
* [svn-r3076] Purpose:Bill Wendling2000-12-051-2/+35
| | | | | | | New Flag Description: Added a test to see if the C++ compiler can handle the bool datatype. If not, then it defines the BOOL_NOTDEFINED macro.
* [svn-r2939] Purpose:Bill Wendling2000-11-151-2/+2
| | | | | | | | | Bug Description: When copying the --enable-production stuff, I forgot to change the CFLAGS to CXXFLAGS... Platforms tested: Solaris
* [svn-r2937] Purpose:Bill Wendling2000-11-151-51/+87
| | | | | | | Feature Update Description: Added ability to compile code as production, development, or profile with the appropriate flags...
* [svn-r2920] Purpose:Bill Wendling2000-11-151-66/+162
| | | | | | | | | | | | Buglet fix... Description: When configuring, configure would complain about there not being a confdefs.h file. Solution: Added a src/H5config.h file which configure can generate. This can be used for configure stuff later, but is empty now. Platforms tested: Linux
* [svn-r2918] Purpose:Bill Wendling2000-11-151-7/+11
| | | | | | | | | | Bug fix Description: It would be nice if I'd done this correctly the first time. Solution: Doh! NEeded to use the ``using'' keyword... Platforms tested: Linux
* [svn-r2917] Purpose:Bill Wendling2000-11-151-3/+3
| | | | | | | | | | | Bug fix Description: Namespace wasn't being detected properly. Solution: Changed it to do it properly (not putting the main() function in the namespace); Platforms tested: Linux
* [svn-r2913] Purpose:Bill Wendling2000-11-151-50/+71
| | | | | | | | | | | Bug fix Description: Configure wasn't picking up the LT_STATIC_EXEC stuff from the top-level configure. Solution: Added LT_STATIC_EXEC logic Platforms tested: Linux
* [svn-r2907] Purpose:Bill Wendling2000-11-141-1/+1
| | | | | | Bug FIx Description: The Source file was renamed. Changed it to that name.
* [svn-r2903] Purpose:Bill Wendling2000-11-141-0/+2308
Adding Makefiles and configure stuff.