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 /doc/html/Tutor | |
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 'doc/html/Tutor')
-rw-r--r-- | doc/html/Tutor/Graphics/Makefile.in | 12 | ||||
-rw-r--r-- | doc/html/Tutor/Makefile.in | 12 | ||||
-rw-r--r-- | doc/html/Tutor/examples/Makefile.in | 12 |
3 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in index edc0617..686739a 100644 --- a/doc/html/Tutor/Graphics/Makefile.in +++ b/doc/html/Tutor/Graphics/Makefile.in @@ -78,12 +78,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@ diff --git a/doc/html/Tutor/Makefile.in b/doc/html/Tutor/Makefile.in index f519656..a643b5f 100644 --- a/doc/html/Tutor/Makefile.in +++ b/doc/html/Tutor/Makefile.in @@ -78,12 +78,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@ diff --git a/doc/html/Tutor/examples/Makefile.in b/doc/html/Tutor/examples/Makefile.in index 5100004..50b85ba 100644 --- a/doc/html/Tutor/examples/Makefile.in +++ b/doc/html/Tutor/examples/Makefile.in @@ -78,12 +78,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@ |