[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
This commit is contained in:
James Laird 2005-02-02 11:00:36 -05:00
parent c6f4cab48c
commit ed8685acd2
47 changed files with 282 additions and 282 deletions

View File

@ -89,12 +89,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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@