diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/Makefile.in | 12 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 12 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 12 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 12 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 12 |
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@ |