mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
c6f4cab48c
commit
ed8685acd2
12
Makefile.in
12
Makefile.in
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user