[llvm-commits] [llvm] r160127 - /llvm/trunk/autoconf/configure.ac

Gabor Greif ggreif at gmail.com
Thu Jul 12 06:05:12 PDT 2012


Author: ggreif
Date: Thu Jul 12 08:05:12 2012
New Revision: 160127

URL: http://llvm.org/viewvc/llvm-project?rev=160127&view=rev
Log:
fix typo in generated comment

Modified:
    llvm/trunk/autoconf/configure.ac

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=160127&r1=160126&r2=160127&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Thu Jul 12 08:05:12 2012
@@ -645,7 +645,7 @@
   *) 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=""





More information about the llvm-commits mailing list