diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-06 15:17:13 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-06 15:17:13 +0000 |
commit | c764fbc7887b8a842245b443ca0210b8bb1af5b5 (patch) | |
tree | c40033902d8b126295e32d4881a58e29901fe5ac | |
parent | e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa (diff) |
Checkin of autoconf-style object root.
Copies Makefiles into the new object root directory from the source directory.
Removed the --with-objroot option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8384 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | configure | 1191 |
1 files changed, 1136 insertions, 55 deletions
@@ -464,7 +464,7 @@ ac_includes_default="\ #endif" ac_unique_file=""Makefile.config.in"" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os OS LLVMGCCDIR ARCH CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT CC CFLAGS ac_ct_CC CPP ifGNUmake LEX LEXLIB LEX_OUTPUT_ROOT YACC EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL RPWD SED RM MKDIR DATE MV DOT ETAGS PURIFY PYTHON QMTEST ALLOCA LIBOBJS MMAP_FILE ENABLE_PURIFY ENABLE_OPTIMIZED USE_SPEC UPB DISABLE_LLC_DIFFS JIT SPEC_ROOT BCR PAPIDIR OBJROOT LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os OS LLVMGCCDIR ARCH CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT CC CFLAGS ac_ct_CC CPP ifGNUmake LEX LEXLIB LEX_OUTPUT_ROOT YACC EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL RPWD SED RM MKDIR DATE MV DOT ETAGS PURIFY PYTHON QMTEST ALLOCA LIBOBJS MMAP_FILE ENABLE_PURIFY ENABLE_OPTIMIZED USE_SPEC UPB DISABLE_LLC_DIFFS JIT SPEC_ROOT BCR PAPIDIR LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1050,8 +1050,6 @@ Optional Packages: --with-bcrepos Location of Bytecode Repository --with-papi Location of PAPI --with-purify Location of purify program - --with-objroot Location where object files should be placed - (default is .) Some influential environment variables: CXX C++ compiler command @@ -1513,6 +1511,525 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. ac_config_headers="$ac_config_headers include/Config/config.h" + ac_config_commands="$ac_config_commands Makefile" + + + ac_config_commands="$ac_config_commands Makefile.common" + + + ac_config_commands="$ac_config_commands Makefile.rules" + + + ac_config_commands="$ac_config_commands lib/Makefile" + + + ac_config_commands="$ac_config_commands lib/Analysis/Makefile" + + + ac_config_commands="$ac_config_commands lib/Analysis/DataStructure/Makefile" + + + ac_config_commands="$ac_config_commands lib/Analysis/IPA/Makefile" + + + ac_config_commands="$ac_config_commands lib/Analysis/LiveVar/Makefile" + + + ac_config_commands="$ac_config_commands lib/AsmParser/Makefile" + + + ac_config_commands="$ac_config_commands lib/Bytecode/Makefile" + + + ac_config_commands="$ac_config_commands lib/Bytecode/Reader/Makefile" + + + ac_config_commands="$ac_config_commands lib/Bytecode/Writer/Makefile" + + + ac_config_commands="$ac_config_commands lib/CWriter/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/InstrSched/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/InstrSelection/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/ModuloScheduling/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/PostOpts/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/PreOpts/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/RegAlloc/Makefile" + + + ac_config_commands="$ac_config_commands lib/CodeGen/SelectionDAG/Makefile" + + + ac_config_commands="$ac_config_commands lib/ExecutionEngine/Makefile" + + + ac_config_commands="$ac_config_commands lib/ExecutionEngine/Interpreter/Makefile" + + + ac_config_commands="$ac_config_commands lib/ExecutionEngine/JIT/Makefile" + + + ac_config_commands="$ac_config_commands lib/Support/Makefile" + + + ac_config_commands="$ac_config_commands lib/Target/Makefile" + + + ac_config_commands="$ac_config_commands lib/Target/Sparc/Makefile" + + + ac_config_commands="$ac_config_commands lib/Target/X86/Makefile" + + + ac_config_commands="$ac_config_commands lib/Transforms/Makefile" + + + ac_config_commands="$ac_config_commands lib/Transforms/Hello/Makefile" + + + ac_config_commands="$ac_config_commands lib/Transforms/IPO/Makefile" + + + ac_config_commands="$ac_config_commands lib/Transforms/Instrumentation/Makefile" + + + ac_config_commands="$ac_config_commands lib/Transforms/Instrumentation/ProfilePaths/Makefile" + + + ac_config_commands="$ac_config_commands lib/Transforms/Scalar/Makefile" + + + ac_config_commands="$ac_config_commands lib/Transforms/Utils/Makefile" + + + ac_config_commands="$ac_config_commands lib/VMCore/Makefile" + + + ac_config_commands="$ac_config_commands runtime/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/crtend/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/libc/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/libg/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/libgcc/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/libm/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/libmalloc/Makefile" + + + ac_config_commands="$ac_config_commands runtime/GCCLibraries/libucb/Makefile" + + + ac_config_commands="$ac_config_commands runtime/libdummy/Makefile" + + + ac_config_commands="$ac_config_commands runtime/libtrace/Makefile" + + + ac_config_commands="$ac_config_commands test/Makefile" + + + ac_config_commands="$ac_config_commands test/Makefile.tests" + + + ac_config_commands="$ac_config_commands test/Programs/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/Makefile.programs" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.aa.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.dsgraph.report" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.micro.report" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.aa.report" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.example.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.nightly.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.buildrepo.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.jit.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.nightly.report" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.dsgraph.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.jit.report" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.typesafe.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.dsgraph.gnuplot" + + + ac_config_commands="$ac_config_commands test/Programs/TEST.micro.Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CFP2000/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CFP2000/179.art/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CFP2000/183.equake/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CFP2000/188.ammp/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/164.gzip/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/175.vpr/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/176.gcc/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/181.mcf/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/186.crafty/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/197.parser/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/254.gap/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/255.vortex/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/External/SPEC/CINT2000/300.twolf/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/LLVMSource/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Makefile.multisrc" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Burg/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Fhourstones/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/01-qbsort/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/03-testtrie/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/04-bisect/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/05-eks/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/08-main/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/09-vor/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/12-IOtest/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/15-trie/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/17-bintr/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/McCat/18-imp/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/bh/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/bisort/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/em3d/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/health/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/mst/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/perimeter/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/power/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/treeadd/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/tsp/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Olden/voronoi/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/OptimizerEval/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Ptrdist/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Ptrdist/anagram/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Ptrdist/bc/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Ptrdist/ft/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Ptrdist/ks/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/Ptrdist/yacr2/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/aha/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/llubenchmark/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/sgefa/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/MultiSource/sim/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/Flex/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/Larn/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/Moria-5.5.2/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/Povray31/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/164.gzip/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/181.mcf/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/197.parser/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/254.gap/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/255.vortex/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/256.bzip2/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/SPEC/CINT2000/300.twolf/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/NoSource/m4/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/SingleSource/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/SingleSource/Makefile.singlesrc" + + + ac_config_commands="$ac_config_commands test/Programs/SingleSource/CustomChecked/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/SingleSource/Shootout/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/SingleSource/Stanford/Makefile" + + + ac_config_commands="$ac_config_commands test/Programs/SingleSource/UnitTests/Makefile" + + + ac_config_commands="$ac_config_commands tools/Makefile" + + + ac_config_commands="$ac_config_commands tools/analyze/Makefile" + + + ac_config_commands="$ac_config_commands tools/as/Makefile" + + + ac_config_commands="$ac_config_commands tools/bugpoint/Makefile" + + + ac_config_commands="$ac_config_commands tools/dis/Makefile" + + + ac_config_commands="$ac_config_commands tools/extract/Makefile" + + + ac_config_commands="$ac_config_commands tools/gccas/Makefile" + + + ac_config_commands="$ac_config_commands tools/gccld/Makefile" + + + ac_config_commands="$ac_config_commands tools/link/Makefile" + + + ac_config_commands="$ac_config_commands tools/llc/Makefile" + + + ac_config_commands="$ac_config_commands tools/lli/Makefile" + + + ac_config_commands="$ac_config_commands tools/opt/Makefile" + + + ac_config_commands="$ac_config_commands tools/llee/Makefile" + + + ac_config_commands="$ac_config_commands tools/llvm-as/Makefile" + + + ac_config_commands="$ac_config_commands tools/llvm-dis/Makefile" + + + ac_config_commands="$ac_config_commands utils/Makefile" + + + ac_config_commands="$ac_config_commands utils/Burg/Makefile" + + + ac_config_commands="$ac_config_commands utils/Burg/Doc/Makefile" + + + ac_config_commands="$ac_config_commands utils/TableGen/Makefile" + + + ac_config_commands="$ac_config_commands www/docs/Makefile" + + + ac_config_commands="$ac_config_commands projects/Makefile" + + + ac_config_commands="$ac_config_commands projects/sample/Makefile" + + + ac_config_commands="$ac_config_commands projects/sample/Makefile.common" + + + ac_config_commands="$ac_config_commands projects/sample/Makefile.config" + + + ac_config_commands="$ac_config_commands projects/sample/lib/Makefile" + + + ac_config_commands="$ac_config_commands projects/sample/lib/sample/Makefile" + + + ac_config_commands="$ac_config_commands projects/sample/tools/Makefile" + + + ac_config_commands="$ac_config_commands projects/sample/tools/sample/Makefile" + + + ac_config_commands="$ac_config_commands projects/ModuleMaker/Makefile" + + + ac_config_commands="$ac_config_commands projects/ModuleMaker/Makefile.common" + + + ac_config_commands="$ac_config_commands projects/ModuleMaker/tools/Makefile" + + + ac_config_commands="$ac_config_commands projects/ModuleMaker/tools/ModuleMaker/Makefile" + + # Find a good install program. We prefer a C program (faster), @@ -3860,7 +4377,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 3863 "configure"' > conftest.$ac_ext + echo '#line 4380 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -4701,7 +5218,7 @@ fi # Provide some information about the compiler. -echo "$as_me:4704:" \ +echo "$as_me:5221:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 @@ -5710,11 +6227,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:5713: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6230: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:5717: \$? = $ac_status" >&5 + echo "$as_me:6234: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -5942,11 +6459,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:5945: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6462: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:5949: \$? = $ac_status" >&5 + echo "$as_me:6466: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -6009,11 +6526,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6012: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6529: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:6016: \$? = $ac_status" >&5 + echo "$as_me:6533: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -8021,7 +8538,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 8024 "configure" +#line 8541 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -8119,7 +8636,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 8122 "configure" +#line 8639 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10255,11 +10772,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10258: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10775: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:10262: \$? = $ac_status" >&5 + echo "$as_me:10779: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -10322,11 +10839,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10325: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10842: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:10329: \$? = $ac_status" >&5 + echo "$as_me:10846: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -11565,7 +12082,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 11568 "configure" +#line 12085 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11663,7 +12180,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 11666 "configure" +#line 12183 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12485,11 +13002,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12488: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13005: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:12492: \$? = $ac_status" >&5 + echo "$as_me:13009: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -12552,11 +13069,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12555: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13072: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:12559: \$? = $ac_status" >&5 + echo "$as_me:13076: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -14496,11 +15013,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14499: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15016: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14503: \$? = $ac_status" >&5 + echo "$as_me:15020: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -14728,11 +15245,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14731: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15248: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14735: \$? = $ac_status" >&5 + echo "$as_me:15252: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -14795,11 +15312,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14798: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15315: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14802: \$? = $ac_status" >&5 + echo "$as_me:15319: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16807,7 +17324,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 16810 "configure" +#line 17327 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -16905,7 +17422,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 16908 "configure" +#line 17425 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -22225,29 +22742,6 @@ if test "${with_purify+set}" = set; then fi; -if test ${USER} -then - if test -d /localhome/${USER} - then - OBJROOT=/localhome/${USER} - - else - OBJROOT=. - - fi -else - OBJROOT=. - -fi - - -# Check whether --with-objroot or --without-objroot was given. -if test "${with_objroot+set}" = set; then - withval="$with_objroot" - OBJROOT=$withval - -fi; - ac_config_files="$ac_config_files Makefile.config" cat >confcache <<\_ACEOF @@ -22665,6 +23159,9 @@ $config_files Configuration headers: $config_headers +Configuration commands: +$config_commands + Report bugs to <bug-autoconf@gnu.org>." _ACEOF @@ -22765,7 +23262,186 @@ fi _ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +# +# INIT-COMMANDS section. +# +${srcdir}/autoconf/mkinstalldirs `dirname Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname Makefile.common` +${srcdir}/autoconf/mkinstalldirs `dirname Makefile.rules` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Analysis/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Analysis/DataStructure/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Analysis/IPA/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Analysis/LiveVar/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/AsmParser/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Bytecode/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Bytecode/Reader/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Bytecode/Writer/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CWriter/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/InstrSched/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/InstrSelection/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/ModuloScheduling/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/PostOpts/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/PreOpts/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/RegAlloc/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/CodeGen/SelectionDAG/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/ExecutionEngine/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/ExecutionEngine/Interpreter/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/ExecutionEngine/JIT/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Support/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Target/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Target/Sparc/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Target/X86/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Transforms/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Transforms/Hello/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Transforms/IPO/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Transforms/Instrumentation/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Transforms/Instrumentation/ProfilePaths/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Transforms/Scalar/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/Transforms/Utils/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname lib/VMCore/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/crtend/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/libc/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/libg/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/libgcc/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/libm/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/libmalloc/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/GCCLibraries/libucb/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/libdummy/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname runtime/libtrace/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile.tests` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/Makefile.programs` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.aa.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.dsgraph.report` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.micro.report` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.aa.report` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.example.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.nightly.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.buildrepo.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.jit.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.nightly.report` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.dsgraph.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.jit.report` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.typesafe.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.dsgraph.gnuplot` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/TEST.micro.Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CFP2000/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CFP2000/179.art/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CFP2000/183.equake/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CFP2000/188.ammp/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/164.gzip/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/175.vpr/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/176.gcc/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/181.mcf/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/186.crafty/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/197.parser/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/254.gap/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/255.vortex/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/External/SPEC/CINT2000/300.twolf/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/LLVMSource/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Makefile.multisrc` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Burg/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Fhourstones/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/01-qbsort/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/03-testtrie/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/04-bisect/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/05-eks/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/08-main/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/09-vor/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/12-IOtest/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/15-trie/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/17-bintr/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/McCat/18-imp/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/bh/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/bisort/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/em3d/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/health/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/mst/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/perimeter/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/power/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/treeadd/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/tsp/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Olden/voronoi/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/OptimizerEval/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Ptrdist/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Ptrdist/anagram/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Programs/MultiSource/Ptrdist/bc/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Pro |