summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-03-02 16:24:21 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-03-02 16:24:21 +0000
commitc70b79eec1de59c5710b4af7442d30848e231bf3 (patch)
tree2c052f531a78b17af94748f191138991e3684a97 /configure
parent8979e5f3725c05bd7120890e39399213fd08f83e (diff)
downloadllvm-c70b79eec1de59c5710b4af7442d30848e231bf3.tar.gz
llvm-c70b79eec1de59c5710b4af7442d30848e231bf3.tar.bz2
llvm-c70b79eec1de59c5710b4af7442d30848e231bf3.tar.xz
autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index a65e9e4d94..a6ed7a1930 100755
--- a/configure
+++ b/configure
@@ -20820,6 +20820,10 @@ LLVM_CONFIGTIME=`date`
+if test "${ENABLE_TIMESTAMPS}" = "0"; then
+ LLVM_CONFIGTIME="(timestamp not enabled)"
+fi
+
cat >>confdefs.h <<_ACEOF
#define LLVM_PREFIX "$LLVM_PREFIX"