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 /tools | |
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 'tools')
-rw-r--r-- | tools/Makefile.in | 12 | ||||
-rw-r--r-- | tools/gifconv/Makefile.in | 12 | ||||
-rw-r--r-- | tools/h5diff/Makefile.in | 12 | ||||
-rw-r--r-- | tools/h5dump/Makefile.in | 12 | ||||
-rwxr-xr-x | tools/h5import/Makefile.in | 12 | ||||
-rw-r--r-- | tools/h5jam/Makefile.in | 12 | ||||
-rw-r--r-- | tools/h5ls/Makefile.in | 12 | ||||
-rw-r--r-- | tools/h5repack/Makefile.in | 12 | ||||
-rw-r--r-- | tools/lib/Makefile.in | 12 | ||||
-rw-r--r-- | tools/misc/Makefile.in | 12 |
10 files changed, 60 insertions, 60 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 4d7ae58..1586346 100644 --- a/tools/Makefile.in +++ b/tools/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/tools/gifconv/Makefile.in b/tools/gifconv/Makefile.in index 52cb4ed..48a06a8 100644 --- a/tools/gifconv/Makefile.in +++ b/tools/gifconv/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/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in index 98b323a..8e3b50b 100644 --- a/tools/h5diff/Makefile.in +++ b/tools/h5diff/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/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in index d8eb9ed..db1145f 100644 --- a/tools/h5dump/Makefile.in +++ b/tools/h5dump/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/tools/h5import/Makefile.in b/tools/h5import/Makefile.in index 0693c7b..58ab70b 100755 --- a/tools/h5import/Makefile.in +++ b/tools/h5import/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/tools/h5jam/Makefile.in b/tools/h5jam/Makefile.in index 8def6f4..aa53f5f 100644 --- a/tools/h5jam/Makefile.in +++ b/tools/h5jam/Makefile.in @@ -76,12 +76,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/tools/h5ls/Makefile.in b/tools/h5ls/Makefile.in index c6b771e..d02ebeb 100644 --- a/tools/h5ls/Makefile.in +++ b/tools/h5ls/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/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in index 28f2e33..da9ce75 100644 --- a/tools/h5repack/Makefile.in +++ b/tools/h5repack/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/tools/lib/Makefile.in b/tools/lib/Makefile.in index af7efa6..e6d480b 100644 --- a/tools/lib/Makefile.in +++ b/tools/lib/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/tools/misc/Makefile.in b/tools/misc/Makefile.in index d5cfcf2..8902f4d 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/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@ |