summaryrefslogtreecommitdiffstats
path: root/bin/missing
Commit message (Collapse)AuthorAgeFilesLines
* Hdf5 1 10 11 (#3555)Larry Knox2023-09-201-0/+215
| | | | | | | | | | | * Initial preparation of hdf5-1_10_11 release branch for HDF5 1.10.11 release: Updated configure.ac for release: switched configure default to production mode and disabled maintainer mode. Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt. Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2 Incremented version to 1.10.11-2. * Update branch name in main.yml.
* [svn-r26129] Removed some additional generated files that were triggering ↵Dana Robinson2015-02-051-215/+0
| | | | | | | | | | autotools re-builds, which would fail due to incorrect autotools versions. Part of: HDFFV-9120 Tested on: jam
* [svn-r24934] Update file as referenced in configureAllen Byrne2014-03-311-296/+154
|
* [svn-r10536] James Laird2005-04-041-63/+84
| | | | | | | | | | | | | | | | Purpose: Bug fix Description: Automake relies on the helper script depcomp to handle dependency tracking. This script was from an older version of automake, and was generating warnings on copper and sol. Solution: Updated bin/depcomp and bin/missing scripts. Platforms tested: copper, sleipnir, modi4
* [svn-r9902] Purpose:James Laird2005-02-011-0/+336
Configuration feature Description: HDF5 now uses automake to generate Makefiles Solution: Makefile.in files are now generated from Makefile.am files. To reconfigure (after chaning a Makefile.am or configure.in): /bin/sh bin/reconfigure.sh Platforms tested: Many