summaryrefslogtreecommitdiffstats
path: root/fortran
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 /fortran
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 'fortran')
-rw-r--r--fortran/Makefile.in12
-rw-r--r--fortran/examples/Makefile.in12
-rw-r--r--fortran/src/Makefile.in12
-rw-r--r--fortran/test/Makefile.in12
-rw-r--r--fortran/testpar/Makefile.in12
5 files changed, 30 insertions, 30 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 808692e..ee66ac9 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -96,12 +96,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/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index f7802f5..8f45f4c 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/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/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 145b11d..fb4d195 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/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/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 1797877..2a000d3 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/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@
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index e1e731e..778bd61 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/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@