diff options
Diffstat (limited to 'config/commence.am')
-rw-r--r-- | config/commence.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/commence.am b/config/commence.am index 2317b97..5c8339c 100644 --- a/config/commence.am +++ b/config/commence.am @@ -32,9 +32,9 @@ H5FC_PP=$(bindir)/h5pfc F9XMODEXT=@F9XMODEXT@ F9XMODFLAG=@F9XMODFLAG@ -# 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 |