diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-04-04 22:44:50 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-04-04 22:44:50 (GMT) |
commit | 9c5d3d398e618a615814162267c2e8d68465a9da (patch) | |
tree | 815ac881fb083fff07a3d7238229e8e7d0a89f20 /bin/reconfigure | |
parent | e0f167780b88084a0629e5d7ac56c022fbcc691c (diff) | |
download | hdf5-9c5d3d398e618a615814162267c2e8d68465a9da.zip hdf5-9c5d3d398e618a615814162267c2e8d68465a9da.tar.gz hdf5-9c5d3d398e618a615814162267c2e8d68465a9da.tar.bz2 |
[svn-r10536]
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
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-x | bin/reconfigure | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index 80b8268..56b0779 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -4,9 +4,12 @@ # has the paths of autoconf and automake hardcoded to work on HDF # machines. Thus is enforces that HDF5 always uses the # same versions of autotools. -# Uses automake version 1.6.3 +# Uses automake version 1.9.5 # Uses autoconf version 2.59 # Includes macros from libtool version 1.4.2 +# +# When upgrading automake's version, don't forget to also update its +# helper utilities, especially depcomp. # The autotools live in AFS, so as long as their paths don't change # and this machine has the right version of m4, this script should @@ -24,8 +27,8 @@ PATH=/afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin:$PATH echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader - echo /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --foreign - /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --foreign + echo /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --foreign --add-missing + /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --foreign --add-missing echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf |