Skip to content
Success

Changes

Summary

  1. Fix dependency generation when tools are disabled (details)
  2. Fix generation of config.status for dynlink (details)
  3. Don't generate ocamltest_config.ml when not needed (details)
  4. Correct ocamltest-manual (details)
Commit 02746081cc1310daafc67122365e514032de2a54 by david.allsopp
Fix dependency generation when tools are disabled

The OPTIONAL_BYTECODE_TOOLS, OPTIONAL_NATIVE_TOOLS and
OPTIONAL_LIBRARIES should be being used to affect build and
installation, not definitions. If ocamltest et al were disabled, then
the definitions of these programs were omitted, which prevents the
reproducible generation of dependency information.
The file was modifiedconfigure (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedMakefile (diff)
Commit f627d6356224bd93505964200cd39a0f57451416 by david.allsopp
Fix generation of config.status for dynlink

Running config.status works correctly, but individually requesting links
in otherlibs/dynlink did not because the names were specified using a
shell variable (i.e. at configure-time) instead of a m4sh variable (i.e.
at autoconf-time).
The file was modifiedconfigure.ac (diff)
The file was modifiedconfigure (diff)
Commit 70431af45b0c7f449863eb07d2e7caa38b0c1693 by david.allsopp
Don't generate ocamltest_config.ml when not needed
The file was modifiedMakefile (diff)
The file was modifiedconfigure (diff)
The file was modifiedconfigure.ac (diff)
Commit 921c6a3a6e0dbc4199e87912c96a362a0ab0f74d by david.allsopp
Correct ocamltest-manual
The file was modifiedMakefile (diff)