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 /hl/tools | |
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 'hl/tools')
-rw-r--r-- | hl/tools/gif2h5/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index 52cb4ed..48a06a8 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/Makefile.in @@ -92,12 +92,12 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ includedir = $(exec_prefix)/include -# 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 ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@ AMTAR = @AMTAR@ AR = @AR@ |