From a773bd54f32ceb55af08286fe00c6ec1b73e5b9a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 4 Aug 2006 18:18:08 +0000 Subject: 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 --- include/llvm/Config/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 does not define. */ #undef pid_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t -- cgit v1.1