summaryrefslogtreecommitdiffstats
path: root/bin/depcomp
Commit message (Collapse)AuthorAgeFilesLines
* Initial changes for HDF5 1.14.1 release (#2900)Larry Knox2023-05-051-0/+791
| | | | | Generate release files with autogen.sh, autoconf 2.71 and automake 1.16.2. Update version to HDF5 1.14.1 for release branch version. Update configure.ac for release: switch configure default to production mode, disable maintainer mode Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt
* [svn-r26129] Removed some additional generated files that were triggering ↵Dana Robinson2015-02-051-529/+0
| | | | | | | | | | autotools re-builds, which would fail due to incorrect autotools versions. Part of: HDFFV-9120 Tested on: jam
* [svn-r10536] James Laird2005-04-041-39/+145
| | | | | | | | | | | | | | | | 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-r9906] Purpose:James Laird2005-02-011-0/+423
Bug fix Description: Two files in the bin directory didn't make it into CVS. Solution: Added depcomp and compile to CVS repository. Platforms tested: Already testsed with these files.