[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:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user