summaryrefslogtreecommitdiffstats
path: root/c++
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 /c++
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 'c++')
-rw-r--r--c++/Makefile.in12
-rw-r--r--c++/examples/Makefile.in12
-rw-r--r--c++/src/Makefile.in12
-rw-r--r--c++/test/Makefile.in12
4 files changed, 24 insertions, 24 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 33879b2..614e5a9 100644
--- a/c++/Makefile.in
+++ b/c++/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@
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 7662896..5cf06a3 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/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@
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 6a30ed2..9f26046 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/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@
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 639112e..5aeb927 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/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@