# HG changeset patch # User Bruno Haible # Date 1197284795 -3600 # Node ID b0f1495adfd8c572e002f9321a4765928a1dc9a2 # Parent 622ca884ba970a6d28221fb84008a9f76ca33e1a Fix references to the build-aux directory in the generated tests/Makefile.am. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-09 Bruno Haible + + * gnulib-tool (func_emit_tests_Makefile_am): Expand references to + the build-aux directory. + 2007-12-09 Bruno Haible * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code diff --git a/gnulib-tool b/gnulib-tool --- a/gnulib-tool +++ b/gnulib-tool @@ -1883,7 +1883,8 @@ echo echo "LDADD = ${testsbase_inverse}/${sourcebase-lib}/${libname}.${libext}" echo - cat allsnippets.tmp + 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"