bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool: fix a detail in tests/Makefile.am


From: Ralf Wildenhues
Subject: Re: gnulib-tool: fix a detail in tests/Makefile.am
Date: Mon, 10 Dec 2007 19:43:32 +0100
User-agent: Mutt/1.5.17 (2007-11-13)

Hello Bruno,

* Bruno Haible wrote on Mon, Dec 10, 2007 at 12:05:37PM CET:
> 2007-12-09  Bruno Haible  <address@hidden>
> 
>       * 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

[Prev in Thread] Current Thread [Next in Thread]