-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter Ekberg wrote: | Albert Chin wrote: | |>Ick. Why not just F77=? | | | Because that doesn't disable the fortran tests in the testsuite?
"F77=no" works on libtool-1.5, would that be okay here too? Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) iQCVAwUBQuNouriDAg3OZTLPAQJhtgP+NU2NN2479sAMWKWIibHBQuuC1q2Ps81Q qGZ0llNyi2ODyDJf1Rv06L9wC08G/qrxE1fUynRnGuLOcRa9YYSF9UlxEh2LvFF0 VwBciH3ouX85413zMbaaZ1sDnrPiuAHzLCR9io1+RA0hUL68t+xQIDRna2ppbF6i IM5KqIKBy9Y= =/423 -----END PGP SIGNATURE-----
? -p ? .cvsapplynum ? .gdb_history ? .patch_number ? 1-peter-extramodcmds.patch ? 1-peter-oldstriplib.patch ? 1-peter-tilde_in_path.patch ? 1-peter-tilde_in_path1.patch ? 10-peter-func_style.patch ? 10-peter-shrext_cmds.patch ? 100-peter-backup-changes.diff ? 11-peter-linkorder.patch ? 12-peter-darwin-xlc.patch ? 13-peter-test-correct-compiler.patch ? 14-peter-loader-dyld-fixes.patch ? 15-peter-fast-bsd-cmdlen.patch ? 16-peter-frameworks.patch ? 16-peter-inherited_linker_flags.patch ? 17-peter-xlc_pass_tests.patch ? 18-peter-make-dist-work.patch ? 19-peter-am_makeflags.patch ? 2-peter-zsh_early_config_status.patch ? 20-peter-fat_darwin_ar_x.patch ? 21-peter-badincludes.patch ? 22-peter-modified_darwin_fat_arch.patch ? 23-peter-cdpathagain.patch ? 24-peter-onlyonemodulevar.patch ? 25-peter-replacecomments.patch ? 26-peter-cachedsed.patch ? 27-peter-no-all_load.patch ? 28-peter-jakemsr.patch ? 29-peter-config_shell.patch ? 3-peter-zshsucks.patch ? 30-peter-nodyld_darwin8.patch ? 31-peter-darwin_couplet.patch ? 32-peter-darwin_dylib_file.patch ? 33-peter-harderf77tests.patch ? 34-peter-harderf77tests.patch ? 34-peter-no_installed_libs_in_temp_rpath.patch ? 35-peter-harderf77tests.patch ? 36-peter-tigermod.patch ? 37-peter-tigermod.patch ? 38-peter-extraquote.patch ? 39-peter-substgrep.patch ? 4-peter-bloofyhell.patch ? 4-peter-darwin_libnames.patch ? 4-peter-zsh_ls_fix.patch ? 40-peter-darwindevnulls.patch ? 41-peter-darwinstripold.patch ? 42-peter-no_echo_gcc_v_try_2.patch ? 43-peter-dylib_file_fix.patch ? 44-peter-bad_autoconf_prog_cxx_fix.patch ? 45-peter-eval_show.patch ? 46-peter-revert_eval_show.patch ? 47-peter-pass_new_tests.patch ? 48-peter-ar_xN_fixes.patch ? 49-peter-ar_xN_fixes.patch ? 5-peter-zsh_cdpath_fix.patch ? 50-peter-fix_inherited_linker_flags.patch ? 52-peter-fix_inherited_linker_flags.patch ? 53-peter-tru64-kernel-panic.patch ? 54-peter-peter-nothreadflagsforld.patch ? 56-peter-func_extract_archives_darwin_fix.patch ? 57-peter-use_cp_p.patch ? 58-peter-fix-pgcc-whole-archive-HEAD.patch ? 59-peter-arch-support.patch ? 6-peter-quote_zsh_version.patch ? 60-peter-use-no-undefined-inherited-linker-flags.patch ? 60-peter-use-no-undefined-linker0flags.patch ? 7-peter-dontbuiltingench.patch ? 8-peter-noframeworks.patch ? 9-peter-infertagssucks.patch ? __.SYMDEF SORTED ? bloofy_crap_diff.patch ? bob-mingw.patch ? btrlt ? ch.log ? check1.log ? check_gcc.log ? configure.test ? cookiefile ? cp ? d ? darwin_20040812.diff ? darwincrap.ltmain.diff ? diff.diff ? diff1.diff ? fat-darwin-diffs.diff ? fix-shrext.diff ? foo ? kernelpanic.patch ? ktrace.out ? ld_hardcode_libpath.patch ? libtool-1.5a.tar.bz2 ? libtool-1.5a.tar.gz ? lt1_echo ? ltCVS.tar ? lt_echo ? lt_echo.1.s ? lt_echo.c ? lt_echo.i ? lt_echo.s ? ltfatfunc ? mdemo-dryrun.patch ? my.diff ? my0730.diff ? my1.diff ? myframeworkworks2.diff ? named-non-ranlibbed-ar ? no-f77.patch ? nodyldondarwin.diff ? peter-nothreadflagsforld.diff ? real-12.diff ? rozinante.opendarwin.org ? silly.sh ? stamp-h1 ? test.tst ? testconv.sh ? libltdl/loaders/.deps ? libltdl/loaders/Makefile ? m4/libtool.m4.c ? tests/atconfig ? tests/expsyms.at Index: m4/libtool.m4 =================================================================== RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v retrieving revision 1.203 diff -u -3 -p -u -r1.203 libtool.m4 --- m4/libtool.m4 11 Jul 2005 12:11:25 -0000 1.203 +++ m4/libtool.m4 24 Jul 2005 09:33:04 -0000 @@ -5848,6 +5848,7 @@ pushdef([AC_MSG_ERROR], [_lt_caught_F77_ AC_PROG_F77 if test -z "$F77"; then _lt_caught_F77_error=yes + F77=no fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_F77 @@ -5893,7 +5894,7 @@ _LT_TAGVAR(objext, $1)=$objext # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_caught_F77_error" != yes; then +if test "X$F77" != "Xno"; then # Code to be used in simple compile tests lt_simple_compile_test_code=" subroutine t\n return\n end\n"