summaryrefslogtreecommitdiffstats
path: root/c++/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* [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-0/+33
| | | | | | | Feature Update Description: Added ability to compile code as production, development, or profile with the appropriate flags...
* [svn-r2920] Purpose:Bill Wendling2000-11-151-2/+2
| | | | | | | | | | | | 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-1/+5
| | | | | | | | | | 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-0/+17
| | | | | | | | | | | 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/+371
Adding Makefiles and configure stuff.