diff options
Diffstat (limited to 'hl')
-rwxr-xr-x | hl/Makefile.in | 12 | ||||
-rw-r--r-- | hl/fortran/Makefile.in | 12 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 12 | ||||
-rw-r--r-- | hl/fortran/test/Makefile.in | 12 | ||||
-rw-r--r-- | hl/src/Makefile.in | 12 | ||||
-rw-r--r-- | hl/test/Makefile.in | 12 | ||||
-rw-r--r-- | hl/tools/gif2h5/Makefile.in | 12 |
7 files changed, 42 insertions, 42 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in index f264f6d..dad0616 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -87,12 +87,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/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index d99547a..7218b14 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -87,12 +87,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/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index f2e956a..dcea3fe 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -83,12 +83,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/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index 5115955..3cdf03d 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -83,12 +83,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/hl/src/Makefile.in b/hl/src/Makefile.in index 8d47f7d..8ca88eb 100644 --- a/hl/src/Makefile.in +++ b/hl/src/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/hl/test/Makefile.in b/hl/test/Makefile.in index cc479bf..a80047f 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -84,12 +84,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/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index 52cb4ed..48a06a8 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/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@ |