summaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/Makefile.in12
-rw-r--r--doc/html/ADGuide/Makefile.in12
-rw-r--r--doc/html/Graphics/Makefile.in12
-rw-r--r--doc/html/Intro/Makefile.in12
-rw-r--r--doc/html/Makefile.in12
-rw-r--r--doc/html/PSandPDF/Makefile.in12
-rw-r--r--doc/html/TechNotes/Makefile.in12
-rw-r--r--doc/html/Tutor/Graphics/Makefile.in12
-rw-r--r--doc/html/Tutor/Makefile.in12
-rw-r--r--doc/html/Tutor/examples/Makefile.in12
-rw-r--r--doc/html/cpplus/Makefile.in12
-rw-r--r--doc/html/ed_libs/Makefile.in12
-rw-r--r--doc/html/ed_styles/Makefile.in12
-rw-r--r--doc/html/fortran/Makefile.in12
14 files changed, 84 insertions, 84 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8cb81fc..975aded 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -82,12 +82,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/ADGuide/Makefile.in b/doc/html/ADGuide/Makefile.in
index dcd2c5f..f4d7aa1 100644
--- a/doc/html/ADGuide/Makefile.in
+++ b/doc/html/ADGuide/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/Graphics/Makefile.in b/doc/html/Graphics/Makefile.in
index f01259d..c17cae0 100644
--- a/doc/html/Graphics/Makefile.in
+++ b/doc/html/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/Intro/Makefile.in b/doc/html/Intro/Makefile.in
index 1ef50d2..bc349ab 100644
--- a/doc/html/Intro/Makefile.in
+++ b/doc/html/Intro/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/Makefile.in b/doc/html/Makefile.in
index 7eff220..a594888 100644
--- a/doc/html/Makefile.in
+++ b/doc/html/Makefile.in
@@ -82,12 +82,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/PSandPDF/Makefile.in b/doc/html/PSandPDF/Makefile.in
index 02f0169..c596abd 100644
--- a/doc/html/PSandPDF/Makefile.in
+++ b/doc/html/PSandPDF/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/TechNotes/Makefile.in b/doc/html/TechNotes/Makefile.in
index a299e12..3180c6c 100644
--- a/doc/html/TechNotes/Makefile.in
+++ b/doc/html/TechNotes/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/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@
diff --git a/doc/html/cpplus/Makefile.in b/doc/html/cpplus/Makefile.in
index 9a58c44..fd156b6 100644
--- a/doc/html/cpplus/Makefile.in
+++ b/doc/html/cpplus/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/ed_libs/Makefile.in b/doc/html/ed_libs/Makefile.in
index d41b243..9cd079d 100644
--- a/doc/html/ed_libs/Makefile.in
+++ b/doc/html/ed_libs/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/ed_styles/Makefile.in b/doc/html/ed_styles/Makefile.in
index f29aed6..8163b06 100644
--- a/doc/html/ed_styles/Makefile.in
+++ b/doc/html/ed_styles/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/fortran/Makefile.in b/doc/html/fortran/Makefile.in
index 593b32c..d9807d5 100644
--- a/doc/html/fortran/Makefile.in
+++ b/doc/html/fortran/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@