Hello Bruno,

* Bruno Haible wrote on Mon, Dec 10, 2007 at 12:05:37PM CET:
> 2007-12-09  Bruno Haible  <[EMAIL PROTECTED]>
> 
>       * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
>       the build-aux directory.

FWIW, I think this would do the wrong thing (namely, missing `../') for
substitutions that matched with `gnulib-tool --with-tests --test'.
(i.e., for the case where func_emit_tests_Makefile_am is called from
func_create_testdir).  Note that currently I don't see any which could
match, but that could change in the future, or with a different set of
modules tested.

Did I overlook anything in my theoretical musing?

Cheers,
Ralf

> *** gnulib-tool.bak
> --- gnulib-tool
> ***************
> *** 1883,1889 ****
>     echo
>     echo "LDADD = ${testsbase_inverse}/${sourcebase-lib}/${libname}.${libext}"
>     echo
> !   cat allsnippets.tmp
>     echo "# Clean up after Solaris cc."
>     echo "clean-local:"
>     echo "    rm -rf SunWS_cache"
> --- 1883,1890 ----
>     echo
>     echo "LDADD = ${testsbase_inverse}/${sourcebase-lib}/${libname}.${libext}"
>     echo
> !   cat allsnippets.tmp \
> !     | sed -e 's|\$(top_srcdir)/build-aux/|$(top_srcdir)/'"$auxdir"'/|g'
>     echo "# Clean up after Solaris cc."
>     echo "clean-local:"
>     echo "    rm -rf SunWS_cache"
> 
> 
> 


Reply via email to