- Oct 05, 2004
-
-
Reid Spencer authored
llvm-svn: 16669
-
- Oct 04, 2004
-
-
Reid Spencer authored
from the fray, so it gets noticed. This commit is made without the corresponding configure script commit because it doesn't affect functionality and we don't want to force everyone into another reconfigure llvm-svn: 16657
-
Reid Spencer authored
llvm-svn: 16643
-
- Oct 02, 2004
-
-
Reid Spencer authored
lib/System and the compressing llvm archiver. llvm-svn: 16634
-
- Sep 27, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 16520
-
- Sep 24, 2004
-
-
John Criswell authored
AC_CONFIG_HEADERS. This should prevent LLVM from needlessly re-compiling on a re-configure. llvm-svn: 16510
-
John Criswell authored
regenerated on every run of configure. llvm-svn: 16509
-
John Criswell authored
from being re-generated if the new version is identical to the old version. Hence, it should save us some recompiling after re-configures. llvm-svn: 16506
-
- Sep 21, 2004
-
-
Reid Spencer authored
case since the AC_CONFIG_SUBDIRS problem has been fixed. llvm-svn: 16464
-
Reid Spencer authored
Instead just create a warning message that says the directory cannot be configured because it isn't recognized. This also gets rid of a bunch of warning messages from the auto* tools. llvm-svn: 16463
-
Reid Spencer authored
function, not the whole main function. This problem resulted during conversion of scripts to the new autoconf standard. The effect was that the mmap_file test would fail and if it does there is currently an #ifdef'd #error that causes compilation to fail. Bad, bad, bad. llvm-svn: 16462
-
- Sep 20, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 16448
-
Reid Spencer authored
using the AC_LANG_PROGRAM macro. llvm-svn: 16426
-
Reid Spencer authored
tools is that you break when they change. This is a case in point. llvm-svn: 16424
-
Reid Spencer authored
llvm-svn: 16421
-
Reid Spencer authored
llvm-svn: 16419
-
Reid Spencer authored
transmission. llvm-svn: 16418
-
Reid Spencer authored
llvm-svn: 16415
-
Reid Spencer authored
llvm-svn: 16414
-
Reid Spencer authored
necessary to ensure that a consistent configuration is created on each platform. Certain definitions we use (like m4/libtool.m4) require certain versions of the tools and we can no longer be slack about this or we'll have problems with mis-configured builds. llvm-svn: 16412
-
- Sep 19, 2004
-
-
Reid Spencer authored
This is a potential version mismatch problem because this file came from libtool 1.5.10. If you're running a different version of libtool, the checks in this file may not be quite right. Having our own version of this file violates the spirit of libtool and is only provided to change the name of "libtool" to "mklib". This is done so that the name "libtool" does not conflict with the "lib" directory when doing tab completion and your $objdir == $srcdir. llvm-svn: 16411
-
- Sep 10, 2004
-
-
Brian Gaeke authored
http://savannah.gnu.org/projects/config llvm-svn: 16268
-
- Sep 08, 2004
-
-
Brian Gaeke authored
llvm-svn: 16254
-
- Sep 07, 2004
-
-
Brian Gaeke authored
llvm-svn: 16237
-
Reid Spencer authored
llvm-svn: 16234
-
Reid Spencer authored
while still retaining the ability to configure unknown ones. - Excise crud left over from when test/Projects was still part of the main LLVM module. These removed tests are now all in llvm-test/autoconf/configure.ac llvm-svn: 16230
-
Reid Spencer authored
- Use the -I parameter to aclocal to tell it where the autoconf/m4 directory is located so it can find needed autoconf functions llvm-svn: 16225
-
Reid Spencer authored
llvm-svn: 16224
-
Reid Spencer authored
per the recommended style guide for autoconf and so that individual autoconf functions can more easily be shared across projects. llvm-svn: 16223
-
- Sep 05, 2004
-
-
Reid Spencer authored
llvm-svn: 16186
-
- Sep 02, 2004
-
-
Reid Spencer authored
give preference to uint64_t if it exists. If not, check for u_int64_t. If that doesn't exist either, then error out. llvm-svn: 16149
-
John Criswell authored
llvm-svn: 16145
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Aug 31, 2004
-
-
Reid Spencer authored
llvm-svn: 16126
-
Reid Spencer authored
Alphabetize the platform list Install some AC_MSG_CHECKING/AC_MSG_RESULT pairs. llvm-svn: 16122
-
Reid Spencer authored
attempt to configure for "Unknown" system types. llvm-svn: 16120
-
- Aug 29, 2004
-
-
Reid Spencer authored
$BUILD_SRC_ROOT/lib/System/$build which gives us the ability to configure the lib/System for the current type of operating system. Also cleaned up some indentation. llvm-svn: 16082
-
- Aug 24, 2004
-
-
Reid Spencer authored
llvm-svn: 16027
-
- Aug 20, 2004
-
-
Reid Spencer authored
llvm-svn: 15945
-
Reid Spencer authored
Add basic installation directories as AC_DEFINES and AC_SUBST so they can be used by llvm programs with a simple #include <Config/config.h> llvm-svn: 15942
-