summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/Graphics/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/Tutor/Graphics/Makefile.in')
-rw-r--r--doc/html/Tutor/Graphics/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in
index edc0617..686739a 100644
--- a/doc/html/Tutor/Graphics/Makefile.in
+++ b/doc/html/Tutor/Graphics/Makefile.in
@@ -78,12 +78,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@