diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-02 16:00:36 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-02 16:00:36 (GMT) |
commit | ed8685acd22f13cfd5d1a63b71c07de7a19e4360 (patch) | |
tree | 0954d1fc6777a0193a3cefa633f1a4f05f70f503 /config | |
parent | c6f4cab48c7cd8e52fa21a997323a6079bf3623f (diff) | |
download | hdf5-ed8685acd22f13cfd5d1a63b71c07de7a19e4360.zip hdf5-ed8685acd22f13cfd5d1a63b71c07de7a19e4360.tar.gz hdf5-ed8685acd22f13cfd5d1a63b71c07de7a19e4360.tar.bz2 |
[svn-r9915] Purpose:
Bug fix
Description:
Configuration files' timestamps were incorrect.
Solution:
Update Makefiles.in. Also added correct paths to autotools on heping,
so heping build should be able to re-generate configuration files even
if they are still broken.
Platforms tested:
sleipnir
Diffstat (limited to 'config')
-rw-r--r-- | config/commence.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/commence.am b/config/commence.am index 2317b97..5c8339c 100644 --- a/config/commence.am +++ b/config/commence.am @@ -32,9 +32,9 @@ H5FC_PP=$(bindir)/h5pfc F9XMODEXT=@F9XMODEXT@ F9XMODFLAG=@F9XMODFLAG@ -# Prevent automake from trying to run autotools during build -# Temporary fix (I hope!) - JAMES -ACLOCAL= -AUTOCONF= -AUTOMAKE= -AUTOHEADER= +# Set the paths for autotools to be correct on heping. +# Ideally, these tools should never be needed during the build. +ACLOCAL=/usr/bin/aclocal +AUTOCONF=/usr/local/autoconf-2.59/bin/autoconf +AUTOMAKE=/usr/bin/automake +AUTOHEADER=/usr/local/autoconf-2.59/bin/autoheader |