l...@apache.org writes: > Author: lgo > Date: Thu Feb 18 10:11:06 2010 > New Revision: 911307 > > URL: http://svn.apache.org/viewvc?rev=911307&view=rev > Log: > Make 'make check' run build/transform_libtool_scripts.sh so that the test > scripts find their shared libs correctly without needing to run 'make' first. > > * trunk/Makefile.in > (check): Add dependency on transform-libtool-scripts. > > Modified: > subversion/trunk/Makefile.in > > Modified: subversion/trunk/Makefile.in > URL: > http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=911307&r1=911306&r2=911307&view=diff > ============================================================================== > --- subversion/trunk/Makefile.in (original) > +++ subversion/trunk/Makefile.in Thu Feb 18 10:11:06 2010 > @@ -446,7 +446,7 @@ > # "make check CLEANUP=true" will clean up directories for successful tests. > # "make check TESTS=subversion/tests/cmdline/basic_tests.py" > # will perform only basic tests (likewise for other tests). > -check: bin $(TEST_DEPS) @BDB_TEST_DEPS@ > +check: bin transform-libtool-scripts $(TEST_DEPS) @BDB_TEST_DEPS@ > @if test "$(PYTHON)" != "none"; then \ > flags="--verbose"; \ > if test "$(CLEANUP)" != ""; then \
I think that should be @TRANSFOM_LIBTOOL_SCRIPTS@ so that the configure option is respected. What about svnserveautocheck, davautocheck, etc.? -- Philip