[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

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