summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23050] Snapshot version 1.9 release 134HDF Tester2012-11-251-1/+1
|
* [svn-r23039] Snapshot version 1.9 release 133HDF Tester2012-11-181-1/+1
|
* [svn-r23021] Snapshot version 1.9 release 132HDF Tester2012-11-111-1/+1
|
* [svn-r23020] HDFFV-498: lone colon test fails on cygwin and leaves a.exe ↵Allen Byrne2012-11-091-2/+9
| | | | | | | | file on system. Added test for CYGWIN and use a,exe instead of a.out. Review: HHDF5-1-8-31 Tested: cygwin
* [svn-r22908] Reverted changes in revision 22819Larry Knox2012-10-161-15/+0
| | | | Tested with h5committest on jam, koala and ostrich.
* [svn-r22846] Snapshot version 1.9 release 131HDF Tester2012-09-301-1/+1
|
* [svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that ↵Larry Knox2012-09-271-0/+15
| | | | | | if configured with --disable-static the default for HDF5_USE_SHLIB in the compile scripts will be changed to yes. This is a fix for HDFFV-8141, where the compile scripts try to link to non-existant static hdf5 libraries. Tested on jam,koala,ostrich(h5committest) and other THG machines.
* [svn-r22807] Description:Quincey Koziol2012-09-251-3/+3
| | | | | | | | | | | | | | | | | | | | | Add encode/decode API routines for property lists: H5Pencode/H5Pdecode. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN, in production mode Mac OS X/32 10.7.3 (amazon) in debug mode Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode
* [svn-r22802] Snapshot version 1.9 release 130HDF Tester2012-09-231-1/+1
|
* [svn-r22773] Use Allen Byrne2012-09-171-4/+21
| | | | | | | | | | | | LT_PREREQ([2.2]) LT_INIT([dlopen]) instead of AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL Also add ALLOW_UNSUPPORTED on threadsafe check Both from 1.8 configure
* [svn-r22766] Snapshot version 1.9 release 129HDF Tester2012-09-161-1/+1
|
* [svn-r22752] Update autotools macros and comment indicators.Allen Byrne2012-09-111-1158/+1164
| | | | | | Added autotools quotation around parameters h5committest
* [svn-r22745] Snapshot version 1.9 release 128HDF Tester2012-09-091-1/+1
|
* [svn-r22732] Snapshot version 1.9 release 127HDF Tester2012-09-021-1/+1
|
* [svn-r22722] Update all references from configure.in to configure.acAllen Byrne2012-08-281-1/+1
| | | | Tested: h5committest
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-231-0/+4542
autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest