summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-07-12 13:05:12 +0000
committerGabor Greif <ggreif@gmail.com>2012-07-12 13:05:12 +0000
commitc11c2ba1b5d7d7691945b34f954e1a1b983c0791 (patch)
tree99b765689c44bfc1295ee2673f9af5491749dd0d /autoconf
parent223875e3f88518bfe23c6b79af5e2968326a27e7 (diff)
downloadllvm-c11c2ba1b5d7d7691945b34f954e1a1b983c0791.tar.gz
llvm-c11c2ba1b5d7d7691945b34f954e1a1b983c0791.tar.bz2
llvm-c11c2ba1b5d7d7691945b34f954e1a1b983c0791.tar.xz
fix typo in generated comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 258e6b52e4..427c5413c6 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -645,7 +645,7 @@ case "$enableval" in
*) AC_MSG_ERROR([Invalid setting for --enable-timestamps. Use "yes" or "no"]) ;;
esac
AC_DEFINE_UNQUOTED([ENABLE_TIMESTAMPS],$ENABLE_TIMESTAMPS,
- [Define if timestamp information (e.g., __DATE___) is allowed])
+ [Define if timestamp information (e.g., __DATE__) is allowed])
dnl Allow specific targets to be specified for building (or not)
TARGETS_TO_BUILD=""