aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-04 18:18:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-04 18:18:08 +0000
commita773bd54f32ceb55af08286fe00c6ec1b73e5b9a (patch)
tree69a3f6fe1c3b1bd531286876e85ba58daa301856 /include
parent5fa8fff8d21d98896957f3a891968c3ffc66c096 (diff)
downloadexternal_llvm-a773bd54f32ceb55af08286fe00c6ec1b73e5b9a.zip
external_llvm-a773bd54f32ceb55af08286fe00c6ec1b73e5b9a.tar.gz
external_llvm-a773bd54f32ceb55af08286fe00c6ec1b73e5b9a.tar.bz2
Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
Update ltld.[ch] to version 1.5.22. Correct the notes about updating these tools (autoconf/README.TXT) Add configure options for getting the correct option for including a whole archive when linking. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index a248ee7..705e855 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -508,7 +508,7 @@
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
+ automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
@@ -539,5 +539,5 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t