summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/Makefile.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-02-02 16:00:36 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-02-02 16:00:36 (GMT)
commited8685acd22f13cfd5d1a63b71c07de7a19e4360 (patch)
tree0954d1fc6777a0193a3cefa633f1a4f05f70f503 /doc/html/Tutor/Makefile.in
parentc6f4cab48c7cd8e52fa21a997323a6079bf3623f (diff)
downloadhdf5-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/Makefile.in')
-rw-r--r--doc/html/Tutor/Makefile.in12
1 files changed, 6 insertions, 6 deletions
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@